Releases: MatrixEditor/nibarchive
Releases · MatrixEditor/nibarchive
NIBArchive Parser v1.1.0
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
- [UPDATE] NIBParser 1.1.0 by @MatrixEditor in https://github.com/MatrixEditor/nibarchive/pull/1