DanTheMan827 / ios-app-signer

This is an app for OS X that can (re)sign apps and bundle them into ipa files that are ready to be installed on an iOS device.
https://dantheman827.github.io/ios-app-signer
GNU General Public License v3.0
5.58k stars 1.05k forks source link

[enhancement] | Do we have a console application? #62

Closed dannyZhou closed 6 years ago

dannyZhou commented 7 years ago

When we use python or shell etc. we can use console application simply.

DanTheMan827 commented 6 years ago

The codesign app itself, while a CLI application, technically is still considered a GUI application because it interacts with Keychain.

The app signer actually started out as a shell script, but that hasn't been updated since I made the GUI version, I have no idea if it still works on recent Mac OS versions...

https://github.com/DanTheMan827/ios-app-signer/tree/shell_script

dannyZhou commented 6 years ago

Ok Thank you. Closed.