I have an XCode project I am working on, and I need to grant access to another developer to work on the project as well. In order to do this, I believe I have to send over my private key and provisioning profile (is this correct?)
However, I've been working on my project using my own personal iOS development certificate. And I don't feel completely comfortable sending over all my signing identity to someone else.
What is the simplest and securest way to get the other developer working on the same project as me, without giving him access to my entire iOS dev account.
Thanks!