Skip to content

Fix the panel opening on the wrong display #85

Fix the panel opening on the wrong display

Fix the panel opening on the wrong display #85

Workflow file for this run

name: Build
on:
push:
branches: [main]
pull_request:
branches: [main]
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Install xcodegen
run: brew install xcodegen
- name: Generate Xcode project
run: xcodegen generate
- name: Build
run: |
xcodebuild \
-project Clipbara.xcodeproj \
-scheme Clipbara \
-configuration Debug \
CODE_SIGNING_ALLOWED=NO \
build