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> |