-1

I downloaded this Google's xcode sample project "TicTacToeSample" and part of Google's example instructions is to change the bundle identifier field that was pre-filled with "TicTacToeSample." How do I remove the greyed out text and place my own bundle identifier per Google's instructions?

enter image description here

ConfusedDeer
  • 3,335
  • 8
  • 44
  • 72

1 Answers1

1

Open the folder the xcode project directory is located in. Open the .plist file for the project. Change the 'Bundle identifier' to whatever you want it to. Go back to your xcode and close and re-open your project the new bundle identifier will be there and you will be able to change it again if you want to from xcode.

ConfusedDeer
  • 3,335
  • 8
  • 44
  • 72