File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ Apache 2.0 License
13131 . Java11 or Higher on OS X
14142 . JNA
1515
16- ##Installation
16+ ## Installation
1717
18181 . Check out the project and use ` mvn clean install ` (for debug builds) or ` mvn clean install -Drelease=true ` (for release builds) to build it
19192 . include it as a maven depencency in your project:
@@ -24,23 +24,23 @@ Apache 2.0 License
2424 <version >1.0-SNAPSHOT</version >
2525```
2626
27- ##Examples
27+ ## Examples
2828
2929* [ Sample wrapper of NSOpenPanel and NSSavePanel] ( https://gist.github.com/shannah/65007754c2b0f8add4f7 )
3030* [ Example using WebKit and .nib file] ( https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/TestWebView.java )
3131* [ Loading Nib File] ( https://github.com/shannah/Java-Objective-C-Bridge/blob/master/java/test/ca/weblite/objc/LoadNibSample.java )
3232* [ Wrapper for NSProcessInfo to Solve App Nap Problem] ( java/test/ca/weblite/objc/NSProcessInfoUtils.java )
3333
34- ##JavaDocs & Documentation
34+ ## JavaDocs & Documentation
3535
3636* [ Documentation] ( http://solutions.weblite.ca/java-objective-c-bridge/docs )
3737* Read a [ blog post] ( http://www.shannah.ca/blog/?p=219 ) about the motivation for this project.
3838
39- ##Contact
39+ ## Contact
4040
4141* [ Mailing List] ( http://java.net/projects/java-objc-bridge/lists )
4242
43- ##Credits
43+ ## Credits
4444
4545Created by [ Steve Hannah] ( http://sjhannah.com )
4646
You can’t perform that action at this time.
0 commit comments