Closed nd-net closed 3 years ago
Kudos, SonarCloud Quality Gate passed!
The automatic build on bitrise fails because it's using Xcode 11.7; the NSImage(systemSymbolName:accessibilityDescription:)
API is only available on macOS 11/Xcode 12 and above.
Well, this is ridiculously cool. Thanks for the PR!
I updated the CI system's Xcode version so it'll build okay now 👍
Dlaczego to jest tylko do Apple App Store? Ja chcę do Microsoft Lumia lub Surface. Nigdy mnie nikt nie namówi do przesiadki na Android lub Apple. Mam wiarygodne informacje których nie mogę publicznie udostępnić. Android i Apple działają wspólnie na nie korzyść dla firmy Microsoft.
Just a small change that also supports SF Symbols identifiers as script icon names:
NSImage(systemSymbolName:accessibilityDescription:)
(only on macOS 11+).nil
icons8-unknown
, just as it does previouslyI did not change the
.lowercased()
in the initialisation of Script since SF Symbols also uses lowercase-only identifiers.The documentation has been updated appropriately.
Overview of the new functionality
Specifiying an SF Symbol name in a script
Selection