https://github.com/otbivnoe/xnit
Xcode extension that creates init method by selected properties.
https://github.com/otbivnoe/xnit
swift xcode xcode-extension
Last synced: 8 months ago
JSON representation
Xcode extension that creates init method by selected properties.
- Host: GitHub
- URL: https://github.com/otbivnoe/xnit
- Owner: Otbivnoe
- License: mit
- Created: 2017-05-21T12:26:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-05-29T16:58:21.000Z (almost 9 years ago)
- Last Synced: 2025-01-23T13:13:35.630Z (about 1 year ago)
- Topics: swift, xcode, xcode-extension
- Language: Swift
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
### Xcode extension that creates init method by selected properties.
## Install :fire:
1. Check that Xcode version greater or equal than 8.0.
2. If you are using OS X 10.11, running `sudo /usr/libexec/xpccachectl` and rebooting are required for using Xcode Extension.
3. Clone this repository.
4. Open `Nit.xcodeproj` via Xcode.
5. Configure signing with your own developer ID.
6. Quit Xcode.
7. Open a terminal, change to the directory where you cloned and run `xcodebuild -scheme XNit install DSTROOT=~` to compile the extension.
8. Run `~/Applications/Nit.app` and quit.
9. Go to ***System Preferences -> Extensions -> Xcode Source Editor*** and enable the extension.
10. Done.