aboutsummaryrefslogtreecommitdiffhomepage
path: root/experimental/iOSShell
diff options
context:
space:
mode:
authorGravatar Brian Osman <brianosman@google.com>2017-11-21 10:39:06 -0500
committerGravatar Skia Commit-Bot <skia-commit-bot@chromium.org>2017-11-21 16:09:49 +0000
commita7dfe4122522c400dc361c3bcb9bbf87c808c719 (patch)
treef87ad7342f7e3290d7e775077e64f9e747ac1c26 /experimental/iOSShell
parent11adf3200d44189e546f17730a61f44bf1678e07 (diff)
Remove more iOS sample code
I think this is generally obsoleted by sk_app? Bug: skia: Change-Id: Ie8e9dd1f11f2d2f97f0a21a7e79b37755e75cd44 Reviewed-on: https://skia-review.googlesource.com/74161 Reviewed-by: Jim Van Verth <jvanverth@google.com> Commit-Queue: Brian Osman <brianosman@google.com>
Diffstat (limited to 'experimental/iOSShell')
-rw-r--r--experimental/iOSShell/iOSShell-Info.plist43
1 files changed, 0 insertions, 43 deletions
diff --git a/experimental/iOSShell/iOSShell-Info.plist b/experimental/iOSShell/iOSShell-Info.plist
deleted file mode 100644
index 69b62efd1c..0000000000
--- a/experimental/iOSShell/iOSShell-Info.plist
+++ /dev/null
@@ -1,43 +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>English</string>
- <key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIconFile</key>
- <string></string>
- <key>CFBundleIdentifier</key>
- <string>com.google.iOSShell</string>
- <key>CFBundleInfoDictionaryVersion</key>
- <string>6.0</string>
- <key>CFBundleName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundlePackageType</key>
- <string>APPL</string>
- <key>CFBundleSignature</key>
- <string>????</string>
- <key>CFBundleVersion</key>
- <string>1.0</string>
- <key>LSRequiresIPhoneOS</key>
- <true/>
- <key>NSMainNibFile</key>
- <string>MainWindow_iPhone</string>
- <key>NSMainNibFile~ipad</key>
- <string>MainWindow_iPad</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
-</dict>
-</plist>