Developing for iOS on multiple machines

Hello All,


Perhaps this is a simple questions. I've been developing my current iOS game on my iMac and just also bought a new MacBook. I would like to develop the game on both machines and use the same certificates and such. How do I go about doing that so I can move between machines with out any issues? Thanks in advance for your help!


Saul

Quoting the Support/Code-Signing page:


Frequently Asked Questions

How do I transfer my code signing certificates and provisioning profiles to another Mac? Review the instructions in Export signing certificates and provisioning profiles.


For keeping the projects in sync, look into using 'source control', built into Xcode - see Xcode Help, and:

h ttps://medium.com/swlh/how-to-use-github-with-xcode11-8a93b64ff1bc

Developing for iOS on multiple machines
 
 
Q