| 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>CFBundleAllowMixedLocalizations</key> |
| 6 <true/> | 6 <true/> |
| 7 <key>CFBundleDevelopmentRegion</key> | 7 <key>CFBundleDevelopmentRegion</key> |
| 8 <string>en</string> | 8 <string>en</string> |
| 9 <key>CFBundleDisplayName</key> | 9 <key>CFBundleDisplayName</key> |
| 10 <string>Adblock Browser</string> | 10 <string>Adblock Browser</string> |
| (...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 44 <key>CFBundleURLSchemes</key> | 44 <key>CFBundleURLSchemes</key> |
| 45 <array> | 45 <array> |
| 46 <string>http</string> | 46 <string>http</string> |
| 47 <string>https</string> | 47 <string>https</string> |
| 48 <string>adblockbrowser</string> | 48 <string>adblockbrowser</string> |
| 49 <string>adblockbrowsers</string> | 49 <string>adblockbrowsers</string> |
| 50 </array> | 50 </array> |
| 51 </dict> | 51 </dict> |
| 52 </array> | 52 </array> |
| 53 <key>CFBundleVersion</key> | 53 <key>CFBundleVersion</key> |
| 54 <string>2.0.0</string> | 54 <string>$(BUILD_NUMBER)</string> |
| 55 <key>LSApplicationQueriesSchemes</key> | 55 <key>LSApplicationQueriesSchemes</key> |
| 56 <array> | 56 <array> |
| 57 <string>org-appextension-feature-password-management</string> | 57 <string>org-appextension-feature-password-management</string> |
| 58 </array> | 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/> |
| (...skipping 17 matching lines...) Expand all Loading... |
| 82 <key>UISupportedInterfaceOrientations</key> | 82 <key>UISupportedInterfaceOrientations</key> |
| 83 <array> | 83 <array> |
| 84 <string>UIInterfaceOrientationPortrait</string> | 84 <string>UIInterfaceOrientationPortrait</string> |
| 85 <string>UIInterfaceOrientationLandscapeLeft</string> | 85 <string>UIInterfaceOrientationLandscapeLeft</string> |
| 86 <string>UIInterfaceOrientationLandscapeRight</string> | 86 <string>UIInterfaceOrientationLandscapeRight</string> |
| 87 </array> | 87 </array> |
| 88 <key>UIViewControllerBasedStatusBarAppearance</key> | 88 <key>UIViewControllerBasedStatusBarAppearance</key> |
| 89 <true/> | 89 <true/> |
| 90 </dict> | 90 </dict> |
| 91 </plist> | 91 </plist> |
| LEFT | RIGHT |