Skip to content

Change iOS Simulator destination to iPhone SE #2

Change iOS Simulator destination to iPhone SE

Change iOS Simulator destination to iPhone SE #2

Workflow file for this run

name: iOS CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: macos-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
- name: Select Xcode version
run: sudo xcode-select -switch /Applications/Xcode.app
- name: Build project
run: |
xcodebuild clean build \
-project "Leaf Lens.xcodeproj" \
-scheme "Leaf Lens" \
-destination 'platform=iOS Simulator,name=iPhone SE (3rd generation)'