Skip to content

carl-st/StooqPooq

Repository files navigation

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

Releases

No releases published

Packages

No packages published