Post

Replies

Boosts

Views

Activity

Reply to How to detect Info.plist location for any given .app program from Terminal?
I'm planning in reading where the main binary is for the application: % defaults read '/Applications/3DMark Wild Life Extreme.app/Wrapper/AttanExtreme.app/Info.plist' CFBundleExecutable AttanExtreme so I can launch the app from Terminal: % /Applications/3DMark\ Wild\ Life\ Extreme.app/Wrapper/AttanExtreme.app/AttanExtreme Killed: 9 How it's supposed to be done?
Dec ’22