| Index: ios/web/shell/test/Host-Info.plist
|
| diff --git a/ios/web/shell/test/Host-Info.plist b/ios/web/shell/test/Host-Info.plist
|
| deleted file mode 100644
|
| index c306faad217646c8c26dcf61828cf83e9baaf410..0000000000000000000000000000000000000000
|
| --- a/ios/web/shell/test/Host-Info.plist
|
| +++ /dev/null
|
| @@ -1,126 +0,0 @@
|
| -<?xml version="1.0" encoding="UTF-8"?>
|
| -<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
| -<plist version="1.0">
|
| -<dict>
|
| - <key>CFBundleDevelopmentRegion</key>
|
| - <string>en</string>
|
| - <key>CFBundleDisplayName</key>
|
| - <string>${PRODUCT_NAME}</string>
|
| - <key>CFBundleExecutable</key>
|
| - <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIdentifier</key>
|
| - <string>org.chromium.test.ios_web_shell_test_host</string>
|
| - <key>CFBundleInfoDictionaryVersion</key>
|
| - <string>6.0</string>
|
| - <key>CFBundleName</key>
|
| - <string>${PRODUCT_NAME}</string>
|
| - <key>CFBundlePackageType</key>
|
| - <string>APPL</string>
|
| - <key>CFBundleShortVersionString</key>
|
| - <string>1.0</string>
|
| - <key>CFBundleSignature</key>
|
| - <string>????</string>
|
| - <key>CFBundleVersion</key>
|
| - <string>1.0</string>
|
| - <key>LSRequiresIPhoneOS</key>
|
| - <true/>
|
| - <key>NSAppTransportSecurity</key>
|
| - <dict>
|
| - <key>NSAllowsArbitraryLoads</key>
|
| - <true/>
|
| - </dict>
|
| - <key>UIRequiredDeviceCapabilities</key>
|
| - <array>
|
| - <string>armv7</string>
|
| - </array>
|
| - <key>UILaunchImages</key>
|
| - <array>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>7.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Portrait</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{320, 480}</string>
|
| - </dict>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>7.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Portrait</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{320, 568}</string>
|
| - </dict>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>8.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Portrait</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{375, 667}</string>
|
| - </dict>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>8.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Portrait</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{414, 736}</string>
|
| - </dict>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>8.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Landscape</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{414, 736}</string>
|
| - </dict>
|
| - </array>
|
| - <key>UILaunchImages~ipad</key>
|
| - <array>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>7.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Portrait</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{768, 1024}</string>
|
| - </dict>
|
| - <dict>
|
| - <key>UILaunchImageMinimumOSVersion</key>
|
| - <string>7.0</string>
|
| - <key>UILaunchImageName</key>
|
| - <string>Default</string>
|
| - <key>UILaunchImageOrientation</key>
|
| - <string>Landscape</string>
|
| - <key>UILaunchImageSize</key>
|
| - <string>{768, 1024}</string>
|
| - </dict>
|
| - </array>
|
| - <key>UISupportedInterfaceOrientations</key>
|
| - <array>
|
| - <string>UIInterfaceOrientationPortrait</string>
|
| - <string>UIInterfaceOrientationLandscapeLeft</string>
|
| - <string>UIInterfaceOrientationLandscapeRight</string>
|
| - </array>
|
| - <key>UISupportedInterfaceOrientations~ipad</key>
|
| - <array>
|
| - <string>UIInterfaceOrientationPortrait</string>
|
| - <string>UIInterfaceOrientationPortraitUpsideDown</string>
|
| - <string>UIInterfaceOrientationLandscapeLeft</string>
|
| - <string>UIInterfaceOrientationLandscapeRight</string>
|
| - </array>
|
| -</dict>
|
| -</plist>
|
|
|