0

I am trying to write my own Xcode template, now I have a problem for pointing Xcode to my custom xcconfig file. I already add the config files in the project, now I am not sure what's the key for setting it so Xcode knows, any ideas?

This is what I have so far.. Don't know what should go under release, or if it even is under configurations.

<dict>
    <key>Configurations</key>
    <dict>
        <key>Release</key>
        <dict/>
    </dict>
</dict>
Anna
  • 443
  • 9
  • 29
  • have you found a solution? I have same issue to add the xcconfig file in the custom Xcode project template. – Eric Yuan Feb 12 '19 at 11:33
  • @EricYuan not really, I ended up just include the plist file in the project and manually point Xcode to it. – Anna Feb 12 '19 at 20:28

0 Answers0