Skip to content

Commit

Permalink
Updates to the Latest Set of iOS Simulators as Default Values (#36)
Browse files Browse the repository at this point in the history
# Updates to the Latest Set of iOS Simulators as Default Values


## ⚙️ Release Notes 
- Updates the default destination from the iPhone 14 Pro to iPhone 15
Pro.


## 📝 Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordSpezi/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordSpezi/.github/blob/main/CONTRIBUTING.md).
  • Loading branch information
PSchmiedmayer authored Oct 7, 2023
1 parent dfbb732 commit def6983
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ on:
description: 'The destination parameter that should be passed to xcodebuild. Defaults to the iOS simulator using an iPhone 14 Pro'
required: false
type: string
default: 'platform=iOS Simulator,name=iPhone 14 Pro'
default: 'platform=iOS Simulator,name=iPhone 15 Pro'
resultBundle:
description: 'The name of the Xcode result bundle that is passed to xcodebuild. If not defined, the name of the scheme + .xcresult is used.'
required: false
Expand Down

0 comments on commit def6983

Please sign in to comment.