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 86% |
copy from test/ios/xctests/AppTests/Info.plist |
copy to test/ios/copies-with-xcode-envvars/Info.plist |
index d43ff4ba8d1ad9f4d18cac73a4f5660168e6abcf..a0985c3e4dbb64257e05031d0641eb8e7a83fc4d 100644 |
--- a/test/ios/xctests/AppTests/Info.plist |
+++ b/test/ios/copies-with-xcode-envvars/Info.plist |
@@ -3,17 +3,17 @@ |
<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> |