Skip to content

Commit

Permalink
actually running the archive code
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed May 2, 2024
1 parent ba730c4 commit 8f55c06
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Scripts/test-SPM-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@ swift package update
echo '############# Build for generic iOS device ###############'
xcodebuild build -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet

## Archive for generic iOS device
#echo '############# Archive for generic iOS device ###############'
#xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet
# Archive for generic iOS device
echo '############# Archive for generic iOS device ###############'
xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS' -skipPackagePluginValidation -quiet

# Build for x86_64 simulator
echo '############# Build for x86_64 simulator ###############'
xcodebuild build -scheme TempProject -destination 'generic/platform=iOS Simulator' ARCHS=x86_64 -skipPackagePluginValidation -quiet

## Archive for x86_64 simulator
#echo '############# Archive for x86_64 simulator ###############'
#xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS Simulator' ARCHS=x86_64 -skipPackagePluginValidation -quiet
# Archive for x86_64 simulator
echo '############# Archive for x86_64 simulator ###############'
xcodebuild clean build archive -scheme TempProject -destination 'generic/platform=iOS Simulator' ARCHS=x86_64 -skipPackagePluginValidation -quiet

0 comments on commit 8f55c06

Please sign in to comment.