feat: drawing/signature mode, release pipeline, and CI#16
Merged
Conversation
- Add DrawingSession (TouchpadInputCore) — TouchEventReceiver that records multi-finger strokes; supports undo, clear, and NSImage export - Add DrawingCanvasView — live canvas with color swatches, line width picker, undo/clear, and PNG export via save panel - Add Keyboard/Drawing mode toggle in ContentView header; swaps MultitouchCapture.shared.session on switch - Add Info.plist version strings (CFBundleShortVersionString, CFBundleVersion, CFBundlePackageType, CFBundleExecutable, LSMinimumSystemVersion) - Add TouchpadInputApp.entitlements (no sandbox, disable-library-validation for MultitouchSupport dlopen under hardened runtime) - Add scripts/release.sh — full build → .app bundle → codesign → notarize → staple → DMG pipeline for Developer ID direct distribution - Add .github/workflows/ci.yml — swift build + swift test on push/PR (macos-15)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
feat: drawing/signature mode, release pipeline, and CI
Changes
Drawing/Signature Mode
DrawingSession(TouchpadInputCore) —TouchEventReceiverthat records multi-finger strokes with undo, clear, andNSImageexportDrawingCanvasView— live canvas with color swatches, line width picker, undo/clear, PNG export via save panelContentViewheader; swapsMultitouchCapture.shared.sessionon switchRelease Infrastructure
scripts/release.sh— full build →.appbundle →codesign→ notarize → staple → signed DMG pipeline for Developer ID direct distributionSources/TouchpadInputApp/TouchpadInputApp.entitlements—app-sandbox=false,cs.disable-library-validation=true(forMultitouchSupportdlopen under hardened runtime)Info.plist— addedCFBundleShortVersionString,CFBundleVersion,CFBundlePackageType,CFBundleExecutable,LSMinimumSystemVersionCI
.github/workflows/ci.yml—swift build+swift teston every push and PR (macos-15, Xcode toolchain)Notes
MultitouchSupportAPI blocks App Sandbox)scripts/release.shrequiresNOTARIZE_APPLE_ID,NOTARIZE_TEAM_ID,NOTARIZE_PASSWORDenv vars (app-specific password from appleid.apple.com)