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

Unified Diff: test/ios/watch/WatchContainer/Info.plist

Issue 762673002: Add support for iOS WatchKit apps in GYP (Closed) Base URL: http://gyp.googlecode.com/svn/trunk
Patch Set: Specify code sign identity in extension test Created 6 years 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
Index: test/ios/watch/WatchContainer/Info.plist
diff --git a/test/ios/extension/ExtensionContainer/Info.plist b/test/ios/watch/WatchContainer/Info.plist
similarity index 90%
copy from test/ios/extension/ExtensionContainer/Info.plist
copy to test/ios/watch/WatchContainer/Info.plist
index 31ccf4cc82e14910765fafc13615617c724078b6..a40319c78eac0954f0db727a9ceb21519361c91c 100644
--- a/test/ios/extension/ExtensionContainer/Info.plist
+++ b/test/ios/watch/WatchContainer/Info.plist
@@ -5,9 +5,9 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
- <string>ExtensionContainer</string>
+ <string>WatchContainer</string>
<key>CFBundleIdentifier</key>
- <string>com.google.gyptest.extension</string>
+ <string>com.google.gyptest.watch</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>

Powered by Google App Engine
This is Rietveld 408576698