Skip to content

Commit fad117b

Browse files
committed
Increasing version to Mark 0.1.0
1 parent 4f0ff1d commit fad117b

File tree

2 files changed

+32
-31
lines changed

2 files changed

+32
-31
lines changed

WooCommerce/Resources/Info.plist

Lines changed: 31 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@
44
<dict>
55
<key>CFBundleDevelopmentRegion</key>
66
<string>$(DEVELOPMENT_LANGUAGE)</string>
7-
<key>UIViewControllerBasedStatusBarAppearance</key>
8-
<false/>
97
<key>CFBundleDisplayName</key>
108
<string>Woo</string>
119
<key>CFBundleExecutable</key>
@@ -19,9 +17,37 @@
1917
<key>CFBundlePackageType</key>
2018
<string>APPL</string>
2119
<key>CFBundleShortVersionString</key>
22-
<string>0.1</string>
20+
<string>0.1.0</string>
21+
<key>CFBundleURLTypes</key>
22+
<array>
23+
<dict>
24+
<key>CFBundleTypeRole</key>
25+
<string>Editor</string>
26+
<key>CFBundleURLName</key>
27+
<string>com.automattic.woocommerce</string>
28+
<key>CFBundleURLSchemes</key>
29+
<array>
30+
<string>wordpress-oauth-v2</string>
31+
<string>DOTCOM_AUTH_SCHEME</string>
32+
</array>
33+
</dict>
34+
<dict>
35+
<key>CFBundleTypeRole</key>
36+
<string>Editor</string>
37+
<key>CFBundleURLName</key>
38+
<string>GoogleSignIn</string>
39+
<key>CFBundleURLSchemes</key>
40+
<array>
41+
<string>GOOGLE_AUTH_SCHEME</string>
42+
</array>
43+
</dict>
44+
</array>
2345
<key>CFBundleVersion</key>
2446
<string>0100</string>
47+
<key>LSApplicationQueriesSchemes</key>
48+
<array>
49+
<string>org-appextension-feature-password-management</string>
50+
</array>
2551
<key>LSRequiresIPhoneOS</key>
2652
<true/>
2753
<key>UILaunchStoryboardName</key>
@@ -45,33 +71,7 @@
4571
<string>UIInterfaceOrientationLandscapeLeft</string>
4672
<string>UIInterfaceOrientationLandscapeRight</string>
4773
</array>
48-
<key>LSApplicationQueriesSchemes</key>
49-
<array>
50-
<string>org-appextension-feature-password-management</string>
51-
</array>
52-
<key>CFBundleURLTypes</key>
53-
<array>
54-
<dict>
55-
<key>CFBundleTypeRole</key>
56-
<string>Editor</string>
57-
<key>CFBundleURLName</key>
58-
<string>com.automattic.woocommerce</string>
59-
<key>CFBundleURLSchemes</key>
60-
<array>
61-
<string>wordpress-oauth-v2</string>
62-
<string>DOTCOM_AUTH_SCHEME</string>
63-
</array>
64-
</dict>
65-
<dict>
66-
<key>CFBundleTypeRole</key>
67-
<string>Editor</string>
68-
<key>CFBundleURLName</key>
69-
<string>GoogleSignIn</string>
70-
<key>CFBundleURLSchemes</key>
71-
<array>
72-
<string>GOOGLE_AUTH_SCHEME</string>
73-
</array>
74-
</dict>
75-
</array>
74+
<key>UIViewControllerBasedStatusBarAppearance</key>
75+
<false/>
7676
</dict>
7777
</plist>

WooCommerce/WooCommerce.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -933,6 +933,7 @@
933933
baseConfigurationReference = 4567EA9A7711F9B576BE500C /* Pods-WooCommerce.release.xcconfig */;
934934
buildSettings = {
935935
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
936+
CODE_SIGN_IDENTITY = "iPhone Distribution";
936937
CODE_SIGN_STYLE = Manual;
937938
DEVELOPMENT_TEAM = PZYM8XX95Q;
938939
ENABLE_BITCODE = NO;

0 commit comments

Comments
 (0)