mirror of
https://github.com/farion1231/cc-switch.git
synced 2026-06-16 13:34:04 +08:00
Tauri only notarizes the .app bundle, not the DMG container. This caused stapler staple to fail with "Record not found" for the DMG. - Add "Notarize macOS DMG" step using xcrun notarytool with retry logic - Add retry logic (3 attempts) to macOS build step for transient network failures - Add hdiutil verify before DMG notarization submission