Skip to content

Fixes crash on iPad and adjusts menu in details view. Draft change log. #599

Fixes crash on iPad and adjusts menu in details view. Draft change log.

Fixes crash on iPad and adjusts menu in details view. Draft change log. #599

Workflow file for this run

name: AuthenticatorTests
on: [push]
jobs:
build:
runs-on: macos-latest
steps:
- uses: actions/checkout@v2
- name: Test on emulator
run: xcodebuild clean test -disablePackageRepositoryCache -sdk iphonesimulator -project Authenticator.xcodeproj -scheme Authenticator -destination "platform=iOS Simulator,OS=latest,name=iPhone 11" | xcpretty --test --color && exit ${PIPESTATUS[0]}