Skip to content

Commit

Permalink
Merge pull request #224 from braden-w:feature/whi-64-feat-restore-not…
Browse files Browse the repository at this point in the history
…arization

fix: restore notarization
  • Loading branch information
braden-w authored Jul 28, 2024
2 parents f9950ea + 886c4ec commit e7150f9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions .github/workflows/publish-tauri-releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,13 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
TAURI_PRIVATE_KEY: ${{ secrets.TAURI_PRIVATE_KEY }}
TAURI_KEY_PASSWORD: ${{ secrets.TAURI_KEY_PASSWORD}}
APPLE_CERTIFICATE: ${{ secrets.APPLE_CERTIFICATE }}
APPLE_CERTIFICATE_PASSWORD: ${{ secrets.APPLE_CERTIFICATE_PASSWORD }}
APPLE_SIGNING_IDENTITY: ${{ secrets.APPLE_SIGNING_IDENTITY }}
APPLE_ID: ${{ secrets.APPLE_ID }}
APPLE_PASSWORD: ${{ secrets.APPLE_PASSWORD }}
APPLE_TEAM_ID: ${{ secrets.APPLE_TEAM_ID }}

with:
projectPath: './apps/app'
tauriScript: 'pnpm tauri'
Expand Down
2 changes: 1 addition & 1 deletion apps/app/src-tauri/entitlements.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<key>com.apple.security.device.microphone</key>
<true/>

<key>com.apple.security.automation.apple-events</key>
<key>com.apple.security.device.audio-input</key>
<true/>
</dict>
</plist>

0 comments on commit e7150f9

Please sign in to comment.