From 84df50164e21c2491e764dbd7575e88605c6636e Mon Sep 17 00:00:00 2001 From: Christian Tietze Date: Wed, 9 Jan 2019 07:57:27 +0100 Subject: [PATCH] add how to build Xcode framework to README I forgot this _again_ an had to look it up :) --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index d27d8a5..232ae44 100644 --- a/README.md +++ b/README.md @@ -39,6 +39,13 @@ You can optionally test using the test suite: ctest +### Building an Xcode Framework ### + +To build the Xcode framework project that you can include in your own projects, there's only one build step: + + make xcode + (OR) + make xcode-debug ## Differences in the MultiMarkdown Syntax ## -- 2.50.1