Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 2.19 KB

README.md

File metadata and controls

38 lines (28 loc) · 2.19 KB

Pear

Pear App Icon

Coming to the App Store soon...

Build Instructions

Download Project

  1. Install Xcode.
  2. Clone this repository.
  3. Open Terminal and run the below code. Installing Cocoapods takes a bit, you can do Step 3 while it downloads.
cd pear-ios
sudo gem install cocoapods // can skip if already installed
pod install
  1. Go to pinned messages in #pear-ios in Slack and download Keys.plist and GoogleService-Info.plist files. Place both files in ~/CoffeeChat/Supporting/.

If you aren't an AppDev member, you can plug in your own GoogleService-Info.plist by generating one by following these instructions. You will need to create a project within Firebase to this. You will also need a Keys.plist file in the project, which follows the following template.

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs$
<plist version="1.0">
<dict>
  <key>SERVER_URL</key>
  <string>INSERT_SERVER_URL</string>
</dict>
</plist>
  1. Open the .xcworkspace file.

Made by Cornell App Development

Cornell AppDev is an engineering project team at Cornell University dedicated to designing and developing mobile applications. We were founded in 2014 and have since released apps for Cornell and beyond, like Eatery. Our goal is to produce apps that benefit the Cornell community and the local Ithaca area as well as promote open-source development with the community. We have a diverse team of software engineers and product designers that collaborate to create apps from an idea to a reality. Cornell AppDev also aims to foster innovation and learning through training courses, campus initiatives, and collaborative research and development. For more information, visit our website and follow us on Instagram.