Index: testing/gtest_ios/unittest-Info.plist |
diff --git a/webkit/tools/test_shell/mac/Info.plist b/testing/gtest_ios/unittest-Info.plist |
similarity index 61% |
copy from webkit/tools/test_shell/mac/Info.plist |
copy to testing/gtest_ios/unittest-Info.plist |
index 43b98baa1e3d0dc7d29d83f0151c097b42d11091..fc21034c5762275143a3c13f6efcdba26d330302 100644 |
--- a/webkit/tools/test_shell/mac/Info.plist |
+++ b/testing/gtest_ios/unittest-Info.plist |
@@ -4,12 +4,12 @@ |
<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>test_shell.icns</string> |
<key>CFBundleIdentifier</key> |
- <string>org.chromium.TestShell</string> |
+ <string>com.google.gtest.${BUNDLE_ID_TEST_NAME}</string> |
<key>CFBundleInfoDictionaryVersion</key> |
<string>6.0</string> |
<key>CFBundleName</key> |
@@ -20,9 +20,13 @@ |
<string>????</string> |
<key>CFBundleVersion</key> |
<string>1.0</string> |
- <key>NSMainNibFile</key> |
- <string>MainMenu</string> |
- <key>NSPrincipalClass</key> |
- <string>NSApplication</string> |
+ <key>LSRequiresIPhoneOS</key> |
+ <true/> |
+ <key>UISupportedInterfaceOrientation</key> |
+ <array> |
+ <string>UIInterfaceOrientationPortrait</string> |
+ <string>UIInterfaceOrientationLandscapeLeft</string> |
+ <string>UIInterfaceOrientationLandscapeRight</string> |
+ </array> |
</dict> |
</plist> |