@ -3,9 +3,8 @@
# Executables
# Executables
QMAKE = "/usr/bin/qmake"
QMAKE = "/usr/bin/qmake"
MACDEPLOYQT = "/usr/bin/macdeployqt"
MACDEPLOYQT = "/usr/bin/macdeployqt"
DMGUTIL = ./thirdparty/refnum/dmgutil.pl
DMGUTIL = "`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl"
DSYMUTIL = /usr/bin/dsymutil
DSYMUTIL = /usr/bin/dsymutil
DUMPSYMS = ./thirdparty/google-breakpad/r318/bin/macx/dump_syms
STRIP = /usr/bin/strip
STRIP = /usr/bin/strip
PLISTBUDDY = /usr/libexec/PlistBuddy
PLISTBUDDY = /usr/libexec/PlistBuddy
@ -52,7 +51,6 @@ checkExecutable "$QMAKE"
checkExecutable " $MACDEPLOYQT "
checkExecutable " $MACDEPLOYQT "
checkExecutable " $DMGUTIL "
checkExecutable " $DMGUTIL "
checkExecutable " $DSYMUTIL "
checkExecutable " $DSYMUTIL "
checkExecutable " $DUMPSYMS "
checkExecutable " $STRIP "
checkExecutable " $STRIP "
checkExecutable " $PLISTBUDDY "
checkExecutable " $PLISTBUDDY "
@ -116,7 +114,6 @@ $MACDEPLOYQT "$APP"
notify "Extracting debug information ..."
notify "Extracting debug information ..."
$DSYMUTIL " $APP /Contents/MacOS/Sankore 3.1 " -o " $DSYM "
$DSYMUTIL " $APP /Contents/MacOS/Sankore 3.1 " -o " $DSYM "
$DUMPSYMS -a i386 " $DSYM /Contents/Resources/DWARF/Sankore 3.1 " > " $GSYM_i386 "
$STRIP -S " $APP /Contents/MacOS/Sankore 3.1 "
$STRIP -S " $APP /Contents/MacOS/Sankore 3.1 "
notify "Creating dmg ..."
notify "Creating dmg ..."