Skip to content

Commit

Permalink
chore: Use iOS 16.4 to avoid using xcodes
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromelaban authored Jun 11, 2024
1 parent 238559f commit 3d6d42d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build/test-scripts/ios-uitest-run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ export UNO_TESTS_LOCAL_TESTS_FILE=$BUILD_SOURCESDIRECTORY/src/SamplesApp/Samples
export UNO_UITEST_BENCHMARKS_PATH=$BUILD_ARTIFACTSTAGINGDIRECTORY/benchmarks/ios-automated
export UNO_UITEST_RUNTIMETESTS_RESULTS_FILE_PATH=$BUILD_SOURCESDIRECTORY/build/RuntimeTestResults-ios-automated.xml

export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-16-1"
export UNO_UITEST_SIMULATOR_VERSION="com.apple.CoreSimulator.SimRuntime.iOS-16-4"
export UNO_UITEST_SIMULATOR_NAME="iPad Pro (12.9-inch) (6th generation)"

export UnoTargetFrameworkOverride="net8.0-ios17.0"
Expand All @@ -109,9 +109,6 @@ fi
echo "Current system date"
date

## Install iOS 16.4 simulators
xcodes runtimes install --keep-archive 'iOS 16.1' || true

# Wait while ios runtime 16.1 is not having simulators. The install process may
# take a few seconds and "simctl list devices" may not return devices.
while true; do
Expand Down

0 comments on commit 3d6d42d

Please sign in to comment.