File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
ValueTransformers.xcodeproj Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 11ValueTransformers
22=================
33
4- [ ![ Build Status] ( https://img.shields.io/github/workflow/status/macmade/ValueTransformers/ci-mac?label=macOS&logo=apple )] ( https://github.com/macmade/ValueTransformers/actions/workflows/ci-mac.yaml )
4+ [ ![ Build Status] ( https://img.shields.io/github/actions/ workflow/status/macmade/ValueTransformers/ci-mac.yaml ?label=macOS&logo=apple )] ( https://github.com/macmade/ValueTransformers/actions/workflows/ci-mac.yaml )
55[ ![ Issues] ( http://img.shields.io/github/issues/macmade/ValueTransformers.svg?logo=github )] ( https://github.com/macmade/ValueTransformers/issues )
66![ Status] ( https://img.shields.io/badge/status-active-brightgreen.svg?logo=git )
77![ License] ( https://img.shields.io/badge/license-mit-brightgreen.svg?logo=open-source-initiative )
Original file line number Diff line number Diff line change 468468 CODE_SIGN_STYLE = Manual;
469469 DEVELOPMENT_TEAM = "";
470470 MACOSX_DEPLOYMENT_TARGET = 10.10;
471+ OTHER_LDFLAGS = (
472+ "$(inherited)",
473+ "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
474+ );
471475 };
472476 name = Debug;
473477 };
478482 CODE_SIGN_STYLE = Manual;
479483 DEVELOPMENT_TEAM = "";
480484 MACOSX_DEPLOYMENT_TARGET = 10.10;
485+ OTHER_LDFLAGS = (
486+ "$(inherited)",
487+ "$(TOOLCHAIN_DIR)/usr/lib/swift-5.0/macosx/libswiftAppKit.dylib",
488+ );
481489 };
482490 name = Release;
483491 };
You can’t perform that action at this time.
0 commit comments