Tag Archives: Xcode

Mobile Tech Talk

Using xcconfig files in Xcode to Manage signing identities

Often times we find ourselves in a situation wherein the project has to be configured to make use of different provisioning profile and signing certificates and also with different bundle identifiers. The source code is maintained in a distributed and the vendor and the client make their own builds using their respective profiles, certificates and app ids.

Read More