diff options
author | Martin Szulecki | 2020-06-12 22:41:23 +0200 |
---|---|---|
committer | Martin Szulecki | 2020-06-12 22:41:23 +0200 |
commit | 17d05a4e5155ab7433f474075dc030a944e288c5 (patch) | |
tree | 194db266160c2f11403c627aca6f0f6a0502c4d4 | |
parent | a9e684c1855682e4e058187bac160dd9ee44f928 (diff) | |
download | libplist-17d05a4e5155ab7433f474075dc030a944e288c5.tar.gz libplist-17d05a4e5155ab7433f474075dc030a944e288c5.tar.bz2 |
Add build status badge to README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -3,6 +3,8 @@ *A small portable C library to handle Apple Property List files in binary or XML format.* +![](https://github.com/libimobiledevice/libplist/workflows/build/badge.svg) + ## Features The project provides an interface to read and write plist files in binary or |