From f005ee852c84bbf967125cc8d211c986f538c111 Mon Sep 17 00:00:00 2001 From: Chris Moeller Date: Tue, 5 Nov 2013 15:36:59 -0800 Subject: [PATCH] Changed Hively plugin project to not install itself --- Plugins/Hively/Hively.xcodeproj/project.pbxproj | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins/Hively/Hively.xcodeproj/project.pbxproj b/Plugins/Hively/Hively.xcodeproj/project.pbxproj index 262cb9442..9026aacf3 100644 --- a/Plugins/Hively/Hively.xcodeproj/project.pbxproj +++ b/Plugins/Hively/Hively.xcodeproj/project.pbxproj @@ -290,6 +290,7 @@ MACOSX_DEPLOYMENT_TARGET = 10.7; ONLY_ACTIVE_ARCH = YES; SDKROOT = macosx; + SKIP_INSTALL = YES; }; name = Debug; }; @@ -321,6 +322,7 @@ GCC_WARN_UNUSED_VARIABLE = YES; MACOSX_DEPLOYMENT_TARGET = 10.7; SDKROOT = macosx; + SKIP_INSTALL = YES; }; name = Release; };