Search code examples
iosxcodecertificateprovisioning

Allow another developer to work on my XCode project


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!


Solution

  • Atlassian Rocks!

    Go to this website create a repo, set up everything from your side. Ask the other partner to download the repo and start coding. Fight with each other when you get merge conflicts :)

    Good luck!