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

Unified Diff: remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist

Issue 278863003: Chromoting iOS client (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 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
Index: remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist
diff --git a/testing/gtest_ios/unittest-Info.plist b/remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist
similarity index 57%
copy from testing/gtest_ios/unittest-Info.plist
copy to remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist
index fc21034c5762275143a3c13f6efcdba26d330302..e48cdc62316a778527b188218ceafe2ec86baaf5 100644
--- a/testing/gtest_ios/unittest-Info.plist
+++ b/remoting/ios/Chromoting_unittests/Chromoting_unittests-Info.plist
@@ -3,28 +3,44 @@
<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>net.fusionlabs.${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>
+ <string>2.4</string>
<key>LSRequiresIPhoneOS</key>
<true/>
- <key>UISupportedInterfaceOrientation</key>
+ <key>UIRequiredDeviceCapabilities</key>
+ <array>
+ <string>armv7</string>
+ </array>
+ <key>UIStatusBarHidden</key>
+ <false/>
+ <key>UISupportedInterfaceOrientations</key>
+ <array>
+ <string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationLandscapeLeft</string>
+ <string>UIInterfaceOrientationLandscapeRight</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
+ </array>
+ <key>UISupportedInterfaceOrientations~ipad</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
« no previous file with comments | « remoting/ios/Chromoting/main.mm ('k') | remoting/ios/Chromoting_unittests/Chromoting_unittests.xcdatamodeld/.xccurrentversion » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698