Skip to content

Commit 1cce4bb

Browse files
committed
Merge remote-tracking branch 'origin/main' into development
2 parents 7383b7a + 93157bd commit 1cce4bb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ColorSetKit.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,10 @@
425425
buildSettings = {
426426
DEVELOPMENT_TEAM = J5PR93692Y;
427427
MACOSX_DEPLOYMENT_TARGET = 10.11;
428+
OTHER_LDFLAGS = (
429+
"$(inherited)",
430+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
431+
);
428432
};
429433
name = Debug;
430434
};
@@ -434,6 +438,10 @@
434438
buildSettings = {
435439
DEVELOPMENT_TEAM = J5PR93692Y;
436440
MACOSX_DEPLOYMENT_TARGET = 10.11;
441+
OTHER_LDFLAGS = (
442+
"$(inherited)",
443+
"$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
444+
);
437445
};
438446
name = Release;
439447
};

0 commit comments

Comments
 (0)