Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 860 Bytes

README.md

File metadata and controls

31 lines (24 loc) · 860 Bytes

StooqPooq iOS

This small app was made for purposes of recruitment process.

Initial Setup

  1. Install RVM
  2. Install Bundler gem install bundler
  3. Clone the repo
  4. Go to the file directory of StooqPooq
  5. Install project gems bundle install
  6. Install pod dependencies: bundle exec pod install
  7. Open the CocoaPods workspace file: StooqPooq.xcworkspace
  8. You're good to go!

Additional Info

  • Project has automatically generated UI constants with SBConstants gem. See build phases.

Troubleshooting

If Xcode build fails due this error

The sandbox is not in sync with the Podfile.lock

Install pods with following command (this will happen if a library is added or removed from Podfile)

pod install

Credits

App Icon graphic made by Freepik from www.flaticon.com