Wed, 31 Dec 2014 13:27:57 +0100
Ignore runtime configuration files generated during quality assurance.
michael@0 | 1 | // |
michael@0 | 2 | // FrameworkTarget.xcconfig |
michael@0 | 3 | // |
michael@0 | 4 | // These are Framework target settings for the gtest framework and examples. It |
michael@0 | 5 | // is set in the "Based On:" dropdown in the "Target" info dialog. |
michael@0 | 6 | // This file is based on the Xcode Configuration files in: |
michael@0 | 7 | // http://code.google.com/p/google-toolbox-for-mac/ |
michael@0 | 8 | // |
michael@0 | 9 | |
michael@0 | 10 | // Dynamic libs need to be position independent |
michael@0 | 11 | GCC_DYNAMIC_NO_PIC = NO |
michael@0 | 12 | |
michael@0 | 13 | // Dynamic libs should not have their external symbols stripped. |
michael@0 | 14 | STRIP_STYLE = non-global |
michael@0 | 15 | |
michael@0 | 16 | // Let the user install by specifying the $DSTROOT with xcodebuild |
michael@0 | 17 | SKIP_INSTALL = NO |