Skip to content

Commit 887595b

Browse files
committed
fix: Xcode project update - Using DT_TOOLCHAIN_DIR instead of TOOLCHAIN_DIR to fix linking issues when the Metal toolchain is installed
1 parent 25f9bce commit 887595b

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

ValueTransformers.xcodeproj/project.pbxproj

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,7 +371,7 @@
371371
isa = PBXProject;
372372
attributes = {
373373
LastSwiftUpdateCheck = 0940;
374-
LastUpgradeCheck = 1610;
374+
LastUpgradeCheck = 2650;
375375
ORGANIZATIONNAME = "XS-Labs";
376376
TargetAttributes = {
377377
05CD4AB920ED7CD100DBDE99 = {
@@ -474,7 +474,7 @@
474474
MACOSX_DEPLOYMENT_TARGET = 10.12;
475475
OTHER_LDFLAGS = (
476476
"$(inherited)",
477-
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
477+
"$(DT_TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
478478
);
479479
};
480480
name = Debug;
@@ -488,7 +488,7 @@
488488
MACOSX_DEPLOYMENT_TARGET = 10.12;
489489
OTHER_LDFLAGS = (
490490
"$(inherited)",
491-
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
491+
"$(DT_TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
492492
);
493493
};
494494
name = Release;

ValueTransformers.xcodeproj/xcshareddata/xcschemes/ValueTransformers.xcscheme

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Scheme
3-
LastUpgradeVersion = "1610"
3+
LastUpgradeVersion = "2650"
44
version = "1.3">
55
<BuildAction
66
parallelizeBuildables = "YES"

0 commit comments

Comments
 (0)