From 0050ad5357e8ad3b45dbc06788a0b60bc7075e88 Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Sun, 10 Nov 2002 18:11:46 +0000 Subject: [PATCH] Add more bundle keys. --- Makefile | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/Makefile b/Makefile index 1d6bf509a9..e8b5cc25d6 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# $Id: Makefile,v 1.238 2002-11-10 17:47:35 geuzaine Exp $ +# $Id: Makefile,v 1.239 2002-11-10 18:11:46 geuzaine Exp $ GMSH_MAJOR_VERSION = 1 GMSH_MINOR_VERSION = 35 @@ -651,24 +651,26 @@ distrib-mac: mkdir Gmsh.app/Contents mkdir Gmsh.app/Contents/Resources mkdir Gmsh.app/Contents/MacOS - echo "APPLnone" > Gmsh.app/Contents/PkgInfo + echo "APPLGMSH" > Gmsh.app/Contents/PkgInfo echo -e "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"\ "<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">\n"\ "<plist version=\"0.9\">\n"\ " <dict>\n"\ " <key>CFBundleName</key><string>Gmsh</string>\n"\ + " <key>CFBundleExecutable</key><string>Gmsh</string>\n"\ " <key>CFBundlePackageType</key><string>APPL</string>\n"\ " <key>CFBundleVersion</key><string>$(GMSH_RELEASE)</string>\n"\ " <key>CFBundleShortVersionString</key><string>$(GMSH_RELEASE)</string>\n"\ " <key>CFBundleIconFile</key><string>gmsh.icns</string>\n"\ - " <key>CFBundleSignature</key><string>none</string>\n"\ - " <key>CFBundleGetInfoString</key><string>$(GMSH_RELEASE), "\ + " <key>CFBundleSignature</key><string>GMSH</string>\n"\ + " <key>CFBundleGetInfoString</key><string>Gmsh $(GMSH_RELEASE),"\ "(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>\n"\ " <key>CFAppleHelpAnchor</key><string>tutorial/tutorial</string>\n"\ + " <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>\n"\ " </dict>\n"\ "</plist>" > Gmsh.app/Contents/Info.plist strip $(GMSH_BIN_DIR)/gmsh - cp $(GMSH_BIN_DIR)/gmsh Gmsh.app/Contents/MacOS + cp $(GMSH_BIN_DIR)/gmsh Gmsh.app/Contents/MacOS/Gmsh cp Fltk/MacIcons.icns Gmsh.app/Contents/Resources/gmsh.icns cp -R doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1\ tutorial demos Gmsh.app/Contents/Resources -- GitLab