From d4713f59c50c3e81174e3885019dda6c53aa5fa0 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 19:14:04 +0000 Subject: Add OSX application stuff for FLUID. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4758 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.app/Contents/Resources/fluid.icns | Bin 0 -> 44080 bytes fluid/fluid.app/Info.plist | 68 ++++++++++++++++++++++++++ fluid/fluid.app/PkgInfo | 1 + fluid/fluid.info | 1 - fluid/fluid.plist | 68 -------------------------- fluid/icons/fluid.icns | Bin 44080 -> 0 bytes 6 files changed, 69 insertions(+), 69 deletions(-) create mode 100644 fluid/fluid.app/Contents/Resources/fluid.icns create mode 100644 fluid/fluid.app/Info.plist create mode 100644 fluid/fluid.app/PkgInfo delete mode 100644 fluid/fluid.info delete mode 100644 fluid/fluid.plist delete mode 100644 fluid/icons/fluid.icns diff --git a/fluid/fluid.app/Contents/Resources/fluid.icns b/fluid/fluid.app/Contents/Resources/fluid.icns new file mode 100644 index 000000000..361eaa56a Binary files /dev/null and b/fluid/fluid.app/Contents/Resources/fluid.icns differ diff --git a/fluid/fluid.app/Info.plist b/fluid/fluid.app/Info.plist new file mode 100644 index 000000000..73bbfd657 --- /dev/null +++ b/fluid/fluid.app/Info.plist @@ -0,0 +1,68 @@ + + + + CFBundleInfoDictionaryVersion + 6.0 + + CFBundleExecutable + fluid + + CFBundleIdentifier + org.fltk.fluid + + CFBundleVersion + 1.1.7 + + CFBundleDevelopmentRegion + English + + NSHumanReadableCopyright + Copyright 1998-2006 by Bill Spitzak and others + + CFAppleHelpAnchor + help + + CFBundleName + FLUID + + CFBundlePackageType + APPL + + CFBundleSignature + FLID + + CFBundleIconFile + fluid.icns + + CFBundleShortVersionString + 1.1.7 + + CFBundleGetInfoString + 1.1.7, Copyright 1998-2006 by Bill Spitzak and others + + CFBundleDocumentTypes + + + CFBundleTypeExtensions + + fl + + + CFBundleTypeIconFile + fluid.icns + + CFBundleTypeName + FLUID Designer File + + CFBundleTypeOSTypes + + Flid + + + CFBundleTypeRole + Editor + + + + + diff --git a/fluid/fluid.app/PkgInfo b/fluid/fluid.app/PkgInfo new file mode 100644 index 000000000..c5f93635d --- /dev/null +++ b/fluid/fluid.app/PkgInfo @@ -0,0 +1 @@ +FLIDFlid diff --git a/fluid/fluid.info b/fluid/fluid.info deleted file mode 100644 index c5f93635d..000000000 --- a/fluid/fluid.info +++ /dev/null @@ -1 +0,0 @@ -FLIDFlid diff --git a/fluid/fluid.plist b/fluid/fluid.plist deleted file mode 100644 index 73bbfd657..000000000 --- a/fluid/fluid.plist +++ /dev/null @@ -1,68 +0,0 @@ - - - - CFBundleInfoDictionaryVersion - 6.0 - - CFBundleExecutable - fluid - - CFBundleIdentifier - org.fltk.fluid - - CFBundleVersion - 1.1.7 - - CFBundleDevelopmentRegion - English - - NSHumanReadableCopyright - Copyright 1998-2006 by Bill Spitzak and others - - CFAppleHelpAnchor - help - - CFBundleName - FLUID - - CFBundlePackageType - APPL - - CFBundleSignature - FLID - - CFBundleIconFile - fluid.icns - - CFBundleShortVersionString - 1.1.7 - - CFBundleGetInfoString - 1.1.7, Copyright 1998-2006 by Bill Spitzak and others - - CFBundleDocumentTypes - - - CFBundleTypeExtensions - - fl - - - CFBundleTypeIconFile - fluid.icns - - CFBundleTypeName - FLUID Designer File - - CFBundleTypeOSTypes - - Flid - - - CFBundleTypeRole - Editor - - - - - diff --git a/fluid/icons/fluid.icns b/fluid/icons/fluid.icns deleted file mode 100644 index 361eaa56a..000000000 Binary files a/fluid/icons/fluid.icns and /dev/null differ -- cgit v1.2.3