Commit 52f52623 authored by Claudio Valerio's avatar Claudio Valerio

changing name on mac

parent 2b85b714
......@@ -103,11 +103,11 @@ if [ $? != 0 ]; then
fi
NAME="Sankore 3.1"
NAME="Open-Sankoré"
DMG="$NAME.dmg"
VOLUME="/Volumes/$NAME"
APP="$PRODUCT_DIR/Sankore 3.1.app"
APP="$PRODUCT_DIR/Open-Sankoré.app"
DSYM_NAME="$NAME (r$SVN_REVISION).dSYM"
DSYM="$PRODUCT_DIR/$DSYM_NAME"
GSYM_i386="$PRODUCT_DIR/$NAME i386.sym"
......@@ -128,8 +128,8 @@ notify "Bulding frameworks ..."
$MACDEPLOYQT "$APP"
notify "Extracting debug information ..."
$DSYMUTIL "$APP/Contents/MacOS/Sankore 3.1" -o "$DSYM"
$STRIP -S "$APP/Contents/MacOS/Sankore 3.1"
$DSYMUTIL "$APP/Contents/MacOS/Open-Sankoré" -o "$DSYM"
$STRIP -S "$APP/Contents/MacOS/Open-Sankoré"
notify "Creating dmg ..."
umount "$VOLUME" 2> /dev/null
......
......@@ -11,7 +11,7 @@
</rect>
</property>
<property name="windowTitle">
<string>Uniboard</string>
<string>Open-Sankoré</string>
</property>
<property name="windowIcon">
<iconset resource="../sankore.qrc">
......@@ -388,7 +388,7 @@
<string>Quit</string>
</property>
<property name="toolTip">
<string>Quit Uniboard</string>
<string>Quit Open-Sankoré</string>
</property>
<property name="shortcutContext">
<enum>Qt::WindowShortcut</enum>
......@@ -628,10 +628,10 @@
<normaloff>:/images/toolbar/menu.png</normaloff>:/images/toolbar/menu.png</iconset>
</property>
<property name="text">
<string>Sankoré 3.1</string>
<string>Open-Sankoré</string>
</property>
<property name="toolTip">
<string>Sankore 3.1</string>
<string>Open-Sankoré</string>
</property>
</action>
<action name="actionDesktop">
......@@ -1602,10 +1602,10 @@
<normaloff>:/images/toolbar/paraschool.png</normaloff>:/images/toolbar/paraschool.png</iconset>
</property>
<property name="text">
<string>Sankoré Editor</string>
<string>Open-Sankoré Editor</string>
</property>
<property name="toolTip">
<string>Show Sankore Widgets Editor</string>
<string>Show Open-Sankoré Widgets Editor</string>
</property>
</action>
<action name="actionHideApplication">
......@@ -1614,10 +1614,10 @@
<normaloff>:/images/toolbar/hide.png</normaloff>:/images/toolbar/hide.png</iconset>
</property>
<property name="text">
<string>Hide Sankoré</string>
<string>Hide Open-Sankoré</string>
</property>
<property name="toolTip">
<string>Hide Sankoré Application</string>
<string>Hide Open-Sankoré Application</string>
</property>
<property name="shortcut">
<string>Ctrl+H</string>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment