Skip to content

Commit

Permalink
updated plists
Browse files Browse the repository at this point in the history
  • Loading branch information
mulle-nat committed Jan 13, 2024
1 parent ebf15cb commit 4456e47
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -62,3 +62,4 @@ coverage*.html
*.gcda
*.gcno
cola/wilted/
cola/coverage.json
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Install the requirements:

| Requirements | Description
|----------------------------------------------|-----------------------
| [mulle-allocator](https://github.com/mulle-c/mulle-allocator) |
| [mulle-allocator](https://github.com/mulle-c/mulle-allocator) | 🔄 Flexible C memory allocation scheme
| [mulle-data](https://github.com/mulle-c/mulle-data) | #️⃣ A collection of hash functions

Download the latest [tar](https://github.com/mulle-c/mulle-utf/archive/refs/tags/latest.tar.gz) or [zip](https://github.com/mulle-c/mulle-utf/archive/refs/tags/latest.zip) archive and unpack it.
Expand Down
7 changes: 7 additions & 0 deletions cola/config.plist
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{
config = {
showButtons = YES;
showCoverage = YES;
showCodacy = NO;
}
}
16 changes: 9 additions & 7 deletions cola/properties.plist
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
{
config =
{
showButtons = YES;
showCoverage = YES;
};
project =
{
description="🔤 UTF8-16-32 analysis and manipulation library";
Expand All @@ -17,13 +12,20 @@
dependencies =
(
{
description="🔄 Flexible C memory allocation scheme";
domain="github";
name="mulle-allocator";
repo="mulle-allocator";
url="https://github.com/mulle-c/mulle-allocator";
user="mulle-c";
},
{
description="#️⃣ A collection of hash functions";
domain="github";
name="mulle-data";
repo="mulle-data";
url="https://github.com/mulle-c/mulle-data";
description="#️⃣ A collection of hash functions";
user="mulle-c";
}
)
);
}

0 comments on commit 4456e47

Please sign in to comment.