mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #63] Add Resign button for signed apps #35
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#35
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ViRb3 on GitHub (Jun 2, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/63
Useful for free developer account apps that expire every 7 days.
@ViRb3 commented on GitHub (Jun 3, 2021):
Will require major change to the storage system since currently raw (even if readonly) handles to files are given away with no locking, which would make it possible to delete a file while its still being read.
@mattmuse commented on GitHub (Jun 22, 2021):
This would also be fantastic when adding new UDIDs. Unless I'm missing something I'd have to delete and re-upload all my apps again to have them signed again by the new profile after.
@ViRb3 commented on GitHub (Aug 2, 2021):
Added in
cba83f4421.