7 ms·
Could you explain more about how the signing setup works? (That's what held me back most for spending more effort on shortcuts.)
by hmartin 6mo ago
Could you explain more about how the signing setup works?
(That's what held me back most for spending more effort on shortcuts.)
- yg1112 6mo agoFrom the repo, it signs natively on macOS and falls back to a cloud signing server (shortcut-signing-server). That fallback matters -- without macOS you would have to reverse-engineer Apple signing format yourself, and it changes across iOS versions. The hosted signing server is really what makes the whole cross-platform toolchain viable.
- mmastrac 6mo agoI wonder if https://crates.io/crates/apple-codesign https://crates.io/crates/apple-codesign is sufficient to codesign these. Apple usually re-uses these sort of things.
- chrisaiv 6mo agoThe signing server is hosted by https://routinehub.co/ https://routinehub.co/ They offer an API if you’d prefer not to manage signing yourself.