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: Noissue - Removed CI refs from Target settings for ABB and Share ext Created April 6, 2018, 9:56 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 | ExtensionShare/Info.plist » ('j') | ExtensionShare/Info.plist » ('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..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>
« no previous file with comments | « no previous file | ExtensionShare/Info.plist » ('j') | ExtensionShare/Info.plist » ('J')

Powered by Google App Engine
This is Rietveld