Bundling existing Safari Extension to existing parent app

Hi all, I have a stand-alone Chrome extension app, and used the xcrun converter last year to create a desktop Safari app, and used the xcrun converter again to create a mobile safari extension. Now I want to bundle that extension into an existing iOS app. However I also want the ability to update the extension as if it were a cocoapod or a swift package. Is this possible?

Replies

You can only update an extension through updating its containing app - which would go through the App Store.

And it currently isn't possible to use the converter to add an extension to an existing project - you would need to create a new "Safari Web Extension" target in that project and manually add the relevant files over yourself.