maxgoedjen / secretive

Store SSH keys in the Secure Enclave

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instructions for setting up Xcode

pahnev opened this issue · comments

There are couple of apps listed in https://github.com/maxgoedjen/secretive/blob/main/APP_CONFIG.md.
Would it be possible to add Xcode there? Is it even possible to setup with secretive?

Having the IdentityAgent in the .ssh/config doesn't seem to satisfy Xcode:
Screenshot 2023-02-15 at 7 20 01

Yeah Xcode is unfortunately poorly behaved – it doesn't interact with an agent, it tries to load keys (including private keys) directly. I'm not aware of any workarounds but I'd love to be wrong.