Skip to content

removing tvos. looks like tvos support was removed in an earlier version #32

removing tvos. looks like tvos support was removed in an earlier version

removing tvos. looks like tvos support was removed in an earlier version #32

Workflow file for this run

name: build
on:
push:
branches:
- "main"
tags:
- "!*"
pull_request:
branches:
- "*"
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Build Package
run: |
sudo xcode-select --switch $DEVELOPER_DIR
xcodebuild -scheme $SCHEME -destination $DESTINATION | xcpretty
env:
DEVELOPER_DIR: /Applications/Xcode_15.0.app
SCHEME: RealityGeometries
DESTINATION: generic/platform=iOS
- name: lint
run: swiftlint