Index: third_party/protobuf/objectivec/Tests/UnitTests-Info.plist |
diff --git a/ui/base/test/framework-Info.plist b/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist |
similarity index 76% |
copy from ui/base/test/framework-Info.plist |
copy to third_party/protobuf/objectivec/Tests/UnitTests-Info.plist |
index f3b7fc725b6c900b51a55d2dcef4201d9754efbe..460a7d931c913f190d419dc934c43af95b179a1b 100644 |
--- a/ui/base/test/framework-Info.plist |
+++ b/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist |
@@ -3,16 +3,18 @@ |
<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>${CHROMIUM_BUNDLE_ID}.framework</string> |
+ <string>$(PRODUCT_BUNDLE_IDENTIFIER)</string> |
<key>CFBundleInfoDictionaryVersion</key> |
<string>6.0</string> |
<key>CFBundlePackageType</key> |
- <string>FMWK</string> |
+ <string>BNDL</string> |
<key>CFBundleSignature</key> |
<string>????</string> |
+ <key>CFBundleVersion</key> |
+ <string>1.0</string> |
</dict> |
</plist> |