From f20fc63567151eaea3121f96c9921441914cb928 Mon Sep 17 00:00:00 2001 From: Michael R Sweet Date: Sun, 15 Jan 2006 19:26:08 +0000 Subject: Fix OSX make and install stuff. git-svn-id: file:///fltk/svn/fltk/branches/branch-1.1@4759 ea41ed52-d2ee-0310-a9c1-e6b18d33e121 --- fluid/fluid.app/Contents/Info.plist | 68 +++++++++++++++++++++++++++++++++++++ fluid/fluid.app/Contents/PkgInfo | 1 + 2 files changed, 69 insertions(+) create mode 100644 fluid/fluid.app/Contents/Info.plist create mode 100644 fluid/fluid.app/Contents/PkgInfo (limited to 'fluid/fluid.app/Contents') diff --git a/fluid/fluid.app/Contents/Info.plist b/fluid/fluid.app/Contents/Info.plist new file mode 100644 index 000000000..73bbfd657 --- /dev/null +++ b/fluid/fluid.app/Contents/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/Contents/PkgInfo b/fluid/fluid.app/Contents/PkgInfo new file mode 100644 index 000000000..c5f93635d --- /dev/null +++ b/fluid/fluid.app/Contents/PkgInfo @@ -0,0 +1 @@ +FLIDFlid -- cgit v1.2.3