Skip to content

iOS Release Process

Shashank edited this page Apr 10, 2018 · 3 revisions

Steps :-

  • Clone the repo
  • razorpay-cordova/src/ios and replace the framework with the new one
  • Update the version number in package.json in the razorpay-cordova folder.Check whether there is a post install install script , if so verify its credibility but as of now you can remove it.This is very important as the script tries to download frameworks from an old URL after your package has finished installing leading to an obsolete package.
  • Publish
Clone this wiki locally