Skip to content

Commit

Permalink
Update test-SPM.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
cdhoffmann authored Apr 6, 2023
1 parent db27f6a commit ee89066
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 ee89066

Please sign in to comment.