Widgets with different iOS Target

I have an application whose base deployment is currently iOS 11.

I'd like to create a new widget with WidgetKit that supports all of the cool new features in iOS 14. That requires WidgetKit and iOS 14.

Is it possible to have my app target iOS 11 AND have my widget target iOS 14? IOW, have different deployment targets in the same app?
Answered by Frameworks Engineer in 636117022
Yes you can! That is a supported configuration.
Accepted Answer
Yes you can! That is a supported configuration.
Widgets with different iOS Target
 
 
Q