• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

iOS changing the base Xcode project

Ruimm

Member
Hi all.
I'm working on a game where I have to make some changes to the Xcode project (I need to add some bundles and integrate some pods, etc).
Every time I rebuild the game in GM I need to do all those things again. Is there a way that I can specify GM to use another Xcode project as base? Or a way to only update the code but retain the other changes?

thanks :)
 
I wonder if you could use Git to keep the base project (with all your added things) and just merge the project w/ the new one every time. I'm not fluent with Git, so idk how hard or easy that would be.
 
Top