-
-
Notifications
You must be signed in to change notification settings - Fork 114
Closed
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: macosSpecific to macOS operating systemSpecific to macOS operating systemtopic: infrastructureRelated to project infrastructureRelated to project infrastructuretopic: securityRelated to the protection of user dataRelated to the protection of user datatype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project
Description
Apple notarization gives a warning that arduino-builder in Arduino 1.8.11 uses a SDK older than 10.9. Soon Apple will no longer allow notarization for applications with any files failing this check.
To check the SDK version without submitting the entire software package to Apple for notarization, you can run this command:
otool -l Arduino.app/Contents/Java/arduino-builder | grep sdk
If you run this with Arduino 1.8.11, you'll see arduino-builder was built with SDK 10.7.
Metadata
Metadata
Labels
conclusion: resolvedIssue was resolvedIssue was resolvedos: macosSpecific to macOS operating systemSpecific to macOS operating systemtopic: infrastructureRelated to project infrastructureRelated to project infrastructuretopic: securityRelated to the protection of user dataRelated to the protection of user datatype: imperfectionPerceived defect in any part of projectPerceived defect in any part of project