Skip to content
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.

iOffice/rainforest-cordova-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rainforest-cordova-plugin

Plugin to add the Rainforest iOS framework in Ionic/Cordova projects.

Installation

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

Compatibility

Tested with Cordova 6.2.0 and cordova-ios 4.1.1.

Contributing

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

About

Rainforest plugin for Cordova projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 57.7%
  • C 22.3%
  • Objective-C 20.0%