• 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!

How to add arguments to command line for iOS builds with GMS?

I'm trying to run my iOS build with the following command line argument in Xcode : -FIRDebugEnabled.
Every time I build with GMS, I must do the following in Xcode:
  1. In Xcode, select Product > Scheme > Edit scheme...
  2. Select Run from the left menu.
  3. Select the Arguments tab.
  4. In the Arguments Passed On Launch section, add -FIRAnalyticsDebugEnabled

Any one know how to add arguments passed on the launch command line within Game Maker Studio so that I don't have to do this every time I build?
 
Top