Skip to content

Commit

Permalink
Added tests for iOS 18.1 on build server
Browse files Browse the repository at this point in the history
  • Loading branch information
sofbix committed Nov 1, 2024
1 parent 899c990 commit 27099bf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,12 @@

All notable changes to this project will be documented in this file.

## [1.10.3] - 2024-11-01

#### Added

- Added tests for iOS 18.1 on build server.

## [1.10.2] - 2024-09-13 (Friday)

#### Added
Expand Down
8 changes: 4 additions & 4 deletions Scripts/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,14 +22,14 @@ echo "CURRENT_VERSION=$CURRENT_VERSION" > "$APP_CONFIG_PATH"
cd Example/NavigationExample
checkExit "Start Tests"

xcrun simctl shutdown all
sh ../../Scripts/build.sh -c Debug -p NavigationExample -test 'platform=iOS Simulator,name=iPhone 16,OS=18.1'
checkExit "Tests on iOS 18.1"

xcrun simctl shutdown all
sh ../../Scripts/build.sh -c Debug -p NavigationExample -test 'platform=iOS Simulator,name=iPhone 15,OS=17.2'
checkExit "Tests on iOS 17.2"

# xcrun simctl shutdown all
# sh ../../Scripts/build.sh -c Debug -p NavigationExample -test 'platform=iOS Simulator,name=iPhone 15,OS=17.0'
# checkExit "Tests on iOS 17.0"

xcrun simctl shutdown all
sh ../../Scripts/build.sh -c Debug -p NavigationExample -test 'platform=iOS Simulator,name=iPhone SE (3rd generation),OS=16.4'
checkExit "Tests on iOS 16.4"
Expand Down

0 comments on commit 27099bf

Please sign in to comment.