Skip to content

Releases: MatrixEditor/nibarchive

NIBArchive Parser v1.1.0

10 Dec 14:58

Choose a tag to compare

This release of nibarchive contains bug fixes related to parsing NIB files. In addition, there is now CLI support:

# whole directory
$ python3 -m nibarchive dump-swift "path/to/directory"
# single file
$ python3 -m nibarchive dump-swift "path/to/file.nib"
# directory recursively
$ python3 -m nibarchive dump-swift -r "path/to/directory"

What's Changed