aboutsummaryrefslogtreecommitdiff
path: root/objectivec/Tests/iOSTestHarness/Info.plist
diff options
context:
space:
mode:
authorThomas Van Lenten <thomasvl@google.com>2018-04-20 17:05:02 -0400
committerThomas Van Lenten <thomasvl@google.com>2018-04-20 17:26:38 -0400
commitb59da6d0997bf876de671d3d5be8ab7ebcf1424e (patch)
tree40ba5b5b338a07ab862bbfc5874657948878aeb4 /objectivec/Tests/iOSTestHarness/Info.plist
parentc36eeed07a9c914bbc0897b62ae499d01f8bfb30 (diff)
downloadprotobuf-b59da6d0997bf876de671d3d5be8ab7ebcf1424e.tar.gz
protobuf-b59da6d0997bf876de671d3d5be8ab7ebcf1424e.tar.bz2
protobuf-b59da6d0997bf876de671d3d5be8ab7ebcf1424e.zip
Remove the iOS Test App.
The tests can run as what Apple calls a Logic Test (under xctest), which means it doesn't have to load an full UI App under the simulator, which speeds things up a fair amount.
Diffstat (limited to 'objectivec/Tests/iOSTestHarness/Info.plist')
-rw-r--r--objectivec/Tests/iOSTestHarness/Info.plist43
1 files changed, 0 insertions, 43 deletions
diff --git a/objectivec/Tests/iOSTestHarness/Info.plist b/objectivec/Tests/iOSTestHarness/Info.plist
deleted file mode 100644
index 24bd333d..00000000
--- a/objectivec/Tests/iOSTestHarness/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>en</string>
- <key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
- <key>CFBundleExecutable</key>
- <string>${EXECUTABLE_NAME}</string>
- <key>CFBundleIdentifier</key>
- <string>$(PRODUCT_BUNDLE_IDENTIFIER)</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>UILaunchStoryboardName</key>
- <string>LaunchScreen</string>
- <key>UISupportedInterfaceOrientations</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- </array>
- <key>UISupportedInterfaceOrientations~ipad</key>
- <array>
- <string>UIInterfaceOrientationPortrait</string>
- <string>UIInterfaceOrientationLandscapeLeft</string>
- <string>UIInterfaceOrientationLandscapeRight</string>
- <string>UIInterfaceOrientationPortraitUpsideDown</string>
- </array>
-</dict>
-</plist>