Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: AdBlockBrowser/Info.plist

Issue 29743618: Issue 6608 - Removed CI refs from Target settings for ABB and Share Extension (Closed)
Patch Set: Issue 6608 - Remove CI refs from ABB. Added BUILD_NUMBER and made issue number also. Created April 23, 2018, 8:35 a.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | AdblockBrowser.xcodeproj/project.pbxproj » ('j') | AdblockBrowser.xcodeproj/project.pbxproj » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: AdBlockBrowser/Info.plist
diff --git a/AdBlockBrowser/Info.plist b/AdBlockBrowser/Info.plist
index 47019e0ba5f528e56b536567e9c8023b80a0cfeb..b5b7aa9990004b2d7ea794dd75e90c350d037ba9 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>$(BUILD_NUMBER)</string>
+ <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>
« no previous file with comments | « no previous file | AdblockBrowser.xcodeproj/project.pbxproj » ('j') | AdblockBrowser.xcodeproj/project.pbxproj » ('J')

Powered by Google App Engine
This is Rietveld