An iOS app to make sure you're safe on your travels 🗺🛡
Made at hackFSU 2017. See the Devpost 🔑
How many times does your mom/significant other/friend ask you "did you make it to X ok?", "text me when you get there"?
Guardian automates this process by automatically prompting you to check in securely using your phone's Touch ID sensor.
- Must have ruby and rubygems installed
- Install cocoapods with
sudo gem install cocoapods - Clone this repository anywhere on your computer with:
git clone https://github.com/spuleri/Guardian.git cdinto the root directory of the project- Run
pod installto download and install the libraries that this project uses - Open the
Guardian.xcworkspaceproject in Xcode - Build and run in Xcode!