Skip to content

Commit

Permalink
not archiving for x68
Browse files Browse the repository at this point in the history
  • Loading branch information
goergisn committed May 2, 2024
1 parent d39aa4e commit 95e6ad9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Scripts/test-SPM-integration.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,6 @@ xcodebuild clean build archive -scheme TempProject -destination 'generic/platfor
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 95e6ad9

Please sign in to comment.