Skip to content

Use iPhone 14 Pro instead of iPhone 15 Pro #2

Use iPhone 14 Pro instead of iPhone 15 Pro

Use iPhone 14 Pro instead of iPhone 15 Pro #2

Workflow file for this run

name: iOS CI
on:
push:
# branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v4
# - name: set up JDK 17
# uses: actions/setup-java@v4
# with:
# java-version: '17'
# distribution: 'zulu'
# cache: gradle
- name: Build with Xcode
run: xcodebuild build -project iosApp/iosApp.xcodeproj -configuration Debug -scheme iosApp -sdk iphoneos -destination name='iPhone 14 Pro' -verbose