-
Notifications
You must be signed in to change notification settings - Fork 7
Description
I think it would be really useful to have, my use case is editing CrossCode projects in Zed, I configured sourcekit-lsp and a build task but I currently don't have a way to install the app. I tried using ideviceinstaller by zipping into Payload into Playground.ipa and running: ideviceinstaller --pairing-file=~/.config/me.nabdev.crosscode/io.github.bbb651.playground.87M9DC36BA.mobileprovision <udid> upgrade .crosscode/Playground.ipa but understandably it refuses to install because it's not signed(?) with ApplicationVerificationFailed.
P.S. I found LiveContainer has livecontainer://install?url=<url> URI handler, do you think it makes sense for CrossCode to support it? I'm not sure if there's a way to make the phone open a URI, but even a QR code or shortcut could work.