Page 1 of 1

macOS plist compiler settings

Posted: Mon Nov 18, 2019 4:11 am
by Rinzwind
The compiler options on macOS are lacking.

A buildin plist editor (or even a plain text field to be edited) is needed (or at least more info fields like below but that doesn't cover all situations).

LSApplicationCategoryType = public.app-category.utilities
NSHumanReadableCopyright = (c) mydomain
CFBundleIdentifier = com.mydomain.myapp
CFBundleName = myapp
CFBundleShortVersionString = 1.0.0

A Resources folder files selector (to add additional files to bundle) would also be welcome.. Can also just be a 'choose path whose contents are included' selector. A buildin function to retrieve the Resources path is missing. macOS needs some more PB love I guess.