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