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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd"> 2 <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/ PropertyList-1.0.dtd">
3 <plist version="1.0"> 3 <plist version="1.0">
4 <dict> 4 <dict>
5 <key>LSApplicationQueriesSchemes</key>
6 <array>
7 <string>org-appextension-feature-password-management</string>
8 </array>
9 <key>CFBundleAllowMixedLocalizations</key> 5 <key>CFBundleAllowMixedLocalizations</key>
10 <true/> 6 <true/>
11 <key>CFBundleDevelopmentRegion</key> 7 <key>CFBundleDevelopmentRegion</key>
12 <string>en</string> 8 <string>en</string>
13 <key>CFBundleDisplayName</key> 9 <key>CFBundleDisplayName</key>
14 <string>Adblock Browser</string> 10 <string>Adblock Browser</string>
15 <key>CFBundleExecutable</key> 11 <key>CFBundleExecutable</key>
16 <string>$(EXECUTABLE_NAME)</string> 12 <string>$(EXECUTABLE_NAME)</string>
17 <key>CFBundleIdentifier</key> 13 <key>CFBundleIdentifier</key>
18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
19 <key>CFBundleInfoDictionaryVersion</key> 15 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string> 16 <string>6.0</string>
21 <key>CFBundleName</key> 17 <key>CFBundleName</key>
22 <string>Adblock Browser</string> 18 <string>Adblock Browser</string>
23 <key>CFBundlePackageType</key> 19 <key>CFBundlePackageType</key>
24 <string>APPL</string> 20 <string>APPL</string>
25 <key>CFBundleShortVersionString</key> 21 <key>CFBundleShortVersionString</key>
26 <string>$CI_VERSION_NUMBER</string> 22 <string>2.0.0</string>
27 <key>CFBundleSignature</key> 23 <key>CFBundleSignature</key>
28 <string>????</string> 24 <string>????</string>
29 <key>CFBundleURLTypes</key> 25 <key>CFBundleURLTypes</key>
30 <array> 26 <array>
31 <dict> 27 <dict>
32 <key>CFBundleTypeRole</key> 28 <key>CFBundleTypeRole</key>
33 <string>Editor</string> 29 <string>Editor</string>
34 <key>CFBundleURLIconFile</key> 30 <key>CFBundleURLIconFile</key>
35 <string>app_iphone</string> 31 <string>app_iphone</string>
36 <key>CFBundleURLName</key> 32 <key>CFBundleURLName</key>
(...skipping 11 matching lines...) Expand all
48 <key>CFBundleURLSchemes</key> 44 <key>CFBundleURLSchemes</key>
49 <array> 45 <array>
50 <string>http</string> 46 <string>http</string>
51 <string>https</string> 47 <string>https</string>
52 <string>adblockbrowser</string> 48 <string>adblockbrowser</string>
53 <string>adblockbrowsers</string> 49 <string>adblockbrowsers</string>
54 </array> 50 </array>
55 </dict> 51 </dict>
56 </array> 52 </array>
57 <key>CFBundleVersion</key> 53 <key>CFBundleVersion</key>
58 <string>$CI_BUILD_NUMBER</string> 54 <string>$(BUILD_NUMBER)</string>
55 <key>LSApplicationQueriesSchemes</key>
56 <array>
57 <string>org-appextension-feature-password-management</string>
58 </array>
59 <key>LSRequiresIPhoneOS</key> 59 <key>LSRequiresIPhoneOS</key>
60 <true/> 60 <true/>
61 <key>NSAppTransportSecurity</key> 61 <key>NSAppTransportSecurity</key>
62 <dict> 62 <dict>
63 <key>NSAllowsArbitraryLoads</key> 63 <key>NSAllowsArbitraryLoads</key>
64 <true/> 64 <true/>
65 </dict> 65 </dict>
66 <key>NSCameraUsageDescription</key>
67 <string>Adblock Browser would like to access your camera in order for yo u to be able to take and upload pictures.</string>
66 <key>NSLocationWhenInUseUsageDescription</key> 68 <key>NSLocationWhenInUseUsageDescription</key>
67 <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 othe r purpose.</string> 69 <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 othe r purpose.</string>
70 <key>NSPhotoLibraryUsageDescription</key>
71 <string>Adblock Browser would like to access your photo library in order for you to be able to upload pictures.</string>
68 <key>UILaunchStoryboardName</key> 72 <key>UILaunchStoryboardName</key>
69 <string>Bootstrap</string> 73 <string>Bootstrap</string>
70 <key>UIMainStoryboardFile</key> 74 <key>UIMainStoryboardFile</key>
71 <string>Bootstrap</string> 75 <string>Bootstrap</string>
72 <key>UIRequiredDeviceCapabilities</key> 76 <key>UIRequiredDeviceCapabilities</key>
73 <array> 77 <array>
74 <string>armv7</string> 78 <string>armv7</string>
75 </array> 79 </array>
80 <key>UIRequiresFullScreen</key>
81 <true/>
76 <key>UISupportedInterfaceOrientations</key> 82 <key>UISupportedInterfaceOrientations</key>
77 <array> 83 <array>
78 <string>UIInterfaceOrientationPortrait</string> 84 <string>UIInterfaceOrientationPortrait</string>
79 <string>UIInterfaceOrientationLandscapeLeft</string> 85 <string>UIInterfaceOrientationLandscapeLeft</string>
80 <string>UIInterfaceOrientationLandscapeRight</string> 86 <string>UIInterfaceOrientationLandscapeRight</string>
81 </array> 87 </array>
82 <key>UIViewControllerBasedStatusBarAppearance</key> 88 <key>UIViewControllerBasedStatusBarAppearance</key>
83 <true/> 89 <true/>
84 <key>UIRequiresFullScreen</key>
85 <true/>
86 <key>NSPhotoLibraryUsageDescription</key>
87 <string>Adblock Browser would like to access your photo library in order for you to be able to upload pictures.</string>
88 <key>NSCameraUsageDescription</key>
89 <string>Adblock Browser would like to access your camera in order for yo u to be able to take and upload pictures.</string>
90 </dict> 90 </dict>
91 </plist> 91 </plist>
OLDNEW
« 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