forked from scream3r/java-simple-serial-connector
-
Notifications
You must be signed in to change notification settings - Fork 56
Closed
Description
Since v2.10.0 bundling JSSC with a macOS application will no longer pass Apple's notarization requirements...
Related: #178, #185, #54.
This is a requirement of notarization documented here: https://developer.apple.com/documentation/security/resolving-common-notarization-issues#Use-the-macOS-109-SDK-or-later
I seem to have completely missed this when we chose 10.8 for our deployment target. This issue was previously raised in #54.
jssc/.github/workflows/build.yml
Lines 63 to 65 in 783c326
| - profile: x86_64 | |
| macos-deployment-target: 10.8 | |
| sdk-version: MacOSX10.9.sdk |
Metadata
Metadata
Assignees
Labels
No labels