|
4 | 4 | <dict> |
5 | 5 | <key>CFBundleDevelopmentRegion</key> |
6 | 6 | <string>$(DEVELOPMENT_LANGUAGE)</string> |
7 | | - <key>UIViewControllerBasedStatusBarAppearance</key> |
8 | | - <false/> |
9 | 7 | <key>CFBundleDisplayName</key> |
10 | 8 | <string>Woo</string> |
11 | 9 | <key>CFBundleExecutable</key> |
|
19 | 17 | <key>CFBundlePackageType</key> |
20 | 18 | <string>APPL</string> |
21 | 19 | <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> |
23 | 45 | <key>CFBundleVersion</key> |
24 | 46 | <string>0100</string> |
| 47 | + <key>LSApplicationQueriesSchemes</key> |
| 48 | + <array> |
| 49 | + <string>org-appextension-feature-password-management</string> |
| 50 | + </array> |
25 | 51 | <key>LSRequiresIPhoneOS</key> |
26 | 52 | <true/> |
27 | 53 | <key>UILaunchStoryboardName</key> |
|
45 | 71 | <string>UIInterfaceOrientationLandscapeLeft</string> |
46 | 72 | <string>UIInterfaceOrientationLandscapeRight</string> |
47 | 73 | </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/> |
76 | 76 | </dict> |
77 | 77 | </plist> |
0 commit comments