-
Notifications
You must be signed in to change notification settings - Fork 78
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
Support for OS-specific "bundle values" #33
Comments
Some additional OS-specific fields we could consider adding:
|
Add OS-specific setting for OSX frameworks (for #33)
For macOS, how about adding code that automatically turns For example, I need: Asking for each of these and waiting for the devs to update cargo-bundle is not practical. |
Something like |
Any update on this? Support for |
Seems like this project is pretty much dead, sadly. |
Yeah, I haven't been able to provide any active development on this project lately. However, PRs are always welcome, and I do still try to keep up with reviewing those. If there's a feature you need, please go ahead and add it! |
Bundles for some operating systems may have more options available than for others.
For instance if we're talking about OS X, it has several properties which you can specify in Info.plist such as
CFBundleURLName
(quite a common thing if you want your app to be able to catch the corresponding URI requests), at the moment there is no way to add additional properties to Info.plist as it has a fixed, hardcoded format with only certain (the most common) values.It would be nice to be able to specify OS-specific bundle properties.
The text was updated successfully, but these errors were encountered: