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