File tree 1 file changed +12
-1
lines changed
1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -15,13 +15,24 @@ A thin bridge that allows for two-way communication from Java to Objective-C.
15
15
16
16
## Getting Started
17
17
18
+ Add the following dependency to your pom.xml:
19
+ ``` xml
20
+ <dependency >
21
+ <groupId >ca.weblite</groupId >
22
+ <artifactId >java-objc-bridge</artifactId >
23
+ <version >1.1</version >
24
+ </dependency >
25
+ ```
26
+
27
+ ### Working with Sources
28
+
18
29
1. Check out the project and use `mvn clean install` (for debug builds) or `mvn clean install -Drelease=true` (for release builds) to build it
19
30
2. Include it as a Maven depencency in your project:
20
31
```xml
21
32
<dependency >
22
33
<groupId >ca.weblite</groupId >
23
34
<artifactId >java-objc-bridge</artifactId >
24
- <version >1.1 -SNAPSHOT</version >
35
+ <version >1.2 -SNAPSHOT</version >
25
36
</dependency >
26
37
```
27
38
You can’t perform that action at this time.
0 commit comments