I want to run an app which nominally helps solely MacOS 14.0 and above. I’m on 12.7.3, and apple will not enable me to replace as a result of my laptop is simply too outdated. Nonetheless, I do know that the app really can run on my machine as a result of once I run the executable within the app bundle (sport.app > Contents > MacOS > sport
), it really works simply wonderful. Sadly, I want to have the ability to run the app itself as a result of I must run it by means of Steam to get networking performance.
Operating the app by means of the command line with open sport.app
offers me the next error:
The applying can't be opened for an surprising cause, error=Error
Area=NSOSStatusErrorDomain Code=-10825 "kLSIncompatibleSystemVersionErr: The
app can not run on the present OS model" UserInfo={_LSLine=3863,
_LSFunction=_LSOpenStuffCallLocal}
I’ve tried modifying the information.plist
however there isn’t any tag that appears to specify a minimal system model.
Is there something within the app contents that I would be capable to change to override this error? Or some sort of flag I can use to override it when operating it from the terminal?
(Bonus: does anybody know methods to make Steam open the app by means of the executable? This is able to additionally remedy my downside.)