macOS plist compiler settings

Got an idea for enhancing PureBasic? New command(s) you'd like to see?
Rinzwind
Enthusiast
Enthusiast
Posts: 636
Joined: Wed Mar 11, 2009 4:06 pm
Location: NL

macOS plist compiler settings

Post 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.