Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
O
OpenBoard
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
lifo
Nicolas Ollinger
OpenBoard
Commits
5d71deca
Commit
5d71deca
authored
Dec 01, 2011
by
Claudio Valerio
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
removed accent
parent
2f441229
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
Sankore_3.1.pro
Sankore_3.1.pro
+1
-1
release.macx.sh
release.macx.sh
+5
-6
No files found.
Sankore_3.1.pro
View file @
5d71deca
TARGET
=
"Open-Sankor
é
"
TARGET
=
"Open-Sankor
e
"
TEMPLATE
=
app
THIRD_PARTY_PATH
=../
Sankore
-
ThirdParty
...
...
release.macx.sh
View file @
5d71deca
#!/bin/bash
# --------------------------------------------------------------------
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
...
...
@@ -13,8 +14,6 @@
# along with this program. If not, see <http://www.gnu.org/licenses/>.
# ---------------------------------------------------------------------
#!/bin/bash
# Executables
QMAKE
=
"/usr/local/Trolltech/Qt-4.7.3/bin/qmake"
MACDEPLOYQT
=
"
`
pwd
`
/../Qt-sankore3.1/bin/macdeployqt"
...
...
@@ -103,11 +102,11 @@ if [ $? != 0 ]; then
fi
NAME
=
"Open-Sankor
é
"
NAME
=
"Open-Sankor
e
"
DMG
=
"
$NAME
.dmg"
VOLUME
=
"/Volumes/
$NAME
"
APP
=
"
$PRODUCT_DIR
/Open-Sankor
é
.app"
APP
=
"
$PRODUCT_DIR
/Open-Sankor
e
.app"
DSYM_NAME
=
"
$NAME
(r
$SVN_REVISION
).dSYM"
DSYM
=
"
$PRODUCT_DIR
/
$DSYM_NAME
"
GSYM_i386
=
"
$PRODUCT_DIR
/
$NAME
i386.sym"
...
...
@@ -128,8 +127,8 @@ notify "Bulding frameworks ..."
$MACDEPLOYQT
"
$APP
"
notify
"Extracting debug information ..."
$DSYMUTIL
"
$APP
/Contents/MacOS/Open-Sankor
é
"
-o
"
$DSYM
"
$STRIP
-S
"
$APP
/Contents/MacOS/Open-Sankor
é
"
$DSYMUTIL
"
$APP
/Contents/MacOS/Open-Sankor
e
"
-o
"
$DSYM
"
$STRIP
-S
"
$APP
/Contents/MacOS/Open-Sankor
e
"
notify
"Creating dmg ..."
umount
"
$VOLUME
"
2> /dev/null
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment