From f27180b7cd801340f4691632814fa26ed5feba32 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Fri, 25 Aug 2006 06:58:33 +0000 Subject: Do some rearranging of image and desktop support files. Add new Block Attack! game... git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@5358 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- test/blocks.app/Contents/Info.plist | 44 +++++++++++++++++++++++++ test/blocks.app/Contents/PkgInfo | 1 + test/blocks.app/Contents/Resources/blocks.icns | Bin 0 -> 51049 bytes 3 files changed, 45 insertions(+) create mode 100644 test/blocks.app/Contents/Info.plist create mode 100644 test/blocks.app/Contents/PkgInfo create mode 100644 test/blocks.app/Contents/Resources/blocks.icns (limited to 'test/blocks.app/Contents') diff --git a/test/blocks.app/Contents/Info.plist b/test/blocks.app/Contents/Info.plist new file mode 100644 index 000000000..dcc528aa1 --- /dev/null +++ b/test/blocks.app/Contents/Info.plist @@ -0,0 +1,44 @@ + + + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleExecutable + blocks + + CFBundleIdentifier + com.easysw.blocks + + CFBundleVersion + 1.0 + + CFBundleDevelopmentRegion + English + + NSHumanReadableCopyright + Copyright 2006 by Michael Sweet + + CFAppleHelpAnchor + help + + CFBundleName + blocks + + CFBundlePackageType + APPL + + CFBundleSignature + BLKS + + CFBundleIconFile + blocks.icns + + CFBundleShortVersionString + 1.0 + + CFBundleGetInfoString + 1.0, Copyright 2006 by Michael Sweet + + + diff --git a/test/blocks.app/Contents/PkgInfo b/test/blocks.app/Contents/PkgInfo new file mode 100644 index 000000000..103810afb --- /dev/null +++ b/test/blocks.app/Contents/PkgInfo @@ -0,0 +1 @@ +BLKSBlks diff --git a/test/blocks.app/Contents/Resources/blocks.icns b/test/blocks.app/Contents/Resources/blocks.icns new file mode 100644 index 000000000..7e7ba24eb Binary files /dev/null and b/test/blocks.app/Contents/Resources/blocks.icns differ -- cgit v1.2.3