TCS RSS Feed
This is an iOS application build using
Running on Simulator/Device
You will need Rubymotion installed on your Mac.- Clone repo
git clone git@github.com:upadhyay-ashish/TCSRssReader.git
- Bundle gems
bundle install
- Setup cocoapods
pod setup
- Setup Developer license reference in the Rakefile
- To run on simulator
rake
else to run on a Devicerake device
- To create a distribution IPA
rake archive:distribution