Skip to content

Commit c1aa830

Browse files
committed
Updated ObjCBride.jar dist, and readme with updated install instructions - clarifying that you no longer need to add libjcocoa.dylib to your library path.
1 parent d1176c1 commit c1aa830

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: README.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,22 @@
1-
#Java-Objective-C-Bridge
1+
# Java-Objective-C-Bridge
22

3-
##Synopsis
3+
## Synopsis
44

55
A thin bridge that allows for two-way communication from Java to Objective-C.
66

7-
##License
7+
## License
88

99
Apache 2.0 License
1010

11-
##Requirements
11+
## Requirements
1212

1313
1. Java7 or Higher on OS X
1414
2. JNA
1515

1616
##Installation
1717

1818
1. Add [ObjCBridge.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/ObjCBridge.jar?raw=true) and [jna.jar](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/jna-4.0.0.jar?raw=true) to your classpath.
19-
2. Add [libjcocoa.dylib](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/libjcocoa.dylib?raw=true) to your library path.
19+
2. **Optional** - Add [libjcocoa.dylib](https://github.com/shannah/Java-Objective-C-Bridge/blob/master/dist/libjcocoa.dylib?raw=true) to your library path. It will first check to see if libjcocoa.dylib in in the library path. It is isn't, it will simply extract it to the temp directory and use that one.
2020

2121
##Examples
2222

Diff for: dist/ObjCBridge.jar

25.8 KB
Binary file not shown.

0 commit comments

Comments
 (0)