Skip to content

Commit ca9a0f9

Browse files
committed
Merge remote-tracking branch 'upstream/main'
2 parents 27e3680 + 40d9e4b commit ca9a0f9

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ValueTransformers
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)

ValueTransformers.xcodeproj/project.pbxproj

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -468,6 +468,10 @@
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
};
@@ -478,6 +482,10 @@
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
};

0 commit comments

Comments
 (0)