aboutsummaryrefslogtreecommitdiffstats
path: root/xcode/Config/FrameworkTarget.xcconfig
diff options
context:
space:
mode:
authorBilly Donahue <billydonahue@google.com>2015-08-25 16:18:00 -0400
committerBilly Donahue <billydonahue@google.com>2015-08-25 16:18:00 -0400
commit1f87a0970dc0880c954ea4066fd7b72fad6fb089 (patch)
treee4f106a02cc4ac7c2f436eefb444efeb314c1eec /xcode/Config/FrameworkTarget.xcconfig
parentc80449247c0e3032401297edf19a1be8078900cc (diff)
downloadgoogletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.tar.gz
googletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.tar.bz2
googletest-1f87a0970dc0880c954ea4066fd7b72fad6fb089.zip
Move everything in googletest into googletest/googletest
Diffstat (limited to 'xcode/Config/FrameworkTarget.xcconfig')
-rw-r--r--xcode/Config/FrameworkTarget.xcconfig17
1 files changed, 0 insertions, 17 deletions
diff --git a/xcode/Config/FrameworkTarget.xcconfig b/xcode/Config/FrameworkTarget.xcconfig
deleted file mode 100644
index 357b1c8f..00000000
--- a/xcode/Config/FrameworkTarget.xcconfig
+++ /dev/null
@@ -1,17 +0,0 @@
-//
-// FrameworkTarget.xcconfig
-//
-// These are Framework target settings for the gtest framework and examples. It
-// is set in the "Based On:" dropdown in the "Target" info dialog.
-// This file is based on the Xcode Configuration files in:
-// http://code.google.com/p/google-toolbox-for-mac/
-//
-
-// Dynamic libs need to be position independent
-GCC_DYNAMIC_NO_PIC = NO
-
-// Dynamic libs should not have their external symbols stripped.
-STRIP_STYLE = non-global
-
-// Let the user install by specifying the $DSTROOT with xcodebuild
-SKIP_INSTALL = NO