Tutorial

Using Xcode Configuration (.xcconfig) to Manage Different Build Settings


During the development lifecycle of a software project, you probably create different builds at various stages. At the early stage, there will be the one that conforms to your local configuration. When you are ready to move to...