Skip to content
This repository was archived by the owner on Oct 18, 2024. It is now read-only.

Latest commit

 

History

History
16 lines (10 loc) · 983 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 983 Bytes

project: Latios

The iOS app that will be used by attendees of cuHacking 2020 as well as by organizers to help manage attendees. Built using Xcode 10.2.

Getting Started

To build this project you will need Xcode 10.1 or later.

You will need to do the following:

  • Run pod install
  • Put a GoogleService-Info.plist file in the /cuHacking folder in order for Firebase to work. See the Firebase docs on adding the Firebase configuration file.
  • Create a Mapbox token and create a .mapbox file in cuHacking/cuHacking. Place your token in the .mapbox file

For Google Firebase notifications to work, you will need to create and upload APN certificates to Firebase. More on how to setup Firebase notifications work on iOS. This is NOT required for the app to run.