trueinteractions / tint2

Native Javascript Applications
1.59k stars 41 forks source link

Pass options to Info.plist #66

Open Jellyfrog opened 9 years ago

Jellyfrog commented 9 years ago

It would be nice to be able to pass options to Info.plist via package.json...

https://developer.apple.com/library/mac/documentation/General/Reference/InfoPlistKeyReference/Articles/LaunchServicesKeys.html

trevorlinton commented 9 years ago

Should be fairly straight forward, the builder is intended to be cross-functional on multi-platform environment. Would an option to use your own Info.plist be an idea or are there specific values you'd like to use (could potentially investigate replicating the behavior on windows)

Jellyfrog commented 9 years ago

Hm, I don't really have an opinion on how it's implemented, either the way icons are (one option for each OS) or a separate file, "whatever floats your boat" And I don't think every option need to be replicatable on other OS'es, especially if you have two different settings/files for them...