Plugin to add the Rainforest iOS framework in Ionic/Cordova projects.
First, the Rainforest iOS framework does not support iOS 7 or previous versions, so please make sure that your Cordova project is build with a deployment target >= 8.0. You can set the deployment target on the Cordova config.xml
file:
<preference name="deployment-target" value="8.0" />
Next, install the node xcode utility:
npm install xcode
Finally, add the plugin to your Cordova project:
$ cordova plugin add https://github.com/rainforestapp/rainforest-cordova-plugin.git --save
Tested with Cordova 6.2.0 and cordova-ios 4.1.1.
- Fork it
- Create your feature branch (git checkout -b my-new-feature)
- Commit your changes (git commit -am 'Add some feature')
- Push to the branch (git push origin my-new-feature)
- Create new Pull Request