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

changing name on mac

parent 2b85b714
...@@ -103,11 +103,11 @@ if [ $? != 0 ]; then ...@@ -103,11 +103,11 @@ if [ $? != 0 ]; then
fi fi
NAME="Sankore 3.1" NAME="Open-Sankoré"
DMG="$NAME.dmg" DMG="$NAME.dmg"
VOLUME="/Volumes/$NAME" VOLUME="/Volumes/$NAME"
APP="$PRODUCT_DIR/Sankore 3.1.app" APP="$PRODUCT_DIR/Open-Sankoré.app"
DSYM_NAME="$NAME (r$SVN_REVISION).dSYM" DSYM_NAME="$NAME (r$SVN_REVISION).dSYM"
DSYM="$PRODUCT_DIR/$DSYM_NAME" DSYM="$PRODUCT_DIR/$DSYM_NAME"
GSYM_i386="$PRODUCT_DIR/$NAME i386.sym" GSYM_i386="$PRODUCT_DIR/$NAME i386.sym"
...@@ -128,8 +128,8 @@ notify "Bulding frameworks ..." ...@@ -128,8 +128,8 @@ notify "Bulding frameworks ..."
$MACDEPLOYQT "$APP" $MACDEPLOYQT "$APP"
notify "Extracting debug information ..." notify "Extracting debug information ..."
$DSYMUTIL "$APP/Contents/MacOS/Sankore 3.1" -o "$DSYM" $DSYMUTIL "$APP/Contents/MacOS/Open-Sankoré" -o "$DSYM"
$STRIP -S "$APP/Contents/MacOS/Sankore 3.1" $STRIP -S "$APP/Contents/MacOS/Open-Sankoré"
notify "Creating dmg ..." notify "Creating dmg ..."
umount "$VOLUME" 2> /dev/null umount "$VOLUME" 2> /dev/null
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Uniboard</string> <string>Open-Sankoré</string>
</property> </property>
<property name="windowIcon"> <property name="windowIcon">
<iconset resource="../sankore.qrc"> <iconset resource="../sankore.qrc">
...@@ -388,7 +388,7 @@ ...@@ -388,7 +388,7 @@
<string>Quit</string> <string>Quit</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Quit Uniboard</string> <string>Quit Open-Sankoré</string>
</property> </property>
<property name="shortcutContext"> <property name="shortcutContext">
<enum>Qt::WindowShortcut</enum> <enum>Qt::WindowShortcut</enum>
...@@ -628,10 +628,10 @@ ...@@ -628,10 +628,10 @@
<normaloff>:/images/toolbar/menu.png</normaloff>:/images/toolbar/menu.png</iconset> <normaloff>:/images/toolbar/menu.png</normaloff>:/images/toolbar/menu.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Sankoré 3.1</string> <string>Open-Sankoré</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Sankore 3.1</string> <string>Open-Sankoré</string>
</property> </property>
</action> </action>
<action name="actionDesktop"> <action name="actionDesktop">
...@@ -1602,10 +1602,10 @@ ...@@ -1602,10 +1602,10 @@
<normaloff>:/images/toolbar/paraschool.png</normaloff>:/images/toolbar/paraschool.png</iconset> <normaloff>:/images/toolbar/paraschool.png</normaloff>:/images/toolbar/paraschool.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Sankoré Editor</string> <string>Open-Sankoré Editor</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Show Sankore Widgets Editor</string> <string>Show Open-Sankoré Widgets Editor</string>
</property> </property>
</action> </action>
<action name="actionHideApplication"> <action name="actionHideApplication">
...@@ -1614,10 +1614,10 @@ ...@@ -1614,10 +1614,10 @@
<normaloff>:/images/toolbar/hide.png</normaloff>:/images/toolbar/hide.png</iconset> <normaloff>:/images/toolbar/hide.png</normaloff>:/images/toolbar/hide.png</iconset>
</property> </property>
<property name="text"> <property name="text">
<string>Hide Sankoré</string> <string>Hide Open-Sankoré</string>
</property> </property>
<property name="toolTip"> <property name="toolTip">
<string>Hide Sankoré Application</string> <string>Hide Open-Sankoré Application</string>
</property> </property>
<property name="shortcut"> <property name="shortcut">
<string>Ctrl+H</string> <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