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

Unified Diff: remoting/client/ios/remoting_ios-Info.plist

Issue 1763783002: Staging an example iOS project to be the dummy target for CRD iOS App. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Correct comment label. Created 4 years, 9 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 | « remoting/client/ios/main.mm ('k') | remoting/client/opengl_wrapper.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: remoting/client/ios/remoting_ios-Info.plist
diff --git a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist b/remoting/client/ios/remoting_ios-Info.plist
similarity index 84%
copy from ios/crnet/crnet_consumer/crnet-consumer-Info.plist
copy to remoting/client/ios/remoting_ios-Info.plist
index 57ee6ae8a46cd399b0a16a6d94bda843dd1491e3..a4cd5da09003bd015f70164a8517f00c8d40bc6c 100644
--- a/ios/crnet/crnet_consumer/crnet-consumer-Info.plist
+++ b/remoting/client/ios/remoting_ios-Info.plist
@@ -5,11 +5,11 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
- <string>${PRODUCT_NAME}</string>
+ <string>Chromoting Demo</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>chromium.${PRODUCT_NAME:rfc1034identifier}</string>
+ <string>${BUNDLE_IDENTIFIER}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
@@ -17,13 +17,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0</string>
+ <string>1.0.11</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.0</string>
+ <string>1.0.11.0</string>
<key>LSRequiresIPhoneOS</key>
<true/>
+ <key>MinimumOSVersion</key>
+ <string>7.0</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>
@@ -31,6 +33,7 @@
<key>UISupportedInterfaceOrientations</key>
<array>
<string>UIInterfaceOrientationPortrait</string>
+ <string>UIInterfaceOrientationPortraitUpsideDown</string>
<string>UIInterfaceOrientationLandscapeLeft</string>
<string>UIInterfaceOrientationLandscapeRight</string>
</array>
« no previous file with comments | « remoting/client/ios/main.mm ('k') | remoting/client/opengl_wrapper.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698