Skip to content

Commit

Permalink
Merge branch 'main' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhoffmann authored May 19, 2023
2 parents 5f2eb94 + 575ccdd commit 7b83f73
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Script/test-SPM.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ let package = Package(
" >Package.swift

swift package update
swift package resolve

# This is nececery to avoid internal PIF error
swift package dump-pif > /dev/null
(xcodebuild clean -scheme TestProject -destination 'generic/platform=iOS' > /dev/null) || :

# Archive for generic iOS device
echo '############# Archive for generic iOS device ###############'
Expand Down

0 comments on commit 7b83f73

Please sign in to comment.