diff --git a/Makefile b/Makefile index 1d6bf509a9fbb0e17d21c056f38dafa6de1e6ebe..e8b5cc25d6896fd37911aa9ecca767bb6ff05374 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