maxgoedjen / secretive

Store SSH keys in the Secure Enclave
MIT License
7.16k stars 157 forks source link

Instructions for setting up Xcode #448

Closed pahnev closed 1 year ago

pahnev commented 1 year ago

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

maxgoedjen commented 1 year ago

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.