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

Unified Diff: ios/web/shell/test/Info.plist

Issue 1902373003: Add support for ios_web_shell xctest for devices. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 8 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
« ios/web/ios_web_shell_tests.gyp ('K') | « ios/web/ios_web_shell_tests.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..8f1575194a52c2a67593fe256c705805623c43db 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>${PRODUCT_BUNDLE_IDENTIFIER}</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>
« ios/web/ios_web_shell_tests.gyp ('K') | « ios/web/ios_web_shell_tests.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698