Skip to content

Commit

Permalink
ios 17 simulators
Browse files Browse the repository at this point in the history
  • Loading branch information
frugoman committed Nov 30, 2023
1 parent 3614ec1 commit 7292418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Example/Snapfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
devices(["iPhone SE (3rd generation)"])

# The ios version to take the screenshots from
ios_version("16.2")
ios_version("17.0")

# The languages to take the screenshots in
languages(["en-US"])
Expand Down
2 changes: 1 addition & 1 deletion scripts/ci
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ set -e

EXAMPLE_WORKSPACE="Example/Backpack.xcworkspace"
SWIFT=${SWIFT:-'5.0'}
BUILD_SDK=${BUILD_SDK:-'iphonesimulator16.2'}
BUILD_SDK=${BUILD_SDK:-'iphonesimulator17.0'}
DESTINATION=${DESTINATION:-"platform=iOS Simulator,name=iPhone SE (3rd generation)"}

function analyze() {
Expand Down

0 comments on commit 7292418

Please sign in to comment.