Skip to content

Commit

Permalink
Update installation directories for Xcode project.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelrsweet committed Apr 24, 2019
1 parent 58b6417 commit 9a5efde
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions xcode/CUPS.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10069,6 +10069,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/libexec/cups/ippeveprinter;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -10077,6 +10078,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/libexec/cups/ippeveprinter;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand All @@ -10085,6 +10087,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/libexec/cups/ippeveprinter;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -10093,6 +10096,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/libexec/cups/ippeveprinter;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down Expand Up @@ -11237,6 +11241,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/bin;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Debug;
Expand All @@ -11245,6 +11250,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_WEAK = YES;
INSTALL_PATH = /usr/bin;
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
Expand Down

0 comments on commit 9a5efde

Please sign in to comment.