1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/media/webrtc/trunk/testing/gtest/xcode/Config/FrameworkTarget.xcconfig Wed Dec 31 06:09:35 2014 +0100 1.3 @@ -0,0 +1,17 @@ 1.4 +// 1.5 +// FrameworkTarget.xcconfig 1.6 +// 1.7 +// These are Framework target settings for the gtest framework and examples. It 1.8 +// is set in the "Based On:" dropdown in the "Target" info dialog. 1.9 +// This file is based on the Xcode Configuration files in: 1.10 +// http://code.google.com/p/google-toolbox-for-mac/ 1.11 +// 1.12 + 1.13 +// Dynamic libs need to be position independent 1.14 +GCC_DYNAMIC_NO_PIC = NO 1.15 + 1.16 +// Dynamic libs should not have their external symbols stripped. 1.17 +STRIP_STYLE = non-global 1.18 + 1.19 +// Let the user install by specifying the $DSTROOT with xcodebuild 1.20 +SKIP_INSTALL = NO