<feed xmlns='http://www.w3.org/2005/Atom'>
<title>libplist/docs, branch master</title>
<subtitle>Library to handle Apple Property List format files in binary or XML</subtitle>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/'/>
<entry>
<title>Add OpenStep to man page</title>
<updated>2026-04-10T10:21:50+00:00</updated>
<author>
<name>Dave Nicolson</name>
</author>
<published>2026-04-09T06:18:58+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=dddb76d74a646a7ec41cfa6b9f7772830b7acbd2'/>
<id>dddb76d74a646a7ec41cfa6b9f7772830b7acbd2</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add OpenStep coercion support for non-OpenStep plist types</title>
<updated>2026-03-22T18:16:51+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2026-03-22T18:16:51+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=c8b36a80bad4a1fe488927af4da0ecbcf10079bb'/>
<id>c8b36a80bad4a1fe488927af4da0ecbcf10079bb</id>
<content type='text'>
- Use PLIST_OPT_COERCE option to coerce PLIST_BOOLEAN, PLIST_DATE, PLIST_UID, and PLIST_NULL to OpenStep-compatible types (1 or 0, ISO 8601 strings, integers, and 'NULL' string)
- Add plist_to_openstep_with_options() function to allow passing coercion option (and others)
- Update plist_write_to_string() and plist_write_to_stream() accordingly
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Use PLIST_OPT_COERCE option to coerce PLIST_BOOLEAN, PLIST_DATE, PLIST_UID, and PLIST_NULL to OpenStep-compatible types (1 or 0, ISO 8601 strings, integers, and 'NULL' string)
- Add plist_to_openstep_with_options() function to allow passing coercion option (and others)
- Update plist_write_to_string() and plist_write_to_stream() accordingly
</pre>
</div>
</content>
</entry>
<entry>
<title>plistutil: Add a --nodepath option to allow selecting a specific node</title>
<updated>2026-02-20T02:38:36+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2026-02-20T02:38:36+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=e3d5bbdf1f213caafedf185251fba02558d30b98'/>
<id>e3d5bbdf1f213caafedf185251fba02558d30b98</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Fix CSS</title>
<updated>2025-10-23T01:59:30+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-10-23T01:59:30+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=543e20b9d792bb16d6b3c594da129448f74142c5'/>
<id>543e20b9d792bb16d6b3c594da129448f74142c5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Update documentation style</title>
<updated>2025-10-22T23:00:14+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2025-10-22T23:00:14+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=d9958ba8fd366e1092f0f4d07717227689adce2b'/>
<id>d9958ba8fd366e1092f0f4d07717227689adce2b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Updated manpage</title>
<updated>2023-04-21T11:50:50+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-04-21T11:50:50+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=22618ce58be2e6ea46b4d62a36d703960f4a35eb'/>
<id>22618ce58be2e6ea46b4d62a36d703960f4a35eb</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>plistutil: Add command line switch to allow sorting of the output plist</title>
<updated>2023-02-06T17:57:40+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-02-06T17:57:40+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=6390abcd1c94f4c29291c81322726d6946fd345f'/>
<id>6390abcd1c94f4c29291c81322726d6946fd345f</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for OpenStep plist format</title>
<updated>2023-01-08T04:29:22+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2023-01-08T04:29:22+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=60d291941fadb72b66d11502710add5899e21a2d'/>
<id>60d291941fadb72b66d11502710add5899e21a2d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for JSON format</title>
<updated>2021-12-23T02:09:07+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2021-12-23T02:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=429cbc660ae14d4998715803b44c71abf0e4a339'/>
<id>429cbc660ae14d4998715803b44c71abf0e4a339</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>docs: Better wording for plistutil's description in man page</title>
<updated>2020-11-21T03:17:33+00:00</updated>
<author>
<name>Nikias Bassen</name>
</author>
<published>2020-11-21T03:17:33+00:00</published>
<link rel='alternate' type='text/html' href='https://cgit.sukimashita.com/libplist.git/commit/?id=2899553df92cd4e10590da73ae7375e5b5517d45'/>
<id>2899553df92cd4e10590da73ae7375e5b5517d45</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
