jjazzboss opened a new issue, #41: URL: https://github.com/apache/netbeans-nbpackage/issues/41
I successfully created a .pkg file using nbpackage on Mac OS 14. Some of my Mac users complain that the package can not be run on old MacOS < 11. I found that Package.swift.template introduces a limitation: ``` platforms: [ .macOS(.v11) ], ``` Do you know if can safely change this to macOS(.v10_16) ? (sorry if it's a trivial question but I don't own a MacOS and can't do tests) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@netbeans.apache.org For additional commands, e-mail: notifications-h...@netbeans.apache.org For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists