Skip to content

Remove reference to UIScreen (not available on visionOS). #47

Remove reference to UIScreen (not available on visionOS).

Remove reference to UIScreen (not available on visionOS). #47

Workflow file for this run

name: Test suite
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v1
- uses: maxim-lobanov/setup-xcode@v1
with:
xcode-version: latest-stable
- name: Run tests
run: xcodebuild -workspace 'Demo/PopTip Demo.xcworkspace' -scheme 'PopTip Demo' -sdk iphonesimulator -destination 'platform=iOS Simulator,name=iPhone 13,OS=15.2' test