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

Unified Diff: ios/web/shell/Info.plist

Issue 1149323004: Upstream the iOS web_shell and supporting code (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@web-thread-impl
Patch Set: Address review comments Created 5 years, 7 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
« no previous file with comments | « ios/web/public/app/web_main_parts.mm ('k') | ios/web/shell/MainView.xib » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/web/shell/Info.plist
diff --git a/testing/gtest_ios/unittest-Info.plist b/ios/web/shell/Info.plist
similarity index 84%
copy from testing/gtest_ios/unittest-Info.plist
copy to ios/web/shell/Info.plist
index f443580cca2891c817d79439833b5d29ac025595..5740b888ac5c9456addcc5b80157ee738b27b64a 100644
--- a/testing/gtest_ios/unittest-Info.plist
+++ b/ios/web/shell/Info.plist
@@ -3,25 +3,31 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
- <string>English</string>
+ <string>en</string>
<key>CFBundleDisplayName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.google.gtest.${BUNDLE_ID_TEST_NAME}</string>
+ <string>org.chromium.${PRODUCT_NAME:rfc1034identifier}</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>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
<key>UILaunchImages</key>
<array>
<dict>
@@ -98,15 +104,18 @@
<string>{768, 1024}</string>
</dict>
</array>
- <key>UISupportedInterfaceOrientation</key>
+ <key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
- <key>UIBackgroundModes</key>
+ <key>UISupportedInterfaceOrientations~ipad</key>
<array>
- <string>fetch</string>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
</array>
</dict>
</plist>
« no previous file with comments | « ios/web/public/app/web_main_parts.mm ('k') | ios/web/shell/MainView.xib » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698