Skip to content

Commit

Permalink
Update to iPhone 16 As Default Device & Sync with Stanford Spezi (#89)
Browse files Browse the repository at this point in the history
# Update to iPhone 16 As Default Device & Sync with Stanford Spezi

## ⚙️ Release Notes 
- Update to iPhone 16 As Default Device & Sync with Stanford Spezi


### Code of Conduct & Contributing Guidelines 

By submitting creating this pull request, you agree to follow our [Code
of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md):
- [x] I agree to follow the [Code of
Conduct](https://github.com/StanfordBDHG/.github/blob/main/CODE_OF_CONDUCT.md)
and [Contributing
Guidelines](https://github.com/StanfordBDHG/.github/blob/main/CONTRIBUTING.md).

---------

Signed-off-by: Paul Schmiedmayer <[email protected]>
  • Loading branch information
PSchmiedmayer authored Nov 9, 2024
1 parent 5587320 commit 75c4986
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/xcodebuild-or-fastlane.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ on:
destination:
description: |
The destination parameter that should be passed to xcodebuild.
Defaults to the iOS simulator using an iPhone 15 Pro.
Defaults to the iOS simulator using an iPhone 16 Pro.
required: false
type: string
default: 'platform=iOS Simulator,name=iPhone 15 Pro'
default: 'platform=iOS Simulator,name=iPhone 16 Pro'
setupSimulators:
description: |
Flag indicating if all iOS simulators matching the `destination` input shoud be setup.
Expand Down Expand Up @@ -153,6 +153,12 @@ on:
Flag indicating if submodules should be automatically checked out.
required: false
type: boolean
checkout_lfs:
description: |
Flag indicating if git lfs should be used when running the check out step.
required: false
type: boolean
default: false
secrets:
BUILD_CERTIFICATE_BASE64:
description: |
Expand Down Expand Up @@ -220,6 +226,7 @@ jobs:
# This is GitHubs way of implementing ternary expressions (see https://docs.github.com/en/actions/learn-github-actions/expressions)
token: ${{ secrets.CHECKOUT_TOKEN != '' && secrets.CHECKOUT_TOKEN || github.token }}
submodules: ${{ inputs.checkout_submodules }}
lfs: ${{ inputs.checkout_lfs }}
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: ${{ inputs.xcodeversion }}
Expand All @@ -245,8 +252,6 @@ jobs:
- name: Setup NodeJS
if: ${{ !env.selfhosted && inputs.setupfirebaseemulator }}
uses: actions/setup-node@v4
with:
node-version: 22.6.x
- name: Setup Java
if: ${{ !env.selfhosted && inputs.setupfirebaseemulator }}
uses: actions/setup-java@v4
Expand Down

0 comments on commit 75c4986

Please sign in to comment.