From 1c0f4ff5c7720fa22739d83eb68d91d0181c520d Mon Sep 17 00:00:00 2001 From: Alsey Coleman Miller Date: Thu, 12 Feb 2015 06:48:52 -0500 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 85110e2..293e1ab 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,11 @@ See `Option.swift` for additional Option types. To use CommandLine in your project, add it to your workspace, then add CommandLine.framework to the __Build Phases / Link Binary With Libraries__ setting of your target. +If you are building a command-line tool and need to embed this and other frameworks to it, follow the steps in http://colemancda.github.io/programming/2015/02/12/embedded-swift-frameworks-osx-command-line-tools/ to link Swift frameworks to your command-line tool. + If you are building a standalone command-line tool, you'll need to add the CommandLine source files directly to your target, because Xcode [can't yet build static libraries that contain Swift code](https://github.com/ksm/SwiftInFlux#static-libraries). + Features --------