[izpack-changes] r1555 - izpack-launcher/trunk/src

noreply at berlios.de noreply at berlios.de
Fri Sep 1 11:58:15 CEST 2006


Author: jponge
Date: 2006-09-01 11:58:11 +0200 (Fri, 01 Sep 2006)
New Revision: 1555

Modified:
   izpack-launcher/trunk/src/macosx-embed-qtlibs.sh
Log:
Create lighter MacOS X bundles.

Modified: izpack-launcher/trunk/src/macosx-embed-qtlibs.sh
===================================================================
--- izpack-launcher/trunk/src/macosx-embed-qtlibs.sh	2006-08-27 18:38:25 UTC (rev 1554)
+++ izpack-launcher/trunk/src/macosx-embed-qtlibs.sh	2006-09-01 09:58:11 UTC (rev 1555)
@@ -9,6 +9,9 @@
 cp -R $1/QtCore.framework launcher.app/Contents/Frameworks
 cp -R $1/QtGui.framework launcher.app/Contents/Frameworks
 
+find launcher.app -name '*_debug' | xargs rm
+find launcher.app -name 'Headers' | xargs rm -rf
+
 install_name_tool -id @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore \
 launcher.app/Contents/Frameworks/QtCore.framework/Versions/4.0/QtCore
 
@@ -26,3 +29,5 @@
 install_name_tool -change path/to/Qt/lib/QtCore.framework/Versions/4.0/QtCore \
 @executable_path/../Frameworks/QtCore.framework/Versions/4.0/QtCore \
 launcher.app/Contents/Frameworks/QtGui.framework/Versions/4.0/QtGui
+
+tar cjf ../dist/launcher.app-macosx-universal.tar.bz2 launcher.app/




More information about the izpack-changes mailing list