Skip to content

Commit c4fbcd6

Browse files
committed
Update README.md
1 parent 23647a1 commit c4fbcd6

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,13 @@ WebViewJavascriptBridge is used by a range of companies and projects. This list
1313
- [EverTrue](http://www.evertrue.com/)
1414
- [Game Insight](http://www.game-insight.com/)
1515
- [Altralogica](http://www.altralogica.it)
16+
- [Sush.io](http://www.sush.io)
1617
- Flutterby Labs
1718
- JD Media's [鼎盛中华](https://itunes.apple.com/us/app/ding-sheng-zhong-hua/id537273940?mt=8)
1819

1920
Are you using WebViewJavascript at your company? Add it and send us a pull request!
2021

21-
Setup & Examples
22+
Setup & Examples (iOS)
2223
----------------
2324

2425
Just open the Xcode project and hit run to see ExampleApp run.
@@ -28,10 +29,11 @@ To use a WebViewJavascriptBridge in your own project:
2829
1) Drag the `WebViewJavascriptBridge` folder into your project.
2930

3031
- In the dialog that appears, uncheck "Copy items into destination group's folder" and select "Create groups for any folders"
32+
- Delete OSX files.
3133

3234
2) Import the header file:
3335

34-
#import "WebViewJavascriptBridge.h"
36+
#import "WebViewJavascriptBridge_iOS.h"
3537

3638
3) Instantiate a UIWebView and a WebViewJavascriptBridge:
3739

0 commit comments

Comments
 (0)