A thin bridge that allows for two-way communication from Java to Objective-C.
Apache 2.0 License
- Java11 or Higher on OS X
- JNA
##Installation
- Check out the project and use
mvn clean install(for debug builds) ormvn clean install -Drelease=true(for release builds) to build it - include it as a maven depencency in your project:
<groupId>io.spot-next</groupId>
<artifactId>java-objectivec-bridge</artifactId>
<version>1.0-SNAPSHOT</version>##Examples
- Sample wrapper of NSOpenPanel and NSSavePanel
- Example using WebKit and .nib file
- Loading Nib File
- Wrapper for NSProcessInfo to Solve App Nap Problem
##JavaDocs & Documentation
- Documentation
- Read a blog post about the motivation for this project.
##Contact
##Credits
Created by Steve Hannah