kkebo / DevToys.swiftpm

DevToys for iPad (WIP)
MIT License
37 stars 5 forks source link

Add a feature to generate and share a .ipa file #42

Closed kkebo closed 1 year ago

kkebo commented 1 year ago

In general, to test multi-window features, I need to run the app from Xcode. Or I need to upload to and install from TestFlight, but that is horribly inefficient.

I know that it is possible to export a .ipa file from Swift Playgrounds.

https://gist.github.com/kkk669/fc77cc0a2f97c4799e7a5686905d51a1

And also it is possible to sideload a .ipa file via AltStore.

https://altstore.io/

Combining these two will enable efficient debugging of multi-window features without Xcode.

For this purpose, I would like to add a .ipa file export feature.