We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7383b7a + 93157bd commit 1cce4bbCopy full SHA for 1cce4bb
ColorSetKit.xcodeproj/project.pbxproj
@@ -425,6 +425,10 @@
425
buildSettings = {
426
DEVELOPMENT_TEAM = J5PR93692Y;
427
MACOSX_DEPLOYMENT_TARGET = 10.11;
428
+ OTHER_LDFLAGS = (
429
+ "$(inherited)",
430
+ "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
431
+ );
432
};
433
name = Debug;
434
@@ -434,6 +438,10 @@
438
435
439
436
440
441
442
443
444
437
445
446
name = Release;
447
0 commit comments