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

Unified Diff: remoting/client/ios/app/resources/Info.plist

Issue 2555803002: Adding the iOS app and integration example with GlRenderer. (Closed)
Patch Set: cleaning up includes. Created 3 years, 11 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/client/ios/app/resources/Info.plist
diff --git a/remoting/client/ios/remoting_ios-Info.plist b/remoting/client/ios/app/resources/Info.plist
similarity index 90%
rename from remoting/client/ios/remoting_ios-Info.plist
rename to remoting/client/ios/app/resources/Info.plist
index a4cd5da09003bd015f70164a8517f00c8d40bc6c..4033728f0f7254e46311fa131398158019e5eb13 100644
--- a/remoting/client/ios/remoting_ios-Info.plist
+++ b/remoting/client/ios/app/resources/Info.plist
@@ -5,7 +5,7 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleDisplayName</key>
- <string>Chromoting Demo</string>
+ <string>${DISPLAY_NAME}</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
@@ -17,15 +17,15 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
- <string>1.0.11</string>
+ <string>${VERSION_SHORT}</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
- <string>1.0.11.0</string>
+ <string>${VERSION_FULL}</string>
<key>LSRequiresIPhoneOS</key>
<true/>
<key>MinimumOSVersion</key>
- <string>7.0</string>
+ <string>${MINIMUM_OS_VERSION}</string>
<key>UIRequiredDeviceCapabilities</key>
<array>
<string>armv7</string>

Powered by Google App Engine
This is Rietveld 408576698