Full document, spreadsheet, slideshow, and diagram tooling
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix: use Developer ID Application cert for DMG code signing (#189)

scott 41b2bb47 edd812f9

+6 -4
+5 -3
CHANGELOG.md
··· 5 5 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), 6 6 and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). 7 7 8 - ## [0.15.2] — 2026-03-30 8 + ## [0.15.3] — 2026-03-30 9 9 10 10 ### Fixed 11 - - Fix Electron code signing: use correct org secret names for keychain unlock 12 - - Fix notarization: switch from Apple ID auth to App Store Connect API key auth 11 + - Fix Electron code signing: use Developer ID Application cert (not Apple Distribution) 12 + - Import full certificate chain (Developer ID G2 CA + Apple Root CA) 13 + - Use correct org secret names for keychain unlock 14 + - Switch notarization from Apple ID auth to App Store Connect API key auth 13 15 14 16 ## [Unreleased] 15 17
+1 -1
package.json
··· 1 1 { 2 2 "name": "tools", 3 - "version": "0.15.2", 3 + "version": "0.15.3", 4 4 "private": true, 5 5 "type": "module", 6 6 "main": "electron/main.js",