From fff8d58a80cbd8089832429f23b665983e4e8117 Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Wed, 13 Jul 2011 21:57:44 +0300 Subject: First commit --- build/Debug/HammerTime.app/Contents/Info.plist | 46 +++++++++++++++++++++ .../Debug/HammerTime.app/Contents/MacOS/HammerTime | Bin 0 -> 144088 bytes build/Debug/HammerTime.app/Contents/PkgInfo | 1 + .../Resources/English.lproj/InfoPlist.strings | Bin 0 -> 92 bytes .../Contents/Resources/English.lproj/MainMenu.nib | Bin 0 -> 39167 bytes .../HammerTime.app/Contents/Resources/LICENSE | 25 +++++++++++ .../MacHammer Runtime.app/Contents/Info.plist | 46 +++++++++++++++++++++ .../Contents/MacOS/MacHammer Runtime | Bin 0 -> 144192 bytes build/Debug/MacHammer Runtime.app/Contents/PkgInfo | 1 + .../Resources/English.lproj/InfoPlist.strings | Bin 0 -> 92 bytes .../Contents/Resources/English.lproj/MainMenu.nib | Bin 0 -> 39253 bytes .../Contents/Resources/LICENSE | 25 +++++++++++ 12 files changed, 144 insertions(+) create mode 100644 build/Debug/HammerTime.app/Contents/Info.plist create mode 100755 build/Debug/HammerTime.app/Contents/MacOS/HammerTime create mode 100644 build/Debug/HammerTime.app/Contents/PkgInfo create mode 100644 build/Debug/HammerTime.app/Contents/Resources/English.lproj/InfoPlist.strings create mode 100644 build/Debug/HammerTime.app/Contents/Resources/English.lproj/MainMenu.nib create mode 100644 build/Debug/HammerTime.app/Contents/Resources/LICENSE create mode 100644 build/Debug/MacHammer Runtime.app/Contents/Info.plist create mode 100755 build/Debug/MacHammer Runtime.app/Contents/MacOS/MacHammer Runtime create mode 100644 build/Debug/MacHammer Runtime.app/Contents/PkgInfo create mode 100644 build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/InfoPlist.strings create mode 100644 build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/MainMenu.nib create mode 100644 build/Debug/MacHammer Runtime.app/Contents/Resources/LICENSE (limited to 'build/Debug') diff --git a/build/Debug/HammerTime.app/Contents/Info.plist b/build/Debug/HammerTime.app/Contents/Info.plist new file mode 100644 index 0000000..27d9959 --- /dev/null +++ b/build/Debug/HammerTime.app/Contents/Info.plist @@ -0,0 +1,46 @@ + + + + + BuildMachineOSBuild + 10J869 + CFBundleDevelopmentRegion + English + CFBundleExecutable + HammerTime + CFBundleIdentifier + com.yourcompany.HammerTime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + HammerTime + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + DTCompiler + + DTPlatformBuild + 10M2518 + DTPlatformVersion + PG + DTSDKBuild + 10M2518 + DTSDKName + macosx10.6 + DTXcode + 0400 + DTXcodeBuild + 10M2518 + LSMinimumSystemVersion + 10.6 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/build/Debug/HammerTime.app/Contents/MacOS/HammerTime b/build/Debug/HammerTime.app/Contents/MacOS/HammerTime new file mode 100755 index 0000000..50c70b7 Binary files /dev/null and b/build/Debug/HammerTime.app/Contents/MacOS/HammerTime differ diff --git a/build/Debug/HammerTime.app/Contents/PkgInfo b/build/Debug/HammerTime.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/build/Debug/HammerTime.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/build/Debug/HammerTime.app/Contents/Resources/English.lproj/InfoPlist.strings b/build/Debug/HammerTime.app/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..dea12de Binary files /dev/null and b/build/Debug/HammerTime.app/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/build/Debug/HammerTime.app/Contents/Resources/English.lproj/MainMenu.nib b/build/Debug/HammerTime.app/Contents/Resources/English.lproj/MainMenu.nib new file mode 100644 index 0000000..2269875 Binary files /dev/null and b/build/Debug/HammerTime.app/Contents/Resources/English.lproj/MainMenu.nib differ diff --git a/build/Debug/HammerTime.app/Contents/Resources/LICENSE b/build/Debug/HammerTime.app/Contents/Resources/LICENSE new file mode 100644 index 0000000..905df41 --- /dev/null +++ b/build/Debug/HammerTime.app/Contents/Resources/LICENSE @@ -0,0 +1,25 @@ +Copyright 2011 Filipp Lepalaan. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are +permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list + of conditions and the following disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY FILIPP LEPALAAN ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FILIPP LEPALAAN OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the +authors and should not be interpreted as representing official policies, either expressed +or implied, of Filipp Lepalaan. diff --git a/build/Debug/MacHammer Runtime.app/Contents/Info.plist b/build/Debug/MacHammer Runtime.app/Contents/Info.plist new file mode 100644 index 0000000..6108947 --- /dev/null +++ b/build/Debug/MacHammer Runtime.app/Contents/Info.plist @@ -0,0 +1,46 @@ + + + + + BuildMachineOSBuild + 10J869 + CFBundleDevelopmentRegion + English + CFBundleExecutable + MacHammer Runtime + CFBundleIdentifier + com.yourcompany.MacHammer-Runtime + CFBundleInfoDictionaryVersion + 6.0 + CFBundleName + MacHammer Runtime + CFBundlePackageType + APPL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + DTCompiler + + DTPlatformBuild + 10M2518 + DTPlatformVersion + PG + DTSDKBuild + 10M2518 + DTSDKName + macosx10.6 + DTXcode + 0400 + DTXcodeBuild + 10M2518 + LSMinimumSystemVersion + 10.6 + NSMainNibFile + MainMenu + NSPrincipalClass + NSApplication + + diff --git a/build/Debug/MacHammer Runtime.app/Contents/MacOS/MacHammer Runtime b/build/Debug/MacHammer Runtime.app/Contents/MacOS/MacHammer Runtime new file mode 100755 index 0000000..59335a8 Binary files /dev/null and b/build/Debug/MacHammer Runtime.app/Contents/MacOS/MacHammer Runtime differ diff --git a/build/Debug/MacHammer Runtime.app/Contents/PkgInfo b/build/Debug/MacHammer Runtime.app/Contents/PkgInfo new file mode 100644 index 0000000..bd04210 --- /dev/null +++ b/build/Debug/MacHammer Runtime.app/Contents/PkgInfo @@ -0,0 +1 @@ +APPL???? \ No newline at end of file diff --git a/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/InfoPlist.strings b/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/InfoPlist.strings new file mode 100644 index 0000000..dea12de Binary files /dev/null and b/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/InfoPlist.strings differ diff --git a/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/MainMenu.nib b/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/MainMenu.nib new file mode 100644 index 0000000..d4e86e3 Binary files /dev/null and b/build/Debug/MacHammer Runtime.app/Contents/Resources/English.lproj/MainMenu.nib differ diff --git a/build/Debug/MacHammer Runtime.app/Contents/Resources/LICENSE b/build/Debug/MacHammer Runtime.app/Contents/Resources/LICENSE new file mode 100644 index 0000000..905df41 --- /dev/null +++ b/build/Debug/MacHammer Runtime.app/Contents/Resources/LICENSE @@ -0,0 +1,25 @@ +Copyright 2011 Filipp Lepalaan. All rights reserved. + +Redistribution and use in source and binary forms, with or without modification, are +permitted provided that the following conditions are met: + + 1. Redistributions of source code must retain the above copyright notice, this list of + conditions and the following disclaimer. + + 2. Redistributions in binary form must reproduce the above copyright notice, this list + of conditions and the following disclaimer in the documentation and/or other materials + provided with the distribution. + +THIS SOFTWARE IS PROVIDED BY FILIPP LEPALAAN ``AS IS'' AND ANY EXPRESS OR IMPLIED +WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND +FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL FILIPP LEPALAAN OR +CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR +CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR +SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON +ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING +NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF +ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. + +The views and conclusions contained in the software and documentation are those of the +authors and should not be interpreted as representing official policies, either expressed +or implied, of Filipp Lepalaan. -- cgit v1.2.3