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>LSApplicationQueriesSchemes</key> |
| 6 <array> |
| 7 <string>org-appextension-feature-password-management</string> |
| 8 </array> |
5 <key>CFBundleAllowMixedLocalizations</key> | 9 <key>CFBundleAllowMixedLocalizations</key> |
6 <true/> | 10 <true/> |
7 <key>CFBundleDevelopmentRegion</key> | 11 <key>CFBundleDevelopmentRegion</key> |
8 <string>en</string> | 12 <string>en</string> |
9 <key>CFBundleDisplayName</key> | 13 <key>CFBundleDisplayName</key> |
10 <string>Adblock Browser</string> | 14 <string>Adblock Browser</string> |
11 <key>CFBundleExecutable</key> | 15 <key>CFBundleExecutable</key> |
12 <string>$(EXECUTABLE_NAME)</string> | 16 <string>$(EXECUTABLE_NAME)</string> |
13 <key>CFBundleIdentifier</key> | 17 <key>CFBundleIdentifier</key> |
14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | 18 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
(...skipping 30 matching lines...) Expand all Loading... |
45 <array> | 49 <array> |
46 <string>http</string> | 50 <string>http</string> |
47 <string>https</string> | 51 <string>https</string> |
48 <string>adblockbrowser</string> | 52 <string>adblockbrowser</string> |
49 <string>adblockbrowsers</string> | 53 <string>adblockbrowsers</string> |
50 </array> | 54 </array> |
51 </dict> | 55 </dict> |
52 </array> | 56 </array> |
53 <key>CFBundleVersion</key> | 57 <key>CFBundleVersion</key> |
54 <string>$CI_BUILD_NUMBER</string> | 58 <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> | 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> | |
68 <key>NSLocationWhenInUseUsageDescription</key> | 66 <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> | 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> |
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> | 68 <key>UILaunchStoryboardName</key> |
73 <string>Bootstrap</string> | 69 <string>Bootstrap</string> |
74 <key>UIMainStoryboardFile</key> | 70 <key>UIMainStoryboardFile</key> |
75 <string>Bootstrap</string> | 71 <string>Bootstrap</string> |
76 <key>UIRequiredDeviceCapabilities</key> | 72 <key>UIRequiredDeviceCapabilities</key> |
77 <array> | 73 <array> |
78 <string>armv7</string> | 74 <string>armv7</string> |
79 </array> | 75 </array> |
80 <key>UIRequiresFullScreen</key> | |
81 <true/> | |
82 <key>UISupportedInterfaceOrientations</key> | 76 <key>UISupportedInterfaceOrientations</key> |
83 <array> | 77 <array> |
84 <string>UIInterfaceOrientationPortrait</string> | 78 <string>UIInterfaceOrientationPortrait</string> |
85 <string>UIInterfaceOrientationLandscapeLeft</string> | 79 <string>UIInterfaceOrientationLandscapeLeft</string> |
86 <string>UIInterfaceOrientationLandscapeRight</string> | 80 <string>UIInterfaceOrientationLandscapeRight</string> |
87 </array> | 81 </array> |
88 <key>UIViewControllerBasedStatusBarAppearance</key> | 82 <key>UIViewControllerBasedStatusBarAppearance</key> |
89 <true/> | 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> |
90 </dict> | 90 </dict> |
91 </plist> | 91 </plist> |
LEFT | RIGHT |