Skip to content

Refactor services, prefs; add tests & docs #17

Refactor services, prefs; add tests & docs

Refactor services, prefs; add tests & docs #17

Workflow file for this run

name: macOS build
on:
pull_request:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: read
jobs:
build:
runs-on: macos-latest
steps:
- name: Check out repository
uses: actions/checkout@v6.0.2
- name: Build MacPGP
run: |
xcodebuild build \
-project MacPGP/MacPGP.xcodeproj \
-scheme MacPGP \
-destination 'platform=macOS' \
CODE_SIGNING_ALLOWED=NO