Skip to content

Add missing Apple TV 4K (3rd Generation) #56

Add missing Apple TV 4K (3rd Generation)

Add missing Apple TV 4K (3rd Generation) #56

Workflow file for this run

on:
push:
branches: [ main ]
pull_request:
jobs:
xcodebuild:
name: ${{ matrix.target }} ${{ matrix.sdk }} Build
runs-on: macos-latest
strategy:
matrix:
sdk: [iphonesimulator, appletvsimulator, watchsimulator]
target: [Orchard-ObjC, Orchard-Swift]
steps:
- name: Checkout
uses: actions/checkout@v2
- name: xcodebuild
run: xcodebuild -project Orchard.xcodeproj -target ${{ matrix.target }} -configuration Debug -sdk ${{ matrix.sdk }}