Skip to content

Commit 0ed3fa3

Browse files
committed
Merge branch 'main' into development
2 parents 8e62b6c + 887595b commit 0ed3fa3

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
@@ -377,7 +377,7 @@
377377
isa = PBXProject;
378378
attributes = {
379379
LastSwiftUpdateCheck = 0940;
380-
LastUpgradeCheck = 1610;
380+
LastUpgradeCheck = 2650;
381381
ORGANIZATIONNAME = "XS-Labs";
382382
TargetAttributes = {
383383
05CD4AB920ED7CD100DBDE99 = {
@@ -482,7 +482,7 @@
482482
MACOSX_DEPLOYMENT_TARGET = 10.12;
483483
OTHER_LDFLAGS = (
484484
"$(inherited)",
485-
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
485+
"$(DT_TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
486486
);
487487
};
488488
name = Debug;
@@ -496,7 +496,7 @@
496496
MACOSX_DEPLOYMENT_TARGET = 10.12;
497497
OTHER_LDFLAGS = (
498498
"$(inherited)",
499-
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
499+
"$(DT_TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
500500
);
501501
};
502502
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)