Chromium Code Reviews| 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..86d13f8bae45e2df9ba8dcb0cb745be8f07659c6 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>Chromium Remote Desktop</string> |
|
Lambros
2016/03/16 00:22:11
Maybe just "Chromoting"? Will eventually become "$
nicholss
2016/03/16 16:40:39
Calling a Chromoting Demo now. Thanks.
|
| <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> |