LEFT | RIGHT |
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>CFBundleAllowMixedLocalizations</key> | 5 <key>LSApplicationQueriesSchemes</key> |
6 » <true/> | 6 <array> |
7 » <key>CFBundleDevelopmentRegion</key> | 7 <string>org-appextension-feature-password-management</string> |
8 » <string>en</string> | 8 </array> |
9 » <key>CFBundleDisplayName</key> | 9 <key>CFBundleAllowMixedLocalizations</key> |
10 » <string>Adblock Browser</string> | 10 <true/> |
11 » <key>CFBundleExecutable</key> | 11 <key>CFBundleDevelopmentRegion</key> |
12 » <string>$(EXECUTABLE_NAME)</string> | 12 <string>en</string> |
13 » <key>CFBundleIdentifier</key> | 13 <key>CFBundleDisplayName</key> |
14 » <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | 14 <string>Adblock Browser</string> |
15 » <key>CFBundleInfoDictionaryVersion</key> | 15 <key>CFBundleExecutable</key> |
16 » <string>6.0</string> | 16 <string>$(EXECUTABLE_NAME)</string> |
17 » <key>CFBundleName</key> | 17 <key>CFBundleIdentifier</key> |
18 » <string>Adblock Browser</string> | 18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
19 » <key>CFBundlePackageType</key> | 19 <key>CFBundleInfoDictionaryVersion</key> |
20 » <string>APPL</string> | 20 <string>6.0</string> |
21 » <key>CFBundleShortVersionString</key> | 21 <key>CFBundleName</key> |
22 » <string>$CI_VERSION_NUMBER</string> | 22 <string>Adblock Browser</string> |
23 » <key>CFBundleSignature</key> | 23 <key>CFBundlePackageType</key> |
24 » <string>????</string> | 24 <string>APPL</string> |
25 » <key>CFBundleURLTypes</key> | 25 <key>CFBundleShortVersionString</key> |
26 » <array> | 26 <string>$CI_VERSION_NUMBER</string> |
27 » » <dict> | 27 <key>CFBundleSignature</key> |
28 » » » <key>CFBundleTypeRole</key> | 28 <string>????</string> |
29 » » » <string>Editor</string> | 29 <key>CFBundleURLTypes</key> |
30 » » » <key>CFBundleURLIconFile</key> | 30 <array> |
31 » » » <string>app_iphone</string> | 31 <dict> |
32 » » » <key>CFBundleURLName</key> | 32 <key>CFBundleTypeRole</key> |
33 » » » <string>JavaScript bridge</string> | 33 <string>Editor</string> |
34 » » » <key>CFBundleURLSchemes</key> | 34 <key>CFBundleURLIconFile</key> |
35 » » » <array> | 35 <string>app_iphone</string> |
36 » » » » <string>adblockbrowser</string> | 36 <key>CFBundleURLName</key> |
37 » » » </array> | 37 <string>JavaScript bridge</string> |
38 » » </dict> | 38 <key>CFBundleURLSchemes</key> |
39 » » <dict> | 39 <array> |
40 » » » <key>CFBundleTypeRole</key> | 40 <string>adblockbrowser</string> |
41 » » » <string>Viewer</string> | 41 </array> |
42 » » » <key>CFBundleURLIconFile</key> | 42 </dict> |
43 » » » <string></string> | 43 <dict> |
44 » » » <key>CFBundleURLSchemes</key> | 44 <key>CFBundleTypeRole</key> |
45 » » » <array> | 45 <string>Viewer</string> |
46 » » » » <string>http</string> | 46 <key>CFBundleURLIconFile</key> |
47 » » » » <string>https</string> | 47 <string></string> |
48 » » » » <string>adblockbrowser</string> | 48 <key>CFBundleURLSchemes</key> |
49 » » » » <string>adblockbrowsers</string> | 49 <array> |
50 » » » </array> | 50 <string>http</string> |
51 » » </dict> | 51 <string>https</string> |
52 » </array> | 52 <string>adblockbrowser</string> |
53 » <key>CFBundleVersion</key> | 53 <string>adblockbrowsers</string> |
54 » <string>$CI_BUILD_NUMBER</string> | 54 </array> |
55 » <key>LSApplicationQueriesSchemes</key> | 55 </dict> |
56 » <array> | 56 </array> |
57 » » <string>org-appextension-feature-password-management</string> | 57 <key>CFBundleVersion</key> |
58 » </array> | 58 <string>$CI_BUILD_NUMBER</string> |
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> | 66 <key>NSLocationWhenInUseUsageDescription</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> | 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>NSLocationWhenInUseUsageDescription</key> | 68 <key>UILaunchStoryboardName</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> | 69 <string>Bootstrap</string> |
70 » <key>NSPhotoLibraryUsageDescription</key> | 70 <key>UIMainStoryboardFile</key> |
71 » <string>Adblock Browser would like to access your photo library in order
for you to be able to upload pictures.</string> | 71 <string>Bootstrap</string> |
72 » <key>UILaunchStoryboardName</key> | 72 <key>UIRequiredDeviceCapabilities</key> |
73 » <string>Bootstrap</string> | 73 <array> |
74 » <key>UIMainStoryboardFile</key> | 74 <string>armv7</string> |
75 » <string>Bootstrap</string> | 75 </array> |
76 » <key>UIRequiredDeviceCapabilities</key> | 76 <key>UISupportedInterfaceOrientations</key> |
77 » <array> | 77 <array> |
78 » » <string>armv7</string> | 78 <string>UIInterfaceOrientationPortrait</string> |
79 » </array> | 79 <string>UIInterfaceOrientationLandscapeLeft</string> |
80 » <key>UIRequiresFullScreen</key> | 80 <string>UIInterfaceOrientationLandscapeRight</string> |
81 » <true/> | 81 </array> |
82 » <key>UISupportedInterfaceOrientations</key> | 82 <key>UIViewControllerBasedStatusBarAppearance</key> |
83 » <array> | 83 <true/> |
84 » » <string>UIInterfaceOrientationPortrait</string> | 84 <key>UIRequiresFullScreen</key> |
85 » » <string>UIInterfaceOrientationLandscapeLeft</string> | 85 <true/> |
86 » » <string>UIInterfaceOrientationLandscapeRight</string> | 86 <key>NSPhotoLibraryUsageDescription</key> |
87 » </array> | 87 <string>Adblock Browser would like to access your photo library in order
for you to be able to upload pictures.</string> |
88 » <key>UIViewControllerBasedStatusBarAppearance</key> | 88 <key>NSCameraUsageDescription</key> |
89 » <true/> | 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> |
LEFT | RIGHT |