Simple URL Shortner service iOS application
Ensure you have the following setup on you local development environment:
- Machine capable of running macOS
- Machine capable of running Xcode
- To ensure that your machine remains clean during and after develop at the root of the project run
bundle config set --local path 'vendor/bundle'
to set the path where the ruby dependecies will be downloaded to - Install the dependencies by running
bundle install
. - Generate the project file by running
bundle exec fastlane setup
, which will use theproject.yml
to generate the Xcodeproj. - Using Xcode open the generated Xcodeproj and switch between the schemes available.
To be updated
To avoid the mess of an experience while merging *.xcodeproj
file conflicts, This project will utilize Xcodegen a tool the generates Xcode project using our folder structure and a project specification file project.yml
View the project license here