diff options
author | Max <post@wickenrode.com> | 2015-03-16 21:48:15 +0100 |
---|---|---|
committer | Max <post@wickenrode.com> | 2015-03-16 21:48:15 +0100 |
commit | 0dc8d023f39c1bd03f51e62d90b6be7693955e53 (patch) | |
tree | 1c4255031077e501ecb46a019820ac125010a5db /Frameworks/OCMock.framework/Versions/A/Resources | |
parent | f86e21e8296a5c368fb547b93ff0390dec0f5785 (diff) | |
download | sequelpro-0dc8d023f39c1bd03f51e62d90b6be7693955e53.tar.gz sequelpro-0dc8d023f39c1bd03f51e62d90b6be7693955e53.tar.bz2 sequelpro-0dc8d023f39c1bd03f51e62d90b6be7693955e53.zip |
Updated OCMock framework and added a unit test
Diffstat (limited to 'Frameworks/OCMock.framework/Versions/A/Resources')
-rw-r--r-- | Frameworks/OCMock.framework/Versions/A/Resources/Info.plist | 20 | ||||
-rw-r--r-- | Frameworks/OCMock.framework/Versions/A/Resources/License.txt | 15 | ||||
-rw-r--r-- | Frameworks/OCMock.framework/Versions/A/Resources/en.lproj/InfoPlist.strings | bin | 0 -> 92 bytes |
3 files changed, 18 insertions, 17 deletions
diff --git a/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist b/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist index 4634d14c..20bc2603 100644 --- a/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist +++ b/Frameworks/OCMock.framework/Versions/A/Resources/Info.plist @@ -2,6 +2,8 @@ <!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> <plist version="1.0"> <dict> + <key>BuildMachineOSBuild</key> + <string>13F34</string> <key>CFBundleDevelopmentRegion</key> <string>English</string> <key>CFBundleExecutable</key> @@ -15,12 +17,26 @@ <key>CFBundlePackageType</key> <string>FMWK</string> <key>CFBundleShortVersionString</key> - <string>1.29</string> + <string>1.0</string> <key>CFBundleSignature</key> <string>????</string> <key>CFBundleVersion</key> <string>1</string> + <key>DTCompiler</key> + <string>com.apple.compilers.llvm.clang.1_0</string> + <key>DTPlatformBuild</key> + <string>6A2008a</string> + <key>DTPlatformVersion</key> + <string>GM</string> + <key>DTSDKBuild</key> + <string>14A382</string> + <key>DTSDKName</key> + <string>macosx10.10</string> + <key>DTXcode</key> + <string>0611</string> + <key>DTXcodeBuild</key> + <string>6A2008a</string> <key>NSHumanReadableCopyright</key> - <string>Copyright © 2004-2009 Mulle Kybernetik.</string> + <string>Copyright © 2004-2013 Mulle Kybernetik.</string> </dict> </plist> diff --git a/Frameworks/OCMock.framework/Versions/A/Resources/License.txt b/Frameworks/OCMock.framework/Versions/A/Resources/License.txt deleted file mode 100644 index e2c13960..00000000 --- a/Frameworks/OCMock.framework/Versions/A/Resources/License.txt +++ /dev/null @@ -1,15 +0,0 @@ - - Copyright (c) 2004-2009 by Mulle Kybernetik. All rights reserved. - - Permission to use, copy, modify and distribute this software and its documentation - is hereby granted, provided that both the copyright notice and this permission - notice appear in all copies of the software, derivative works or modified versions, - and any portions thereof, and that both notices appear in supporting documentation, - and that credit is given to Mulle Kybernetik in all documents and publicity - pertaining to direct or indirect use of this code or its derivatives. - - THIS IS EXPERIMENTAL SOFTWARE AND IT IS KNOWN TO HAVE BUGS, SOME OF WHICH MAY HAVE - SERIOUS CONSEQUENCES. THE COPYRIGHT HOLDER ALLOWS FREE USE OF THIS SOFTWARE IN ITS - "AS IS" CONDITION. THE COPYRIGHT HOLDER DISCLAIMS ANY LIABILITY OF ANY KIND FOR ANY - DAMAGES WHATSOEVER RESULTING DIRECTLY OR INDIRECTLY FROM THE USE OF THIS SOFTWARE - OR OF ANY DERIVATIVE WORK.
\ No newline at end of file diff --git a/Frameworks/OCMock.framework/Versions/A/Resources/en.lproj/InfoPlist.strings b/Frameworks/OCMock.framework/Versions/A/Resources/en.lproj/InfoPlist.strings Binary files differnew file mode 100644 index 00000000..5e45963c --- /dev/null +++ b/Frameworks/OCMock.framework/Versions/A/Resources/en.lproj/InfoPlist.strings |