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

Side by Side Diff: AdBlockBrowser/Info.plist

Issue 29630663: Noissue - Reindent Info.plist (Closed)
Patch Set: Created Dec. 5, 2017, 1:50 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>
5 <key>LSApplicationQueriesSchemes</key>
6 <array>
7 <string>org-appextension-feature-password-management</string>
8 </array>
9 <key>CFBundleAllowMixedLocalizations</key>
10 <true/>
11 <key>CFBundleDevelopmentRegion</key>
12 <string>en</string>
13 <key>CFBundleDisplayName</key>
14 <string>Adblock</string>
15 <key>CFBundleExecutable</key>
16 <string>$(EXECUTABLE_NAME)</string>
17 <key>CFBundleIdentifier</key>
18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
19 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string>
21 <key>CFBundleName</key>
22 <string>Adblock Browser</string>
23 <key>CFBundlePackageType</key>
24 <string>APPL</string>
25 <key>CFBundleShortVersionString</key>
26 <string>$CI_VERSION_NUMBER</string>
27 <key>CFBundleSignature</key>
28 <string>????</string>
29 <key>CFBundleURLTypes</key>
30 <array>
31 <dict> 4 <dict>
32 <key>CFBundleTypeRole</key> 5 <key>LSApplicationQueriesSchemes</key>
33 <string>Editor</string> 6 <array>
34 <key>CFBundleURLIconFile</key> 7 <string>org-appextension-feature-password-management</string>
35 <string>app_iphone</string> 8 </array>
36 <key>CFBundleURLName</key> 9 <key>CFBundleAllowMixedLocalizations</key>
37 <string>JavaScript bridge</string> 10 <true/>
38 <key>CFBundleURLSchemes</key> 11 <key>CFBundleDevelopmentRegion</key>
39 <array> 12 <string>en</string>
40 <string>adblockbrowser</string> 13 <key>CFBundleDisplayName</key>
41 </array> 14 <string>Adblock</string>
15 <key>CFBundleExecutable</key>
16 <string>$(EXECUTABLE_NAME)</string>
17 <key>CFBundleIdentifier</key>
18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
19 <key>CFBundleInfoDictionaryVersion</key>
20 <string>6.0</string>
21 <key>CFBundleName</key>
22 <string>Adblock Browser</string>
23 <key>CFBundlePackageType</key>
24 <string>APPL</string>
25 <key>CFBundleShortVersionString</key>
26 <string>$CI_VERSION_NUMBER</string>
27 <key>CFBundleSignature</key>
28 <string>????</string>
29 <key>CFBundleURLTypes</key>
30 <array>
31 <dict>
32 <key>CFBundleTypeRole</key>
33 <string>Editor</string>
34 <key>CFBundleURLIconFile</key>
35 <string>app_iphone</string>
36 <key>CFBundleURLName</key>
37 <string>JavaScript bridge</string>
38 <key>CFBundleURLSchemes</key>
39 <array>
40 <string>adblockbrowser</string>
41 </array>
42 </dict>
43 <dict>
44 <key>CFBundleTypeRole</key>
45 <string>Viewer</string>
46 <key>CFBundleURLIconFile</key>
47 <string></string>
48 <key>CFBundleURLSchemes</key>
49 <array>
50 <string>http</string>
51 <string>https</string>
52 <string>adblockbrowser</string>
53 <string>adblockbrowsers</string>
54 </array>
55 </dict>
56 </array>
57 <key>CFBundleVersion</key>
58 <string>$CI_BUILD_NUMBER</string>
59 <key>LSRequiresIPhoneOS</key>
60 <true/>
61 <key>NSAppTransportSecurity</key>
62 <dict>
63 <key>NSAllowsArbitraryLoads</key>
64 <true/>
65 </dict>
66 <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>
68 <key>UILaunchStoryboardName</key>
69 <string>Bootstrap</string>
70 <key>UIMainStoryboardFile</key>
71 <string>Bootstrap</string>
72 <key>UIRequiredDeviceCapabilities</key>
73 <array>
74 <string>armv7</string>
75 </array>
76 <key>UISupportedInterfaceOrientations</key>
77 <array>
78 <string>UIInterfaceOrientationPortrait</string>
79 <string>UIInterfaceOrientationLandscapeLeft</string>
80 <string>UIInterfaceOrientationLandscapeRight</string>
81 </array>
82 <key>UIViewControllerBasedStatusBarAppearance</key>
83 <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>
42 </dict> 90 </dict>
43 <dict>
44 <key>CFBundleTypeRole</key>
45 <string>Viewer</string>
46 <key>CFBundleURLIconFile</key>
47 <string></string>
48 <key>CFBundleURLSchemes</key>
49 <array>
50 <string>http</string>
51 <string>https</string>
52 <string>adblockbrowser</string>
53 <string>adblockbrowsers</string>
54 </array>
55 </dict>
56 </array>
57 <key>CFBundleVersion</key>
58 <string>$CI_BUILD_NUMBER</string>
59 <key>LSRequiresIPhoneOS</key>
60 <true/>
61 <key>NSAppTransportSecurity</key>
62 <dict>
63 <key>NSAllowsArbitraryLoads</key>
64 <true/>
65 </dict>
66 <key>NSLocationWhenInUseUsageDescription</key>
67 <string>We only give websites (e.g. Google Maps) access to your location if yo u give permission. Adblock Browser does not use your location for any other purp ose.</string>
68 <key>UILaunchStoryboardName</key>
69 <string>Bootstrap</string>
70 <key>UIMainStoryboardFile</key>
71 <string>Bootstrap</string>
72 <key>UIRequiredDeviceCapabilities</key>
73 <array>
74 <string>armv7</string>
75 </array>
76 <key>UISupportedInterfaceOrientations</key>
77 <array>
78 <string>UIInterfaceOrientationPortrait</string>
79 <string>UIInterfaceOrientationLandscapeLeft</string>
80 <string>UIInterfaceOrientationLandscapeRight</string>
81 </array>
82 <key>UIViewControllerBasedStatusBarAppearance</key>
83 <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 y ou to be able to upload pictures.</string>
88 <key>NSCameraUsageDescription</key>
89 <string>Adblock Browser would like to access your camera in order for you to b e able to take and upload pictures.</string>
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