From: Michael R Sweet Date: Wed, 24 Apr 2019 18:38:57 +0000 (-0400) Subject: Update installation directories for Xcode project. X-Git-Tag: v2.3b8~29 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9a5efde59705bda2c8385d5d5d008ecc427d71f9;p=thirdparty%2Fcups.git Update installation directories for Xcode project. --- diff --git a/xcode/CUPS.xcodeproj/project.pbxproj b/xcode/CUPS.xcodeproj/project.pbxproj index 8e225be273..eb36bbd27a 100644 --- a/xcode/CUPS.xcodeproj/project.pbxproj +++ b/xcode/CUPS.xcodeproj/project.pbxproj @@ -10069,6 +10069,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/libexec/cups/ippeveprinter; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -10077,6 +10078,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/libexec/cups/ippeveprinter; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -10085,6 +10087,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/libexec/cups/ippeveprinter; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -10093,6 +10096,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/libexec/cups/ippeveprinter; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release; @@ -11237,6 +11241,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/bin; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Debug; @@ -11245,6 +11250,7 @@ isa = XCBuildConfiguration; buildSettings = { CLANG_ENABLE_OBJC_WEAK = YES; + INSTALL_PATH = /usr/bin; PRODUCT_NAME = "$(TARGET_NAME)"; }; name = Release;