Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 534 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 534 Bytes

open-fusion-iOS

This is the repository for the open fusion iOS application. This will be the home of all iOS code developed for the GSF Design Team.

After cloning this project, you will need to install the Podfile into the project. Here are the steps you must follow:

  1. Install cocoapods using this command
    $ sudo gem install cocoapods

  2. Run this command in the projects directory and your finished.
    $ pod install

From now on open the GSFDataCollecter.xcworkspace file instead of the xcproject file.