Skip to content

Move add / import button to the top right in the navigation bar #784

Move add / import button to the top right in the navigation bar

Move add / import button to the top right in the navigation bar #784

Workflow file for this run

name: CI
on:
push:
branches: [ main, develop ]
pull_request:
branches: [ develop ]
jobs:
build:
# https://github.com/actions/runner-images/tree/main/images/macos
runs-on: macos-14
steps:
- uses: actions/checkout@v4
- name: Create Debug.xcconfig
run: cp ./BuildConfiguration/Debug.template.xcconfig ./BuildConfiguration/Debug.xcconfig
- name: Set Xcode version
run: sudo xcode-select -s "/Applications/Xcode_15.4.app/Contents/Developer"
- name: Resolve dependencies
run: xcodebuild -resolvePackageDependencies
- name: Build and Run tests
run: xcodebuild -scheme BookPlayer test -testPlan Unit\ Tests -destination 'platform=iOS Simulator,name=iPhone 15,OS=17.5'