summaryrefslogtreecommitdiffstats
path: root/third_party/ocmock/Info.plist
diff options
context:
space:
mode:
authorpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 13:45:58 +0000
committerpinkerton@chromium.org <pinkerton@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-09-22 13:45:58 +0000
commit1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3 (patch)
tree7a3df06fa46f3ef5f16d1d97192c08a49a818c31 /third_party/ocmock/Info.plist
parentab607c6c15919d9e3dfdfc23fb465568c0c076e4 (diff)
downloadchromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.zip
chromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.tar.gz
chromium_src-1d0a5b8df31d5fc724e9a1b4ee3914c43ee351a3.tar.bz2
Add OCMock testing framework to third_party.
BUG=none TEST=none Review URL: http://codereview.chromium.org/216025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26807 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'third_party/ocmock/Info.plist')
-rw-r--r--third_party/ocmock/Info.plist30
1 files changed, 30 insertions, 0 deletions
diff --git a/third_party/ocmock/Info.plist b/third_party/ocmock/Info.plist
new file mode 100644
index 0000000..2105497
--- /dev/null
+++ b/third_party/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>