Is it possible to determine if an application is snow leopard only, before trying to run the app on an earlier version of OSX?
feedback
|
|
If the application authors use the standard way to define minimum system versions for their applications, there are entries in the application bundle's For example, in Daisy Disk's
These mean that DaisyDisk always requires 10.5, and 10.6 if you're on a 64 bit Intel Mac (or running the 64 bit version of the app on a 64 bit Intel Mac, since it's configurable). Open these To easily read these values on the command line, enter something like the following:
| |||
|
feedback
|
