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

Enable to config Display Name and Bundle ID #12

Open
matejkriz opened this issue Mar 4, 2018 · 1 comment
Open

Enable to config Display Name and Bundle ID #12

matejkriz opened this issue Mar 4, 2018 · 1 comment

Comments

@matejkriz
Copy link
Owner

The goal is to make Display Name (CFBundleName) and Bundle ID (CFBundleIdentifier) configurable.

Currently, the Bundle ID is set by the main app with .TodayWidgetExtension suffix using postinstall script. Display name has to be set using XCode manually.

Where is the best place for this configuration? For me, it looks like app.json file will be fine. Or split it to something like widget.json?

@wouterds
Copy link

wouterds commented Aug 8, 2018

I saw that in the postinstall script it's using PRODUCT_BUNDLE_IDENTIFIER, shouldn't that be BUNDLE_IDENTIFIER? On topic: I think app.json is fine, but I might prefer to have something separate like widget.json.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants