feat: use Coder for meeting processing

This commit is contained in:
2026-07-14 22:22:31 +02:00
parent e0b576ad95
commit 6d676de99e
19 changed files with 743 additions and 980 deletions
+21
View File
@@ -0,0 +1,21 @@
name: Build
on:
pull_request:
branches: [main]
workflow_dispatch:
jobs:
macos:
runs-on: macos-15
steps:
- uses: actions/checkout@v4
- name: Build Meetingnotes
run: >-
xcodebuild
-project Meetingnotes.xcodeproj
-scheme meetingnotes
-configuration Debug
-destination 'platform=macOS'
CODE_SIGNING_ALLOWED=NO
build