diff options
Diffstat (limited to 'third_party/ocmock/OCMock/Info.plist')
-rw-r--r-- | third_party/ocmock/OCMock/Info.plist | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/third_party/ocmock/OCMock/Info.plist b/third_party/ocmock/OCMock/Info.plist new file mode 100644 index 0000000..2105497 --- /dev/null +++ b/third_party/ocmock/OCMock/Info.plist @@ -0,0 +1,30 @@ +<?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"> +<plist version="1.0"> +<dict> + <key>CFBundleName</key> + <string>OCMock</string> + <key>CFBundleDevelopmentRegion</key> + <string>English</string> + <key>CFBundleExecutable</key> + <string>OCMock</string> + <key>CFBundleIconFile</key> + <string></string> + <key>CFBundleIdentifier</key> + <string>com.mulle-kybernetik.OCMock</string> + <key>CFBundleInfoDictionaryVersion</key> + <string>6.0</string> + <key>CFBundlePackageType</key> + <string>FMWK</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> + <key>NSPrincipalClass</key> + <string></string> +</dict> +</plist> |