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

Unified Diff: third_party/protobuf/objectivec/Tests/UnitTests-Info.plist

Issue 1842653006: Update //third_party/protobuf to version 3. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: merge Created 4 years, 8 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: 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>

Powered by Google App Engine
This is Rietveld 408576698