From 0498ebbef7b8c95c60f3b4a12c0490ebdabbf5a5 Mon Sep 17 00:00:00 2001 From: Marius Kintel Date: Sat, 2 Mar 2013 22:39:13 +0700 Subject: Sparkle build tweak diff --git a/scripts/macosx-build-dependencies.sh b/scripts/macosx-build-dependencies.sh index 57dd3bf..8f32ac3 100755 --- a/scripts/macosx-build-dependencies.sh +++ b/scripts/macosx-build-dependencies.sh @@ -343,8 +343,9 @@ build_sparkle() if $OPTION_32BIT; then SPARKLE_EXTRA_FLAGS="-arch i386" fi + xcodebuild -project Sparkle.xcodeproj clean xcodebuild -project Sparkle.xcodeproj -scheme Sparkle -configuration Release -arch x86_64 $SPARKLE_EXTRA_FLAGS - rm -r $DEPLOYDIR/lib/Sparkle.framework + rm -rf $DEPLOYDIR/lib/Sparkle.framework cp -Rf build/Release/Sparkle.framework $DEPLOYDIR/lib/ install_name_tool -id $DEPLOYDIR/lib/Sparkle.framework/Versions/A/Sparkle $DEPLOYDIR/lib/Sparkle.framework/Sparkle } -- cgit v0.10.1