From def69832c26aee3c74beb6cead8ab09ee4ee8988 Mon Sep 17 00:00:00 2001 From: Paul Schmiedmayer Date: Sat, 7 Oct 2023 15:35:37 -0700 Subject: [PATCH] Updates to the Latest Set of iOS Simulators as Default Values (#36) # Updates to the Latest Set of iOS Simulators as Default Values ## :gear: Release Notes - Updates the default destination from the iPhone 14 Pro to iPhone 15 Pro. ## :pencil: 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). --- .github/workflows/xcodebuild-or-fastlane.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/xcodebuild-or-fastlane.yml b/.github/workflows/xcodebuild-or-fastlane.yml index 25d80ad..6823efd 100644 --- a/.github/workflows/xcodebuild-or-fastlane.yml +++ b/.github/workflows/xcodebuild-or-fastlane.yml @@ -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