Skip to content
Snippets Groups Projects
Commit 0050ad53 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

Add more bundle keys.
parent a2572ae7
No related branches found
No related tags found
No related merge requests found
# $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_MAJOR_VERSION = 1
GMSH_MINOR_VERSION = 35 GMSH_MINOR_VERSION = 35
...@@ -651,24 +651,26 @@ distrib-mac: ...@@ -651,24 +651,26 @@ distrib-mac:
mkdir Gmsh.app/Contents mkdir Gmsh.app/Contents
mkdir Gmsh.app/Contents/Resources mkdir Gmsh.app/Contents/Resources
mkdir Gmsh.app/Contents/MacOS 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"\ echo -e "<?xml version=\"1.0\" encoding=\"UTF-8\"?>\n"\
"<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">\n"\ "<!DOCTYPE plist SYSTEM \"file://localhost/System/Library/DTDs/PropertyList.dtd\">\n"\
"<plist version=\"0.9\">\n"\ "<plist version=\"0.9\">\n"\
" <dict>\n"\ " <dict>\n"\
" <key>CFBundleName</key><string>Gmsh</string>\n"\ " <key>CFBundleName</key><string>Gmsh</string>\n"\
" <key>CFBundleExecutable</key><string>Gmsh</string>\n"\
" <key>CFBundlePackageType</key><string>APPL</string>\n"\ " <key>CFBundlePackageType</key><string>APPL</string>\n"\
" <key>CFBundleVersion</key><string>$(GMSH_RELEASE)</string>\n"\ " <key>CFBundleVersion</key><string>$(GMSH_RELEASE)</string>\n"\
" <key>CFBundleShortVersionString</key><string>$(GMSH_RELEASE)</string>\n"\ " <key>CFBundleShortVersionString</key><string>$(GMSH_RELEASE)</string>\n"\
" <key>CFBundleIconFile</key><string>gmsh.icns</string>\n"\ " <key>CFBundleIconFile</key><string>gmsh.icns</string>\n"\
" <key>CFBundleSignature</key><string>none</string>\n"\ " <key>CFBundleSignature</key><string>GMSH</string>\n"\
" <key>CFBundleGetInfoString</key><string>$(GMSH_RELEASE), "\ " <key>CFBundleGetInfoString</key><string>Gmsh $(GMSH_RELEASE),"\
"(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>\n"\ "(c) C. Geuzaine and J.-F. Remacle, 1997-2002</string>\n"\
" <key>CFAppleHelpAnchor</key><string>tutorial/tutorial</string>\n"\ " <key>CFAppleHelpAnchor</key><string>tutorial/tutorial</string>\n"\
" <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>\n"\
" </dict>\n"\ " </dict>\n"\
"</plist>" > Gmsh.app/Contents/Info.plist "</plist>" > Gmsh.app/Contents/Info.plist
strip $(GMSH_BIN_DIR)/gmsh 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 Fltk/MacIcons.icns Gmsh.app/Contents/Resources/gmsh.icns
cp -R doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1\ cp -R doc/FORMATS doc/VERSIONS doc/FAQ doc/CONTRIBUTORS doc/gmsh.1\
tutorial demos Gmsh.app/Contents/Resources tutorial demos Gmsh.app/Contents/Resources
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment