Skip to content

add visionOS support #24

add visionOS support

add visionOS support #24

Workflow file for this run

name: Build
on:
push:
pull_request:
types:
- opened
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Build iOS
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk iphonesimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-ios13.0-simulator"
- name: Build tvOS
run: swift build -Xswiftc "-sdk" -Xswiftc "`xcrun --sdk appletvsimulator --show-sdk-path`" -Xswiftc "-target" -Xswiftc "x86_64-apple-tvos13.0-simulator"