A thin bridge that allows for two-way communication from Java to Objective-C.
Add the following dependency to your pom.xml:
<dependency>
<groupId>ca.weblite</groupId>
<artifactId>java-objc-bridge</artifactId>
<version>1.2</version>
</dependency>
mvn clean install
(for debug builds) or mvn clean install -Drelease=true
(for release builds) to build it<dependency>
<groupId>ca.weblite</groupId>
<artifactId>java-objc-bridge</artifactId>
<version>1.3-SNAPSHOT</version>
</dependency>
Created by Steve Hannah