realm-js/cordova/hooks
Scott Kyle 6f666d834a Create Cordova plugin for easy RealmJS integration
1. The before_plugin_install hook script updates the Cordova-provided Xcode project and builds a fat RealmJS.framework

2. The native iOS module sets up a NSURLProtocol subclass to listen for requests made with the "realm://" scheme.

3. The JS module automatically included by the plugin makes a synchronous request to "realm://initialize" in order to make the plugin install the `Realm` constructor.
2016-02-24 17:36:31 -08:00
..
.eslintrc Create Cordova plugin for easy RealmJS integration 2016-02-24 17:36:31 -08:00
build-ios.js Create Cordova plugin for easy RealmJS integration 2016-02-24 17:36:31 -08:00