| Left: | ||
| Right: |
| 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> |
| 11 » <key>CFBundleExecutable</key> | 11 <key>CFBundleExecutable</key> |
| 12 » <string>$(EXECUTABLE_NAME)</string> | 12 <string>$(EXECUTABLE_NAME)</string> |
| 13 » <key>CFBundleIdentifier</key> | 13 <key>CFBundleIdentifier</key> |
| 14 » <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> | 14 <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
| 15 » <key>CFBundleInfoDictionaryVersion</key> | 15 <key>CFBundleInfoDictionaryVersion</key> |
| 16 » <string>6.0</string> | 16 <string>6.0</string> |
| 17 » <key>CFBundleName</key> | 17 <key>CFBundleName</key> |
| 18 » <string>Adblock Browser</string> | 18 <string>Adblock Browser</string> |
| 19 » <key>CFBundlePackageType</key> | 19 <key>CFBundlePackageType</key> |
| 20 » <string>APPL</string> | 20 <string>APPL</string> |
| 21 » <key>CFBundleShortVersionString</key> | 21 <key>CFBundleShortVersionString</key> |
| 22 » <string>2.0.0</string> | 22 <string>2.0.0</string> |
| 23 » <key>CFBundleSignature</key> | 23 <key>CFBundleSignature</key> |
| 24 » <string>????</string> | 24 <string>????</string> |
| 25 » <key>CFBundleURLTypes</key> | 25 <key>CFBundleURLTypes</key> |
| 26 » <array> | 26 <array> |
| 27 » » <dict> | 27 <dict> |
| 28 » » » <key>CFBundleTypeRole</key> | 28 <key>CFBundleTypeRole</key> |
| 29 » » » <string>Editor</string> | 29 <string>Editor</string> |
| 30 » » » <key>CFBundleURLIconFile</key> | 30 <key>CFBundleURLIconFile</key> |
| 31 » » » <string>app_iphone</string> | 31 <string>app_iphone</string> |
| 32 » » » <key>CFBundleURLName</key> | 32 <key>CFBundleURLName</key> |
| 33 » » » <string>JavaScript bridge</string> | 33 <string>JavaScript bridge</string> |
| 34 » » » <key>CFBundleURLSchemes</key> | 34 <key>CFBundleURLSchemes</key> |
| 35 » » » <array> | 35 <array> |
| 36 » » » » <string>adblockbrowser</string> | 36 <string>adblockbrowser</string> |
| 37 » » » </array> | 37 </array> |
| 38 » » </dict> | 38 </dict> |
| 39 » » <dict> | 39 <dict> |
| 40 » » » <key>CFBundleTypeRole</key> | 40 <key>CFBundleTypeRole</key> |
| 41 » » » <string>Viewer</string> | 41 <string>Viewer</string> |
| 42 » » » <key>CFBundleURLIconFile</key> | 42 <key>CFBundleURLIconFile</key> |
| 43 » » » <string></string> | 43 <string></string> |
| 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>05_04_2018</string> | 54 <string>$(BUILD_NUMBER)</string> |
|
dean
2018/04/06 00:03:56
Same as the other file, I'd suggest having this va
| |
| 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/> |
| 65 » </dict> | 65 </dict> |
| 66 » <key>NSCameraUsageDescription</key> | 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> | 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> | 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> | 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> | 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> | 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> | 72 <key>UILaunchStoryboardName</key> |
| 73 » <string>Bootstrap</string> | 73 <string>Bootstrap</string> |
| 74 » <key>UIMainStoryboardFile</key> | 74 <key>UIMainStoryboardFile</key> |
| 75 » <string>Bootstrap</string> | 75 <string>Bootstrap</string> |
| 76 » <key>UIRequiredDeviceCapabilities</key> | 76 <key>UIRequiredDeviceCapabilities</key> |
| 77 » <array> | 77 <array> |
| 78 » » <string>armv7</string> | 78 <string>armv7</string> |
| 79 » </array> | 79 </array> |
| 80 » <key>UIRequiresFullScreen</key> | 80 <key>UIRequiresFullScreen</key> |
| 81 » <true/> | 81 <true/> |
| 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> |
|
dean
2018/04/06 00:03:56
Silly question - Was the changes to the formatting
| |
| 91 </plist> | 91 </plist> |
| LEFT | RIGHT |