forked from I2P_Developers/i2p.i2p
Mac OSX Launcher: shell script for downloading and building Sparkle.
This commit is contained in:
8
launchers/macosx/download_and_build_sparkle.sh
Executable file
8
launchers/macosx/download_and_build_sparkle.sh
Executable 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
|
||||
|
||||
|
Reference in New Issue
Block a user