6 ms·
you could potentially bundle xcode + xctool + github into some sort of adhoc app store, no?
by sohailk 11y ago
you could potentially bundle xcode + xctool + github into some sort of adhoc app store, no?
- 0x0 11y agoIt will probably have a really short code signing certificate expiration date, so you'll have to rebuild and reinstall all the time. They'll probably notice when 100000 users debug-sign the same app ID too...
- vbezhenar 11y agoRe-signing could be done automatically when you plug your iDevice (unless TTL is really short like 1 hour). App ID, hash could be changed easily as well.
- 0x0 11y agoIf you change the app ID you start over with an empty app data directory, which is a bit of a hassle.
- mynameisvlad 11y agoWell I presume the hash wouldn't change in between installs, just from user to user.