michael@0: // michael@0: // FrameworkTarget.xcconfig michael@0: // michael@0: // These are Framework target settings for the gtest framework and examples. It michael@0: // is set in the "Based On:" dropdown in the "Target" info dialog. michael@0: // This file is based on the Xcode Configuration files in: michael@0: // http://code.google.com/p/google-toolbox-for-mac/ michael@0: // michael@0: michael@0: // Dynamic libs need to be position independent michael@0: GCC_DYNAMIC_NO_PIC = NO michael@0: michael@0: // Dynamic libs should not have their external symbols stripped. michael@0: STRIP_STYLE = non-global michael@0: michael@0: // Let the user install by specifying the $DSTROOT with xcodebuild michael@0: SKIP_INSTALL = NO