Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding NSHumanReadableCopyright to plist #104

Closed
unindented opened this issue Jul 17, 2015 · 3 comments
Closed

Adding NSHumanReadableCopyright to plist #104

unindented opened this issue Jul 17, 2015 · 3 comments
Labels
build-target:mac 🍎 Bundling an Electron app specifically for macOS enhancement Feature request

Comments

@unindented
Copy link

It'd be good to be able to add NSHumanReadableCopyright:

    <key>NSHumanReadableCopyright</key>
    <string>Created by Daniel Perez Alvarez 
Copyright © 2015 FooBar Inc. All rights reserved.
</string>

It'd allow us to give some more info in the About dialog:

screen shot 2015-07-17 at 17 39 09

And in the Quick Look preview:

screen shot 2015-07-17 at 17 39 37

I'd implement this myself, but I don't know how we'd pass the info... The project uses version-string for Windows specific stuff, but maybe we'd benefit from generic-named attributes that can apply to multiple platforms.

What do you guys think?

@hankbao
Copy link

hankbao commented Jul 26, 2015

👍

@malept malept added enhancement Feature request help wanted Needs a contributor from the community labels Sep 19, 2015
@malept malept added the build-target:mac 🍎 Bundling an Electron app specifically for macOS label Oct 23, 2015
@erkyrath
Copy link

erkyrath commented Feb 6, 2016

See #253

@malept
Copy link
Member

malept commented Feb 17, 2016

Actually, see #223.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
build-target:mac 🍎 Bundling an Electron app specifically for macOS enhancement Feature request
Projects
None yet
Development

No branches or pull requests

4 participants