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

Side by Side 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. 5, 2017, 1:56 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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> 5 <key>LSApplicationQueriesSchemes</key>
6 <array> 6 <array>
7 <string>org-appextension-feature-password-management</string> 7 <string>org-appextension-feature-password-management</string>
8 </array> 8 </array>
9 <key>CFBundleAllowMixedLocalizations</key> 9 <key>CFBundleAllowMixedLocalizations</key>
10 <true/> 10 <true/>
11 <key>CFBundleDevelopmentRegion</key> 11 <key>CFBundleDevelopmentRegion</key>
12 <string>en</string> 12 <string>en</string>
13 <key>CFBundleDisplayName</key> 13 <key>CFBundleDisplayName</key>
14 <string>Adblock</string> 14 <string>Adblock Browser</string>
15 <key>CFBundleExecutable</key> 15 <key>CFBundleExecutable</key>
16 <string>$(EXECUTABLE_NAME)</string> 16 <string>$(EXECUTABLE_NAME)</string>
17 <key>CFBundleIdentifier</key> 17 <key>CFBundleIdentifier</key>
18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> 18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
19 <key>CFBundleInfoDictionaryVersion</key> 19 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string> 20 <string>6.0</string>
21 <key>CFBundleName</key> 21 <key>CFBundleName</key>
22 <string>Adblock Browser</string> 22 <string>Adblock Browser</string>
23 <key>CFBundlePackageType</key> 23 <key>CFBundlePackageType</key>
24 <string>APPL</string> 24 <string>APPL</string>
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
82 <key>UIViewControllerBasedStatusBarAppearance</key> 82 <key>UIViewControllerBasedStatusBarAppearance</key>
83 <true/> 83 <true/>
84 <key>UIRequiresFullScreen</key> 84 <key>UIRequiresFullScreen</key>
85 <true/> 85 <true/>
86 <key>NSPhotoLibraryUsageDescription</key> 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> 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> 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> 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 | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld