EvanBacon / expo-apple-targets

Config Plugin to setup Apple targets
308 stars 30 forks source link

feat: add `embedInApp` flag #17

Open hannojg opened 10 months ago

hannojg commented 10 months ago

By default all targets get added as extension to the main app. In case where we have a widget extension for a watch target, that might be undesirable. It should only be embedded for the watch target, but not for the main app.

EvanBacon commented 5 months ago

@hannojg isn't this dependent on widget type? Couldn't it be handled automatically?