Skip to content

Commit

Permalink
update sdk and simulator targets
Browse files Browse the repository at this point in the history
  • Loading branch information
garriguv committed Aug 26, 2024
1 parent c46cc45 commit 7ae8a88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bin/run-tests
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ main() {
xcodebuild \
-workspace SQLiteMigrationManager.xcworkspace \
-scheme "SQLiteMigrationManager iOS" \
-sdk iphonesimulator16.2 \
-destination "platform=iOS Simulator,name=iPhone 12,OS=16.2"\
-sdk iphonesimulator17.5 \
-destination "platform=iOS Simulator,name=iPhone 15,OS=18.1"\
test
xcodebuild \
-workspace SQLiteMigrationManager.xcworkspace \
-scheme "SQLiteMigrationManager macOS" \
-sdk macosx13.1 \
-sdk macosx14.5 \
-destination "arch=x86_64" \
test
swift build
Expand Down

0 comments on commit 7ae8a88

Please sign in to comment.