Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
gmsh
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Larry Price
gmsh
Commits
e7cdd3b0
Commit
e7cdd3b0
authored
17 years ago
by
Christophe Geuzaine
Browse files
Options
Downloads
Patches
Plain Diff
fix for leopard
parent
79a5ea02
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
Makefile
+3
-51
3 additions, 51 deletions
Makefile
utils/misc/Info.plist
+48
-0
48 additions, 0 deletions
utils/misc/Info.plist
with
51 additions
and
51 deletions
Makefile
+
3
−
51
View file @
e7cdd3b0
# $Id: Makefile,v 1.44
5
200
7-11-28 09
:26:
01
geuzaine Exp $
# $Id: Makefile,v 1.44
6
200
8-01-02 16
:26:
54
geuzaine Exp $
#
#
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
# Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
#
#
...
@@ -218,56 +218,8 @@ package-mac:
...
@@ -218,56 +218,8 @@ package-mac:
mkdir
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources
mkdir
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources
mkdir
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS
mkdir
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS
echo
"APPLGMSH"
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/PkgInfo
echo
"APPLGMSH"
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/PkgInfo
echo
-e
"<?xml version=
\"
1.0
\"
encoding=
\"
UTF-8
\"
?>
\n
"
\
sed
-e
"s/GMSH_VERSION/Gmsh
${
GMSH_VERSION
}
/g"
utils/misc/Info.plist
\
"<!DOCTYPE plist PUBLIC
\"
-//Apple Computer//DTD PLIST 1.0//EN
\"
"
\
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Info.plist
"
\"
http://www.apple.com/DTDs/PropertyList-1.0.dtd
\"
>
\n
"
\
"<plist version=
\"
1.0
\"
>
\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_VERSION
}
</string>
\n
"
\
" <key>CFBundleShortVersionString</key><string>
${
GMSH_VERSION
}
</string>
\n
"
\
" <key>CFBundleIconFile</key><string>Gmsh.icns</string>
\n
"
\
" <key>CFBundleSignature</key><string>GMSH</string>
\n
"
\
" <key>CFBundleGetInfoString</key><string>Gmsh
${
GMSH_VERSION
}
,"
\
"Copyright (C) 1997-2007 C. Geuzaine and J.-F. Remacle</string>
\n
"
\
" <key>CFBundleIdentifier</key><string>org.geuz.Gmsh</string>
\n
"
\
" <key>CFBundleDocumentTypes</key>
\n
"
\
" <array>
\n
"
\
" <dict>
\n
"
\
" <key>CFBundleTypeExtensions</key><array>
\n
"
\
" <string>geo</string>
\n
"
\
" <string>brep</string><string>brp</string><string>rle</string>
\n
"
\
" <string>igs</string><string>iges</string>
\n
"
\
" <string>stp</string><string>step</string></array>
\n
"
\
" <key>CFBundleTypeIconFile</key><string>GmshGeo.icns</string>
\n
"
\
" <key>CFBundleTypeName</key><string>Gmsh Geometry File</string>
\n
"
\
" <key>CFBundleTypeOSTypes</key><array><string>GGEO</string></array>
\n
"
\
" <key>CFBundleTypeRole</key><string>Editor</string>
\n
"
\
" </dict>
\n
"
\
" <dict>
\n
"
\
" <key>CFBundleTypeExtensions</key><array>
\n
"
\
" <string>msh</string>
\n
"
\
" <string>unv</string>
\n
"
\
" <string>vrml</string><string>wrl</string><string>iv</string>
\n
"
\
" <string>bdf</string><string>nas</string>
\n
"
\
" <string>mesh</string></array>
\n
"
\
" <key>CFBundleTypeIconFile</key><string>GmshMsh.icns</string>
\n
"
\
" <key>CFBundleTypeName</key><string>Gmsh Mesh File</string>
\n
"
\
" <key>CFBundleTypeOSTypes</key><array><string>GMSH</string></array>
\n
"
\
" <key>CFBundleTypeRole</key><string>Viewer</string>
\n
"
\
" </dict>
\n
"
\
" <dict>
\n
"
\
" <key>CFBundleTypeExtensions</key><array><string>pos</string></array>
\n
"
\
" <key>CFBundleTypeIconFile</key><string>GmshPos.icns</string>
\n
"
\
" <key>CFBundleTypeName</key><string>Gmsh Post-Processing File</string>
\n
"
\
" <key>CFBundleTypeOSTypes</key><array><string>GPOS</string></array>
\n
"
\
" <key>CFBundleTypeRole</key><string>Viewer</string>
\n
"
\
" </dict>
\n
"
\
" </array>
\n
"
\
" </dict>
\n
"
\
"</plist>"
>
gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Info.plist
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
cp
bin/gmsh gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
strip gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
strip gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/MacOS/Gmsh
cp
Fltk/MacIcons.icns gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources/Gmsh.icns
cp
Fltk/MacIcons.icns gmsh-
${
GMSH_VERSION
}
/Gmsh.app/Contents/Resources/Gmsh.icns
...
...
This diff is collapsed.
Click to expand it.
utils/misc/Info.plist
0 → 100644
+
48
−
0
View file @
e7cdd3b0
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist
version=
"1.0"
>
<dict>
<key>
CFBundleName
</key><string>
Gmsh
</string>
<key>
CFBundleExecutable
</key><string>
Gmsh
</string>
<key>
CFBundlePackageType
</key><string>
APPL
</string>
<key>
CFBundleVersion
</key><string>
2.1.0-cvs-20071228
</string>
<key>
CFBundleShortVersionString
</key><string>
2.1.0-cvs-20071228
</string>
<key>
CFBundleIconFile
</key><string>
Gmsh.icns
</string>
<key>
CFBundleSignature
</key><string>
GMSH
</string>
<key>
CFBundleGetInfoString
</key><string>
GMSH_VERSION, Copyright 1997-2007 C. Geuzaine and J.-F. Remacle
</string>
<key>
CFBundleIdentifier
</key><string>
org.geuz.Gmsh
</string>
<key>
CFBundleDocumentTypes
</key>
<array>
<dict>
<key>
CFBundleTypeExtensions
</key><array>
<string>
geo
</string>
<string>
brep
</string><string>
brp
</string><string>
rle
</string>
<string>
igs
</string><string>
iges
</string>
<string>
stp
</string><string>
step
</string></array>
<key>
CFBundleTypeIconFile
</key><string>
GmshGeo.icns
</string>
<key>
CFBundleTypeName
</key><string>
Gmsh Geometry File
</string>
<key>
CFBundleTypeOSTypes
</key><array><string>
GGEO
</string></array>
<key>
CFBundleTypeRole
</key><string>
Editor
</string>
</dict>
<dict>
<key>
CFBundleTypeExtensions
</key><array>
<string>
msh
</string>
<string>
unv
</string>
<string>
vrml
</string><string>
wrl
</string><string>
iv
</string>
<string>
bdf
</string><string>
nas
</string>
<string>
mesh
</string></array>
<key>
CFBundleTypeIconFile
</key><string>
GmshMsh.icns
</string>
<key>
CFBundleTypeName
</key><string>
Gmsh Mesh File
</string>
<key>
CFBundleTypeOSTypes
</key><array><string>
GMSH
</string></array>
<key>
CFBundleTypeRole
</key><string>
Viewer
</string>
</dict>
<dict>
<key>
CFBundleTypeExtensions
</key><array><string>
pos
</string></array>
<key>
CFBundleTypeIconFile
</key><string>
GmshPos.icns
</string>
<key>
CFBundleTypeName
</key><string>
Gmsh Post-Processing File
</string>
<key>
CFBundleTypeOSTypes
</key><array><string>
GPOS
</string></array>
<key>
CFBundleTypeRole
</key><string>
Viewer
</string>
</dict>
</array>
</dict>
</plist>
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment