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
Reply to How to detect Info.plist location for any given .app program from Terminal?
Yes it works, thank you!
Replies
Boosts
Views
Activity
Jan ’23
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?
Replies
Boosts
Views
Activity
Dec ’22
Reply to How to detect Info.plist location for any given .app program from Terminal?
The folder "3DMark Wild Life Extreme.app" contains the subfolders "WrappedBundle" and "Wrapper" inside, no Contents folder.
Replies
Boosts
Views
Activity
Dec ’22