You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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 likewidget.json
?The text was updated successfully, but these errors were encountered: