Any idea if SwiftUI prevents applications from responding to further calls to application() after an app is up and running? I've a custom document type registered for an iOS test app, and 'opening' the document brings the app into focus as expected, but application(open:options:) never recieves a call to open the document. I'm unsure if there's some new security method in play (google and rtfm have revealed nothing so far), or if SwiftUI apps just never recieve/process that call.
--Mike