mirror of
https://github.com/SignTools/SignTools.git
synced 2026-04-26 10:25:54 +03:00
[GH-ISSUE #37] iSH specific request: can start-signer.sh copy the trycloudflare.com URL to the clipboard #26
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/SignTools#26
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 @rzbergme on GitHub (Apr 7, 2021).
Original GitHub issue: https://github.com/SignTools/SignTools/issues/37
Hi @ViRb3, I find it difficult to find->tap->select>copy the trycloudflare.com URL that is generated when running start-signer.sh in the output. Is it possible to either automatically copy it to the iOS clipboard or maybe make it clickable in the start-signer.sh output?
Thank you!
@ViRb3 commented on GitHub (Apr 7, 2021):
There doesn't seem to be a way for a script within iSH to control the clipboard, and making a link clickable is up to the terminal (in this case iSH, which doesn't seem to do that). Manual selection is the only way for now unless you have any specific ideas.
@rzbergme commented on GitHub (Apr 9, 2021):
Thank you @ViRb3 I apologize for the delayed answer. You are correct. This can go as a request on the iSH github instead.
My iSH setup is not that stable anyways to be used with the iOS Signer web service, for some strange reason it keeps crashing during the run (while installing the signed ipa file), I suspect it is an out-of-memory issue since the entire iSH crashes and then the ipa install fails. Thank you again for this great work!
@ViRb3 commented on GitHub (Apr 9, 2021):
Ah yes. How big is your app? I experienced the same issue with a 260MB file. I'm not sure why it happens as the files should be streamed from disk and not stored in memory.
@rzbergme commented on GitHub (Apr 9, 2021):
it actually wasn't that large of a file 67 MB so I found it somewhat strange.
@ViRb3 commented on GitHub (Apr 9, 2021):
@42ism I have created a dedicated issue linked above. Let's move this conversation there.