OLD | NEW |
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>CFBundleAllowMixedLocalizations</key> |
33 <string>Editor</string> | 6 <true/> |
34 <key>CFBundleURLIconFile</key> | 7 <key>CFBundleDevelopmentRegion</key> |
35 <string>app_iphone</string> | 8 <string>en</string> |
36 <key>CFBundleURLName</key> | 9 <key>CFBundleDisplayName</key> |
37 <string>JavaScript bridge</string> | 10 <string>Adblock Browser</string> |
38 <key>CFBundleURLSchemes</key> | 11 <key>CFBundleExecutable</key> |
39 <array> | 12 <string>$(EXECUTABLE_NAME)</string> |
40 <string>adblockbrowser</string> | 13 <key>CFBundleIdentifier</key> |
41 </array> | 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 15 <key>CFBundleInfoDictionaryVersion</key> |
| 16 <string>6.0</string> |
| 17 <key>CFBundleName</key> |
| 18 <string>Adblock Browser</string> |
| 19 <key>CFBundlePackageType</key> |
| 20 <string>APPL</string> |
| 21 <key>CFBundleShortVersionString</key> |
| 22 <string>$CI_VERSION_NUMBER</string> |
| 23 <key>CFBundleSignature</key> |
| 24 <string>????</string> |
| 25 <key>CFBundleURLTypes</key> |
| 26 <array> |
| 27 <dict> |
| 28 <key>CFBundleTypeRole</key> |
| 29 <string>Editor</string> |
| 30 <key>CFBundleURLIconFile</key> |
| 31 <string>app_iphone</string> |
| 32 <key>CFBundleURLName</key> |
| 33 <string>JavaScript bridge</string> |
| 34 <key>CFBundleURLSchemes</key> |
| 35 <array> |
| 36 <string>adblockbrowser</string> |
| 37 </array> |
| 38 </dict> |
| 39 <dict> |
| 40 <key>CFBundleTypeRole</key> |
| 41 <string>Viewer</string> |
| 42 <key>CFBundleURLIconFile</key> |
| 43 <string></string> |
| 44 <key>CFBundleURLSchemes</key> |
| 45 <array> |
| 46 <string>http</string> |
| 47 <string>https</string> |
| 48 <string>adblockbrowser</string> |
| 49 <string>adblockbrowsers</string> |
| 50 </array> |
| 51 </dict> |
| 52 </array> |
| 53 <key>CFBundleVersion</key> |
| 54 <string>$CI_BUILD_NUMBER</string> |
| 55 <key>LSApplicationQueriesSchemes</key> |
| 56 <array> |
| 57 <string>org-appextension-feature-password-management</string> |
| 58 </array> |
| 59 <key>LSRequiresIPhoneOS</key> |
| 60 <true/> |
| 61 <key>NSAppTransportSecurity</key> |
| 62 <dict> |
| 63 <key>NSAllowsArbitraryLoads</key> |
| 64 <true/> |
| 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> |
| 68 <key>NSLocationWhenInUseUsageDescription</key> |
| 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> |
| 72 <key>UILaunchStoryboardName</key> |
| 73 <string>Bootstrap</string> |
| 74 <key>UIMainStoryboardFile</key> |
| 75 <string>Bootstrap</string> |
| 76 <key>UIRequiredDeviceCapabilities</key> |
| 77 <array> |
| 78 <string>armv7</string> |
| 79 </array> |
| 80 <key>UIRequiresFullScreen</key> |
| 81 <true/> |
| 82 <key>UISupportedInterfaceOrientations</key> |
| 83 <array> |
| 84 <string>UIInterfaceOrientationPortrait</string> |
| 85 <string>UIInterfaceOrientationLandscapeLeft</string> |
| 86 <string>UIInterfaceOrientationLandscapeRight</string> |
| 87 </array> |
| 88 <key>UIViewControllerBasedStatusBarAppearance</key> |
| 89 <true/> |
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> |
OLD | NEW |