We can't find the internet
Attempting to reconnect
Something went wrong!
Hang in there while we get back on track
If you're running a terminal utility on a mac, you might want to know what the minimum OS version is that is required to run the utility. You can do this by using a tool called otool
.
otool -l go-james | grep minos
minos 11.0
This indicates that my go-james
utility requires macOS 11.0 or newer.
You can also use it to figure out which SDK was used to build the app:
otool -l go-james | grep sdk
sdk 11.1
As you can see, the 11.1 macOS SDK was used to build the app.
If this post was enjoyable or useful for you, please share it! If you have comments, questions, or feedback, you can email my personal email. To get new posts, subscribe use the RSS feed.