Skip to content

Commit

Permalink
Add jkUnicode as dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jenskutilek committed Jul 13, 2024
1 parent 9c64b2e commit dc7f567
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions packages.plist
Original file line number Diff line number Diff line change
Expand Up @@ -2677,6 +2677,7 @@
},
{
dependencies = (
jkunicode,
vanilla
);
descriptions = {
Expand Down Expand Up @@ -3816,6 +3817,22 @@
url = "https://github.com/jenskutilek/jkGlyphsHelpers";
path = "lib/jkGlyphsHelpers";
},
{
identifier = jkunicode;
hidden = 1;
archs = (
intel,
arm,
);
descriptions = {
en = "jkUnicode contains Unicode and orthography data which is used by plugins dealing with codepoints and language support.";
};
titles = {
en = "jkUnicode";
};
url = "https://github.com/jenskutilek/jkUnicode";
path = "lib/jkUnicode";
},
);
};
}

0 comments on commit dc7f567

Please sign in to comment.