|
2 | 2 | <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
3 | 3 | <plist version="1.0">
|
4 | 4 | <dict>
|
5 |
| - <key>LSApplicationQueriesSchemes</key> |
6 |
| - <array> |
7 |
| - <string>tel</string> |
8 |
| - <string>telprompt</string> |
9 |
| - <string>http</string> |
10 |
| - <string>fb</string> |
11 |
| - <string>geo</string> |
12 |
| - </array> |
13 |
| - <key>UIStatusBarStyle</key> |
14 |
| - <string>UIStatusBarStyleBlackTranslucent</string> |
15 | 5 | <key>CFBundleDevelopmentRegion</key>
|
16 | 6 | <string>en</string>
|
17 | 7 | <key>CFBundleExecutable</key>
|
|
43 | 33 | </array>
|
44 | 34 | <key>CFBundleVersion</key>
|
45 | 35 | <string>1</string>
|
| 36 | + <key>LSApplicationQueriesSchemes</key> |
| 37 | + <array> |
| 38 | + <string>tel</string> |
| 39 | + <string>telprompt</string> |
| 40 | + <string>http</string> |
| 41 | + <string>fb</string> |
| 42 | + <string>geo</string> |
| 43 | + </array> |
46 | 44 | <key>LSRequiresIPhoneOS</key>
|
47 | 45 | <true/>
|
48 | 46 | <key>NSAppTransportSecurity</key>
|
|
52 | 50 | </dict>
|
53 | 51 | <key>NSLocationWhenInUseUsageDescription</key>
|
54 | 52 | <string>You need to add NSLocationWhenInUseUsageDescription key in Info.plist to enable geolocation, otherwise it is going to *fail silently*!</string>
|
| 53 | + <key>NSPhotoLibraryUsageDescription</key> |
| 54 | + <string>You need to add NSPhotoLibraryUsageDescription key in Info.plist to enable photo library usage, otherwise it is going to *fail silently*!</string> |
55 | 55 | <key>UILaunchStoryboardName</key>
|
56 | 56 | <string>LaunchScreen</string>
|
57 | 57 | <key>UIRequiredDeviceCapabilities</key>
|
58 | 58 | <array>
|
59 | 59 | <string>armv7</string>
|
60 | 60 | </array>
|
| 61 | + <key>UIStatusBarStyle</key> |
| 62 | + <string>UIStatusBarStyleBlackTranslucent</string> |
61 | 63 | <key>UISupportedInterfaceOrientations</key>
|
62 | 64 | <array>
|
63 | 65 | <string>UIInterfaceOrientationPortrait</string>
|
|
66 | 68 | </array>
|
67 | 69 | <key>UIViewControllerBasedStatusBarAppearance</key>
|
68 | 70 | <false/>
|
69 |
| - <key>NSPhotoLibraryUsageDescription</key> |
70 |
| - <string>You need to add NSPhotoLibraryUsageDescription key in Info.plist to enable photo library usage, otherwise it is going to *fail silently*!</string> |
71 | 71 | </dict>
|
72 | 72 | </plist>
|
0 commit comments