| Index: AdBlockBrowser/Info.plist |
| diff --git a/AdBlockBrowser/Info.plist b/AdBlockBrowser/Info.plist |
| index 47019e0ba5f528e56b536567e9c8023b80a0cfeb..74bbd0d86950cd1fe8c45b038cf77f559f20d3a4 100644 |
| --- a/AdBlockBrowser/Info.plist |
| +++ b/AdBlockBrowser/Info.plist |
| @@ -2,10 +2,6 @@ |
| <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> |
| <plist version="1.0"> |
| <dict> |
| - <key>LSApplicationQueriesSchemes</key> |
| - <array> |
| - <string>org-appextension-feature-password-management</string> |
| - </array> |
| <key>CFBundleAllowMixedLocalizations</key> |
| <true/> |
| <key>CFBundleDevelopmentRegion</key> |
| @@ -23,7 +19,7 @@ |
| <key>CFBundlePackageType</key> |
| <string>APPL</string> |
| <key>CFBundleShortVersionString</key> |
| - <string>$CI_VERSION_NUMBER</string> |
| + <string>2.0.0</string> |
| <key>CFBundleSignature</key> |
| <string>????</string> |
| <key>CFBundleURLTypes</key> |
| @@ -55,7 +51,11 @@ |
| </dict> |
| </array> |
| <key>CFBundleVersion</key> |
| - <string>$CI_BUILD_NUMBER</string> |
| + <string>2.0.0</string> |
|
d108
2018/04/06 23:23:58
I suggest reverting CFBundleVersion to be the buil
|
| + <key>LSApplicationQueriesSchemes</key> |
| + <array> |
| + <string>org-appextension-feature-password-management</string> |
| + </array> |
| <key>LSRequiresIPhoneOS</key> |
| <true/> |
| <key>NSAppTransportSecurity</key> |
| @@ -63,8 +63,12 @@ |
| <key>NSAllowsArbitraryLoads</key> |
| <true/> |
| </dict> |
| + <key>NSCameraUsageDescription</key> |
| + <string>Adblock Browser would like to access your camera in order for you to be able to take and upload pictures.</string> |
| <key>NSLocationWhenInUseUsageDescription</key> |
| <string>We only give websites (e.g. Google Maps) access to your location if you give permission. Adblock Browser does not use your location for any other purpose.</string> |
| + <key>NSPhotoLibraryUsageDescription</key> |
| + <string>Adblock Browser would like to access your photo library in order for you to be able to upload pictures.</string> |
| <key>UILaunchStoryboardName</key> |
| <string>Bootstrap</string> |
| <key>UIMainStoryboardFile</key> |
| @@ -73,6 +77,8 @@ |
| <array> |
| <string>armv7</string> |
| </array> |
| + <key>UIRequiresFullScreen</key> |
| + <true/> |
| <key>UISupportedInterfaceOrientations</key> |
| <array> |
| <string>UIInterfaceOrientationPortrait</string> |
| @@ -81,11 +87,5 @@ |
| </array> |
| <key>UIViewControllerBasedStatusBarAppearance</key> |
| <true/> |
| - <key>UIRequiresFullScreen</key> |
| - <true/> |
| - <key>NSPhotoLibraryUsageDescription</key> |
| - <string>Adblock Browser would like to access your photo library in order for you to be able to upload pictures.</string> |
| - <key>NSCameraUsageDescription</key> |
| - <string>Adblock Browser would like to access your camera in order for you to be able to take and upload pictures.</string> |
| </dict> |
| </plist> |