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> |