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

Unified Diff: third_party/ocmock/OCMock/OCMock-Info.plist

Issue 9240023: Roll OCMock r77:7f521db0628086185123666b0979e48d6ecaeac1. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 11 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
« no previous file with comments | « third_party/ocmock/OCMock/OCMock.h ('k') | third_party/ocmock/OCMock/OCMock-Prefix.pch » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/ocmock/OCMock/OCMock-Info.plist
diff --git a/third_party/ocmock/OCMock/Info.plist b/third_party/ocmock/OCMock/OCMock-Info.plist
similarity index 65%
rename from third_party/ocmock/OCMock/Info.plist
rename to third_party/ocmock/OCMock/OCMock-Info.plist
index 21054971df2e22a7cd8eb019bee5b9a162c14d95..4bd402c317963323b2ab2928ca407bc0003e38a5 100644
--- a/third_party/ocmock/OCMock/Info.plist
+++ b/third_party/ocmock/OCMock/OCMock-Info.plist
@@ -1,29 +1,29 @@
<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
+<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
- <key>CFBundleName</key>
- <string>OCMock</string>
<key>CFBundleDevelopmentRegion</key>
<string>English</string>
<key>CFBundleExecutable</key>
- <string>OCMock</string>
+ <string>${EXECUTABLE_NAME}</string>
<key>CFBundleIconFile</key>
<string></string>
<key>CFBundleIdentifier</key>
- <string>com.mulle-kybernetik.OCMock</string>
+ <string>com.mulle-kybernetik.${PRODUCT_NAME:rfc1034identifier}</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
+ <key>CFBundleName</key>
+ <string>${PRODUCT_NAME}</string>
<key>CFBundlePackageType</key>
<string>FMWK</string>
+ <key>CFBundleShortVersionString</key>
+ <string>1.0</string>
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>1</string>
- <key>CFBundleShortVersionString</key>
- <string>1.29</string>
<key>NSHumanReadableCopyright</key>
- <string>Copyright © 2004-2009 Mulle Kybernetik.</string>
+ <string>Copyright © 2004-2011 Mulle Kybernetik.</string>
<key>NSPrincipalClass</key>
<string></string>
</dict>
« no previous file with comments | « third_party/ocmock/OCMock/OCMock.h ('k') | third_party/ocmock/OCMock/OCMock-Prefix.pch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698