| Index: ios/web/shell/test/Info.plist
|
| diff --git a/remoting/host/remoting_me2me_host-Info.plist b/ios/web/shell/test/Info.plist
|
| similarity index 52%
|
| copy from remoting/host/remoting_me2me_host-Info.plist
|
| copy to ios/web/shell/test/Info.plist
|
| index 1f2b9dfb7d088d39d4b64366bb35f91ca3d47cd3..6131774765c43f8d1da1f4eb1ca3208df688590b 100644
|
| --- a/remoting/host/remoting_me2me_host-Info.plist
|
| +++ b/ios/web/shell/test/Info.plist
|
| @@ -3,34 +3,22 @@
|
| <plist version="1.0">
|
| <dict>
|
| <key>CFBundleDevelopmentRegion</key>
|
| - <string>English</string>
|
| + <string>en</string>
|
| <key>CFBundleExecutable</key>
|
| <string>${EXECUTABLE_NAME}</string>
|
| - <key>CFBundleIconFile</key>
|
| - <string>remoting_me2me_host</string>
|
| <key>CFBundleIdentifier</key>
|
| - <string>BUNDLE_ID</string>
|
| + <string>org.chromium.test.ios_web_shell_test_host.ios_web_shell_test</string>
|
| <key>CFBundleInfoDictionaryVersion</key>
|
| <string>6.0</string>
|
| <key>CFBundleName</key>
|
| - <string>remoting_me2me_host</string>
|
| + <string>${PRODUCT_NAME}</string>
|
| <key>CFBundlePackageType</key>
|
| - <string>APPL</string>
|
| + <string>BNDL</string>
|
| + <key>CFBundleShortVersionString</key>
|
| + <string>1.0</string>
|
| <key>CFBundleSignature</key>
|
| <string>????</string>
|
| <key>CFBundleVersion</key>
|
| - <string>VERSION_FULL</string>
|
| - <key>CFBundleShortVersionString</key>
|
| - <string>VERSION_SHORT</string>
|
| - <key>LSMinimumSystemVersion</key>
|
| - <string>${MACOSX_DEPLOYMENT_TARGET}.0</string>
|
| - <key>NSPrincipalClass</key>
|
| - <string>CrApplication</string>
|
| - <key>LSUIElement</key>
|
| <string>1</string>
|
| - <key>BreakpadProduct</key>
|
| - <string>Chromoting_Mac</string>
|
| - <key>BreakpadVersion</key>
|
| - <string>VERSION_FULL</string>
|
| </dict>
|
| </plist>
|
|
|