Skip to content

Commit

Permalink
CI: bundle with swiftpm not xcodebuild.
Browse files Browse the repository at this point in the history
Signed-off-by: furby™ <[email protected]>
  • Loading branch information
furby-tm committed Dec 27, 2024
1 parent c52fe97 commit 867cf50
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/swift-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,5 @@ jobs:
chmod +x ./swift-bundler
sudo cp ./swift-bundler /usr/local/bin/
rm ./swift-bundler
- name: 🧰 Enable Swift Macros
run: |
sudo defaults write com.apple.dt.Xcode IDESkipPackagePluginFingerprintValidatation -bool YES
sudo defaults write com.apple.dt.Xcode IDESkipMacroFingerprintValidation -bool YES
- name: 🔥 Dumb Xcode IDE Hack
run: |
open -a "/Applications/Xcode.app" ./Package.swift
sleep 600
- name: 📦 Build & Bundle
run: swift bundler bundle -c release --xcodebuild
run: swift bundler bundle -c release

0 comments on commit 867cf50

Please sign in to comment.