Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1357)

Unified Diff: testing/gtest_ios/unittest-Info.plist

Issue 10704121: Make all gtest targets into bundles on iOS (Closed) Base URL: http://git.chromium.org/chromium/src.git@master
Patch Set: Fix key ordering Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« testing/gtest.gyp ('K') | « testing/gtest.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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>
« testing/gtest.gyp ('K') | « testing/gtest.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698