Mac OSX Launcher: shell script for downloading and building Sparkle.

This commit is contained in:
meeh
2019-05-02 23:12:54 +00:00
parent 61303bfd0b
commit 9adabadeb9

View File

@ -0,0 +1,8 @@
#!/usr/bin/env bash
git clone --recursive https://github.com/sparkle-project/Sparkle.git
cd Sparkle
git checkout 1.21.3
xcodebuild -project Sparkle.xcodeproj -configuration Release -target All ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=build clean
xcodebuild -project Sparkle.xcodeproj -configuration Release -target All ARCHS=x86_64 ONLY_ACTIVE_ARCH=YES CONFIGURATION_BUILD_DIR=build