From f48369a52fdab8855c0e9adf7f6fe6aa8ccc0996 Mon Sep 17 00:00:00 2001 From: Nat! Date: Sat, 13 Jan 2024 23:37:00 +0100 Subject: [PATCH] fix README.md --- .gitignore | 1 + cola/config.plist | 7 +++++++ cola/properties.plist | 15 ++++++--------- 3 files changed, 14 insertions(+), 9 deletions(-) create mode 100644 cola/config.plist diff --git a/.gitignore b/.gitignore index b72326e..2956f30 100644 --- a/.gitignore +++ b/.gitignore @@ -65,3 +65,4 @@ coverage*.html *.gcda *.gcno cola/wilted/ +cola/coverage.json diff --git a/cola/config.plist b/cola/config.plist new file mode 100644 index 0000000..115400b --- /dev/null +++ b/cola/config.plist @@ -0,0 +1,7 @@ +{ + config = { + showButtons = YES; + showCoverage = YES; + showCodacy = NO; + } +} diff --git a/cola/properties.plist b/cola/properties.plist index 7e8d666..d1d060b 100644 --- a/cola/properties.plist +++ b/cola/properties.plist @@ -1,10 +1,4 @@ { - config = - { - showButtons = YES; - showCoverage = YES; - showCodacy = NO; - }; project = { description="🔄 Flexible C memory allocation scheme"; @@ -13,14 +7,17 @@ user="mulle-c"; repo="mulle-allocator"; homepage="https://github.com/mulle-c/mulle-allocator"; - license="BSD-3-Clause" + license="BSD-3-Clause"; }; dependencies = ( { + description="🔀 Cross-platform C compiler glue (and some cpp conveniences)"; + domain="github"; name="mulle-c11"; + repo="mulle-c11"; url="https://github.com/mulle-c/mulle-c11"; - description="🔀 Cross-platform C compiler glue (and some cpp conveniences)"; + user="mulle-c"; } - ) + ); }