Skip to content

tvOS will just geocode hand-generated strings #1474

tvOS will just geocode hand-generated strings

tvOS will just geocode hand-generated strings #1474

Workflow file for this run

name: push-and-prs-on-main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-13
steps:
- uses: actions/checkout@v3
- name: Switch to Xcode 15.0
run: sudo xcode-select -s "/Applications/Xcode_15.0.app"
- name: Build / Test
run: swift build -v
- name: Build iOS / macOS
run: xcodebuild -verbose -scheme Site -destination "generic/platform=iOS Simulator" -destination "generic/platform=macOS"