nikos-projects/ipa-distributor — reverse-engineered prompt
Reverse engineered prompt
Build me a simple Python tool for distributing iOS IPA files. The repo looks like it already has some scripts and an appstosign.txt file, so use those as the starting point.
I want to be able to put a list of apps in the text file, run one command, and have the tool process each app, sign it if the needed signing files are provided, and place the finished IPA files somewhere easy to find. It should print clear progress messages, tell me which apps succeeded or failed, and save a small log so I can troubleshoot without guessing.
Add a basic config or prompts for things like input folder, output folder, certificate, provisioning profile, and distribution link or destination if that makes sense. Keep it simple and practical, with setup instructions and an example run. If anything about iOS signing has changed, look up current docs online if you need to.
Want more depth? Deep Reverse