- Clone down
git@gitlab.oit.duke.edu:ECE564_F17/Gargs/Project.git
andcd
into the repository - Run
pod install && pod update && pod repo update
in the root directory of the repository - Note: You may encounter a warning in Xcode telling you to update project settings; this is caused by
pod install
and can be resolved by clicking the warning and clicking "Fix" - Open the project in Xcode via the
FirePage.xcworkspace
file (the project will not build if you open the xcodeproj file) - The application should now build and run; it will work on any simulator, but designed with iPhone 5S
- Log in via credentials below, separated according to role
Important note: To test the HelpLine calling functionality, you must run the application on an iPhone.
Username: ritwik@firepage.com
Password: firepage
Username: madison@firepage.com
Password: firepage
Username: teddytfranceschi@gmail.com
Password: 99339Vcs
- After a call, selection of dorm buttons sometimes lags and may not highlight the correct dorm (only applies to physical device)
- Log-in has a built-in delay of 2 seconds to allow authentication (technically not a bug)
- Robert: Calendar
- Teddy: HelpLine
- Harshil: HelpRequests
- Ritwik: Database, navigation
Firepage can be built into a released application bundle via xcodebuild -workspace FirePage.xcworkspace -scheme FirePage clean build CODE_SIGN_IDENTITY="" CODE_SIGNING_REQUIRED=NO