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

Unified Diff: AdBlockBrowser/Info.plist

Issue 29624558: Fixed #4929 - Rename App from Adblock to Adblock Browser (Closed)
Patch Set: Fixed #4929 - Rename app from Adblock to Adblock Browser Created Dec. 4, 2017, 3:28 p.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 | « .swiftlint.yml ('k') | AdblockBrowser.xcodeproj/project.pbxproj » ('j') | no next file with comments »
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 66044386dfd4ed694e7f2271aace7fa7b2fb0f72..6c946a749ce7474ce9bd6457ea76bcce2f5b1c11 100644
--- a/AdBlockBrowser/Info.plist
+++ b/AdBlockBrowser/Info.plist
@@ -1,91 +1,91 @@
<?xml version="1.0" encoding="UTF-8"?>
<!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>
- <string>en</string>
- <key>CFBundleDisplayName</key>
- <string>Adblock</string>
- <key>CFBundleExecutable</key>
- <string>$(EXECUTABLE_NAME)</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>Adblock Browser</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleShortVersionString</key>
- <string>$CI_VERSION_NUMBER</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleURLTypes</key>
- <array>
<dict>
- <key>CFBundleTypeRole</key>
- <string>Editor</string>
- <key>CFBundleURLIconFile</key>
- <string>app_iphone</string>
- <key>CFBundleURLName</key>
- <string>JavaScript bridge</string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>adblockbrowser</string>
- </array>
+ <key>CFBundleAllowMixedLocalizations</key>
+ <true/>
+ <key>CFBundleDevelopmentRegion</key>
+ <string>en</string>
+ <key>CFBundleDisplayName</key>
+ <string>Adblock Browser</string>
+ <key>CFBundleExecutable</key>
+ <string>$(EXECUTABLE_NAME)</string>
+ <key>CFBundleIdentifier</key>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
+ <key>CFBundleInfoDictionaryVersion</key>
+ <string>6.0</string>
+ <key>CFBundleName</key>
+ <string>Adblock Browser</string>
+ <key>CFBundlePackageType</key>
+ <string>APPL</string>
+ <key>CFBundleShortVersionString</key>
+ <string>$CI_VERSION_NUMBER</string>
+ <key>CFBundleSignature</key>
+ <string>????</string>
+ <key>CFBundleURLTypes</key>
+ <array>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Editor</string>
+ <key>CFBundleURLIconFile</key>
+ <string>app_iphone</string>
+ <key>CFBundleURLName</key>
+ <string>JavaScript bridge</string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>adblockbrowser</string>
+ </array>
+ </dict>
+ <dict>
+ <key>CFBundleTypeRole</key>
+ <string>Viewer</string>
+ <key>CFBundleURLIconFile</key>
+ <string></string>
+ <key>CFBundleURLSchemes</key>
+ <array>
+ <string>http</string>
+ <string>https</string>
+ <string>adblockbrowser</string>
+ <string>adblockbrowsers</string>
+ </array>
+ </dict>
+ </array>
+ <key>CFBundleVersion</key>
+ <string>$CI_BUILD_NUMBER</string>
+ <key>LSApplicationQueriesSchemes</key>
+ <array>
+ <string>org-appextension-feature-password-management</string>
+ </array>
+ <key>LSRequiresIPhoneOS</key>
+ <true/>
+ <key>NSAppTransportSecurity</key>
+ <dict>
+ <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>
+ <string>Bootstrap</string>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UIRequiresFullScreen</key>
+ <true/>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ </array>
+ <key>UIViewControllerBasedStatusBarAppearance</key>
+ <true/>
</dict>
- <dict>
- <key>CFBundleTypeRole</key>
- <string>Viewer</string>
- <key>CFBundleURLIconFile</key>
- <string></string>
- <key>CFBundleURLSchemes</key>
- <array>
- <string>http</string>
- <string>https</string>
- <string>adblockbrowser</string>
- <string>adblockbrowsers</string>
- </array>
- </dict>
- </array>
- <key>CFBundleVersion</key>
- <string>$CI_BUILD_NUMBER</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSAppTransportSecurity</key>
- <dict>
- <key>NSAllowsArbitraryLoads</key>
- <true/>
- </dict>
- <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>UILaunchStoryboardName</key>
- <string>Bootstrap</string>
- <key>UIMainStoryboardFile</key>
- <string>Bootstrap</string>
- <key>UIRequiredDeviceCapabilities</key>
- <array>
- <string>armv7</string>
- </array>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </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 | « .swiftlint.yml ('k') | AdblockBrowser.xcodeproj/project.pbxproj » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld