From: Fletcher T. Penney Date: Wed, 9 Jan 2019 16:18:12 +0000 (-0500) Subject: UPDATED: Additional README comments about Xcode X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=78e7cc1053838f24b6a1066efd72568e83181572;p=multimarkdown UPDATED: Additional README comments about Xcode --- diff --git a/README.md b/README.md index 232ae44..74cc877 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,13 @@ To build the Xcode framework project that you can include in your own projects, (OR) make xcode-debug +Depending on how you integrate libMultiMarkdown into your Xcode workflow, you may need also to do two things: + +1. Change the "Build Phases" on the libMultiMarkdown target. The "Copy Files" destination should be "Products Directory". Currently this cannot be set automatically by Cmake. + +2. If you are using libMultiMarkdown as a library in a "persistent" application, you should disable the object pool functionality. In "token.h", disable the "#define kUseObjectPool" directive. This features improves performance, but makes memory management much more difficult outside of the context of a "run once and quit" command line utility (like MultiMarkdown itself). + + ## Differences in the MultiMarkdown Syntax ## MultiMarkdown v6 is mostly about making a better MMD parser, but it involves a