marcuswestin / WebViewJavascriptBridge

An iOS/OSX bridge for sending messages between Obj-C and JavaScript in UIWebViews/WebViews
http://marcuswest.in
MIT License
14.27k stars 2.98k forks source link

Add .circleci/config.yml #434

Closed morris322 closed 8 months ago

morris322 commented 8 months ago

Before your create your PR:

Please add tests for any new or changed functionality!

  1. Edit Tests/WebViewJavascriptBridgeTests/BridgeTests.m
  2. Create a new test which demostrates your changes.
  3. Run make test and make sure your test is passing
  4. That's it!

Thanks for improving WebViewJavascriptBridge!

Cheers, @marcuswestin