https://github.com/gnustep/tools-nib2xib
This utility is experimental and is meant to convert old typedstream nibs to xib files
https://github.com/gnustep/tools-nib2xib
Last synced: about 1 year ago
JSON representation
This utility is experimental and is meant to convert old typedstream nibs to xib files
- Host: GitHub
- URL: https://github.com/gnustep/tools-nib2xib
- Owner: gnustep
- Created: 2024-01-03T02:26:24.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-23T21:22:43.000Z (over 1 year ago)
- Last Synced: 2025-03-23T22:30:13.398Z (over 1 year ago)
- Language: Objective-C
- Size: 185 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYINGv3
Awesome Lists containing this project
README
# nib2xib
This tool runs only on OPENSTEP 4.2 currently. It best approximates the XIB file structure from the typed stream nibs on the NeXT machine.
The idea behind this is to have a native tool that is buildable without using portions of GNUstep to create a format that is useful for porting. XIBs are readable by GNUstep.
## License
This tool is licensed under the GPL3.0+ please see the COPYINGv3 file for details.