Skip to content

Commit

Permalink
improve comment
Browse files Browse the repository at this point in the history
  • Loading branch information
edgchen1 committed Oct 21, 2024
1 parent 8d827e9 commit 7cf94db
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,12 @@ steps:
packageApp: false
destinationPlatformOption: 'iOS'
destinationTypeOption: 'simulators'
# Note: The simulator version (after "OS=" in destinationSimulators) should be compatible with the Xcode version
# (in xcodeDeveloperDir).
# Note: The simulator version should be compatible with the Xcode version.
# Refer to the table here: https://developer.apple.com/support/xcode/
# Pick a simulator version that is supported by the Xcode version.
#
# Xcode version: "/Applications/Xcode_<version>.app/Contents/Developer" in xcodeDeveloperDir
# Simulator version: "OS=<version>" in destinationSimulators
destinationSimulators: 'iPhone 15,OS=17.5'
${{ if ne(parameters.args, '') }}:
args: ${{ parameters.args }}
Expand Down

0 comments on commit 7cf94db

Please sign in to comment.