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

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

Issue 1291903002: Pull new version of protobuf sources. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Build fix attempts Created 5 years, 4 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/chrome/app/framework-Info.plist b/third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
similarity index 74%
copy from chrome/app/framework-Info.plist
copy to third_party/protobuf/objectivec/Tests/UnitTests-Info.plist
index f3b7fc725b6c900b51a55d2dcef4201d9754efbe..65013556de5da4afd987b13e6dbe817cf3e15dd1 100644
--- a/chrome/app/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>com.yourcompany.${PRODUCT_NAME: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