Skip to content

Commit 8e30b2b

Browse files
committed
Increasing Version to Mark 0.5
1 parent 59c7ae6 commit 8e30b2b

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

WooCommerce/Resources/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>APPL</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.4.3</string>
20+
<string>0.5</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -43,7 +43,7 @@
4343
</dict>
4444
</array>
4545
<key>CFBundleVersion</key>
46-
<string>20180731</string>
46+
<string>20180813</string>
4747
<key>Fabric</key>
4848
<dict>
4949
<key>APIKey</key>

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,8 @@
9696
B5DBF3C320E1484400B53AED /* StoresManagerTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5DBF3C220E1484400B53AED /* StoresManagerTests.swift */; };
9797
B5DBF3C520E148E000B53AED /* DeauthenticatedState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5DBF3C420E148E000B53AED /* DeauthenticatedState.swift */; };
9898
B5DBF3CB20E149CC00B53AED /* AuthenticatedState.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5DBF3CA20E149CC00B53AED /* AuthenticatedState.swift */; };
99-
B873E8F8E103966D2182EE67 /* Pods_WooCommerceTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DC4526F9A7357761197EBF0 /* Pods_WooCommerceTests.framework */; };
10099
B5E96B3821137AA100DF68D0 /* OrderStatus+Woo.swift in Sources */ = {isa = PBXBuildFile; fileRef = B5E96B3721137AA100DF68D0 /* OrderStatus+Woo.swift */; };
100+
B873E8F8E103966D2182EE67 /* Pods_WooCommerceTests.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 6DC4526F9A7357761197EBF0 /* Pods_WooCommerceTests.framework */; };
101101
CE17C2E220ACA06800AFBD20 /* BillingDetailsTableViewCell.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE17C2E020ACA06800AFBD20 /* BillingDetailsTableViewCell.swift */; };
102102
CE17C2E320ACA06800AFBD20 /* BillingDetailsTableViewCell.xib in Resources */ = {isa = PBXBuildFile; fileRef = CE17C2E120ACA06800AFBD20 /* BillingDetailsTableViewCell.xib */; };
103103
CE1CCB402056F21C000EE3AC /* Style.swift in Sources */ = {isa = PBXBuildFile; fileRef = CE1CCB3F2056F21C000EE3AC /* Style.swift */; };
@@ -1218,7 +1218,7 @@
12181218
CODE_SIGN_STYLE = Automatic;
12191219
INFOPLIST_PREFIX_HEADER = InfoPlist.h;
12201220
PRODUCT_NAME = "$(TARGET_NAME)";
1221-
SECRETS_PATH = "$HOME/.woo_app_credentials.json";
1221+
SECRETS_PATH = $HOME/.woo_app_credentials.json;
12221222
VALID_ARCHS = "$(inherited)";
12231223
};
12241224
name = Debug;
@@ -1229,7 +1229,7 @@
12291229
CODE_SIGN_STYLE = Automatic;
12301230
INFOPLIST_PREFIX_HEADER = InfoPlist.h;
12311231
PRODUCT_NAME = "$(TARGET_NAME)";
1232-
SECRETS_PATH = "$HOME/.woo_app_credentials.json";
1232+
SECRETS_PATH = $HOME/.woo_app_credentials.json;
12331233
VALID_ARCHS = "$(inherited)";
12341234
};
12351235
name = Release;
@@ -1367,7 +1367,7 @@
13671367
PRODUCT_NAME = "$(TARGET_NAME)";
13681368
PROVISIONING_PROFILE = "";
13691369
PROVISIONING_PROFILE_SPECIFIER = "WooCommerce Development";
1370-
SECRETS_PATH = "$HOME/.woo_app_credentials.json";
1370+
SECRETS_PATH = $HOME/.woo_app_credentials.json;
13711371
SWIFT_VERSION = 4.0;
13721372
TARGETED_DEVICE_FAMILY = "1,2";
13731373
USER_HEADER_SEARCH_PATHS = "";
@@ -1393,7 +1393,7 @@
13931393
PRODUCT_BUNDLE_IDENTIFIER = com.automattic.woocommerce;
13941394
PRODUCT_NAME = "$(TARGET_NAME)";
13951395
PROVISIONING_PROFILE_SPECIFIER = "WooCommerce App Store";
1396-
SECRETS_PATH = "$HOME/.woo_app_credentials.json";
1396+
SECRETS_PATH = $HOME/.woo_app_credentials.json;
13971397
SWIFT_VERSION = 4.0;
13981398
TARGETED_DEVICE_FAMILY = "1,2";
13991399
USER_HEADER_SEARCH_PATHS = "";

0 commit comments

Comments
 (0)