-
With Xcode 14 it is no longer possible to build software for macOS 10.12 or earlier. I have users who still run my software on these dropped versions. Is there any attribute that can be specified in the Sparkle appcast xml to prevent users of the earlier systems from being notified when I release a new version of my software with a minimum deployment target of macOS 10.13? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Check minimum system version requirements in the documentation. If you use generate_appcast it should automatically populate |
Beta Was this translation helpful? Give feedback.
Check minimum system version requirements in the documentation. If you use generate_appcast it should automatically populate
sparkle:minimumSystemVersion
based on your app's specifiedLSMinimumSystemVersion
in the Info.plist.