Skip to content

Support for Series 9 and Ultra 2 watches #61

Support for Series 9 and Ultra 2 watches

Support for Series 9 and Ultra 2 watches #61

Workflow file for this run

name: Swift CI
on: [push, pull_request]
jobs:
test:
name: Test UIDeviceComplete
runs-on: macos-latest
env:
DEVELOPER_DIR: /Applications/Xcode_12.4.app/Contents/Developer
steps:
- uses: actions/checkout@v2
- name: Test
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "UIDeviceComplete.xcodeproj" -scheme "UIDeviceComplete" -destination "OS=14.4,name=iPhone 12 Pro" clean test | xcpretty