Files
Jerry Jacobs 209ab492a3 build(github): Fix github workflow and bump v2.0.16 packaging from upstream (#287)
Fix github workflow and bump v2.0.16 packaging from upstream
2026-04-17 10:09:50 +02:00

17 lines
733 B
Makefile

all: debug
debug:
xcodebuild -workspace "syncthing.xcworkspace" -derivedDataPath $(PWD) -configuration Debug -scheme syncthing
debug-dist:
mkdir -p Build/Products/Debug/dist
cp -r Build/Products/Debug/Syncthing.app Build/Products/Debug/dist
debug-dmg:
xcodebuild -workspace "syncthing.xcworkspace" -derivedDataPath $(PWD) -configuration Debug -scheme syncthing-dmg
release:
xcodebuild -workspace "syncthing.xcworkspace" -derivedDataPath $(PWD) -configuration Release -scheme syncthing
release-dmg:
xcodebuild -workspace "syncthing.xcworkspace" -derivedDataPath $(PWD) -configuration Release -scheme syncthing-dmg
update-release:
$(MAKE) -C cmd/update-release run
clean:
rm -Rf Build Index Logs ModuleCache.noindex info.plist