What you can do with HAT App:
- Access the SHE(Smart HAT Engine) feed
- Securely store and maintain your own personal information
- Gather and capture information that's created about you by internet services like Facebook and Twitter
- Monitor and retain iOS sensor data about your location
Xcode build 9.0+. Requires iOS SDK 10.0+ and Swift 4+
Clone (using SSH) the repository to install the demo app (including any cocoapods) to your local machine
- Create a new folder
- Clone the app to the folder. While in the new folder, open a cmd terminal and run the following:
git clone git@github.com:Hub-of-all-Things/HATApp.git
Once complete, the structure will be as follows:
[your project folder]
│
└───HATApp
│ README.md
│
├───HATApp
│ │ ...
│
|––—HATAppTests
| | ...
|
|–––HATAppUITestsm
| | ...
|
└───Pods
│ │ ...
│
└───HATApp.xcworkspace
- Navigate to the ShapeInfluence.xcworkspace file (see project tree above). This is a workspace file
- Double click to open in Xcode
- Click Run (⌘R)
- If you need to create SSH keys, https://help.github.com/articles/generating-an-ssh-key/
- The app does not require cocoapods to be installed
If there are Xcode errors. Try the following:
- Make sure you 'clean' the project (Xcode -> Product -> Clean) or (⇧⌘K)
- Delete the Derived Data folder for the project. While in Xcode, go to 'Window -> Projects'. hat-mobile-ios will be highlighted. Go ahead and click 'Delete...'. Confirm deletion.
- Run pods install to install Cocoapods