You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the "Releases" here on Github, please write "file-name--macOS--darwin..." if it is for mac, at least. Also specify if it is for a new Mx Apple chip or for Intel based mac cpu architectures.
A good standard could be: "crystal-lang--macOS-10.10-and-above-intel-and-arm--notarized".
The text was updated successfully, but these errors were encountered:
The filename already fully describes the supported target platform: For example, in crystal-1.14.0-1-darwin-universal.tar.gz, darwin designates the operating system (Darwin is the core OS which macOS sits on top), and universal specifies that the executable works on both aarch64 and amd64 architectures.
This is of course a bit more technical than the more wordy "macOS-10.10-and-above-intel-and-arm", but I believe it's fairly common terminology.
Note there is no indication of the supported OS versions, though. This would not be feasible to express as the boundaries are floating and we're not even able to tell exactly. Rest assured that all currently supported versions will work. The minimum supported version is usually so old that we don't even have access to matching infrastructure for test it.
Bug Report - delivery improvement
In the "Releases" here on Github, please write "file-name--macOS--darwin..." if it is for mac, at least. Also specify if it is for a new Mx Apple chip or for Intel based mac cpu architectures.
A good standard could be: "crystal-lang--macOS-10.10-and-above-intel-and-arm--notarized".
The text was updated successfully, but these errors were encountered: