[ad_1]
After I code iOS application for awhile, I faced problem with project’s size and build time. I found some concept about super app / mini app.
According a question, I implement my application and I want to separate to a miniapp ( separate project ) but I don’t know to how to connect it together and how to build them stand-alone.
After I made some research about concept, I think I can made my miniapp to a library by SPM.
Is it possible to move every thing from existing project to package with SPM ( storyboard, extension, localize, depedencies, info.plist, permission ) ?
[ad_2]