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

Unified Diff: test/ios/copies-with-xcode-envvars/Info.plist

Issue 1785543006: Complete PBXCopyFilesBuildPhase TODO in xcodeproj_file.py. (Closed) Base URL: https://chromium.googlesource.com/external/gyp.git@master
Patch Set: Created 4 years, 9 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
Index: test/ios/copies-with-xcode-envvars/Info.plist
diff --git a/test/ios/xctests/AppTests/Info.plist b/test/ios/copies-with-xcode-envvars/Info.plist
similarity index 83%
copy from test/ios/xctests/AppTests/Info.plist
copy to test/ios/copies-with-xcode-envvars/Info.plist
index d43ff4ba8d1ad9f4d18cac73a4f5660168e6abcf..9099a2b5d74410e40af9c0bef1a6539e0931c5be 100644
--- a/test/ios/xctests/AppTests/Info.plist
+++ b/test/ios/copies-with-xcode-envvars/Info.plist
@@ -3,21 +3,21 @@
<plist version="1.0">
<dict>
<key>CFBundleDevelopmentRegion</key>
- <string>en</string>
+ <string>English</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<key>CFBundleIdentifier</key>
- <string>com.google.gyptest.AppTests</string>
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
- <string>BNDL</string>
+ <string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.0</string>
<key>CFBundleSignature</key>
- <string>????</string>
+ <string>ause</string>
Mark Mentovai 2016/05/06 20:26:53 Ought to be ????. Did you copy this from somewher
<key>CFBundleVersion</key>
<string>1</string>
</dict>

Powered by Google App Engine
This is Rietveld 408576698