chore: notarized build

This commit is contained in:
Owen Gretzinger
2025-07-14 16:26:56 -04:00
parent d688dd3deb
commit c60c6cfac5
9 changed files with 278 additions and 34 deletions
+16
View File
@@ -0,0 +1,16 @@
# Environment variables for Meetingnotes code signing and notarization
# Copy this file to .env and fill in your values
# Your Developer ID Application certificate name (from Keychain)
# Run: security find-identity -v -p codesigning | grep "Developer ID Application"
DEVELOPER_ID="developer-id"
# Your Apple ID email address
APPLE_ID="[email protected]"
# Your Apple Developer Team ID
TEAM_ID="team-id"
# App-specific password for notarization
# Generate at: https://appleid.apple.com/account/manage -> App-Specific Passwords
APP_PASSWORD="your-app-specific-password"