Skip to content

dark mode fixes

dark mode fixes #27

Workflow file for this run

name: "Updraft CI"
on:
push:
branches:
- master
pull_request:
branches:
- '*'
jobs:
iOS:
name: Test iOS
runs-on: macOS-latest
env:
DEVELOPER_DIR: /Applications/Xcode_16.2.app/Contents/Developer
strategy:
matrix:
destination: ["OS=14.0,name=iPhone 11 Pro"] #, "OS=12.4,name=iPhone XS", "OS=11.4,name=iPhone X", "OS=10.3.1,name=iPhone SE"]
steps:
- uses: actions/checkout@v2
- name: iOS - ${{ matrix.destination }}
run: set -o pipefail && env NSUnbufferedIO=YES xcodebuild -project "Updraft.xcodeproj" -scheme "Updraft" -destination "${{ matrix.destination }}" clean test | xcpretty