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?
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?