Created
September 25, 2012 09:03
-
-
Save leovandriel/3780745 to your computer and use it in GitHub Desktop.
Configuration tips when fighting Xcode - Build settings that build
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Configuration tips when fighting Xcode - Build settings that build | |
# Starting from a fresh Xcode project, setting these on the project's build | |
# settings should suffice. Also put all libs and frameworks in the Frameworks | |
# dir and make sure included workspace header files are set to 'Public'. | |
# Author: Leonard van Driel, 2012 | |
Other Linker Flags: -ObjC | |
Public Headers Folder Path: ../../Headers | |
Framework Search Paths: "$(SRCROOT)/Frameworks" | |
Header Search Paths: "$(SRCROOT)/Frameworks"/** $(BUILT_PRODUCTS_DIR)/../../Headers | |
Library Search Paths: "$(SRCROOT)/Frameworks"/** |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment