Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 2.17 KB

README.md

File metadata and controls

36 lines (21 loc) · 2.17 KB

SJU-Rock-Wall

SJU Rock Wall is an iOS application for the rock climbing wall at Saint John's University. It's purpose is to enhance rock climbers' experiences when using the rock climbing wall.

The rock wall at Saint John’s is a popular hangout for many students. Located in the Warner Palaestra building, the rock wall frequently sees more than 100 people a week. Additionally, there is a Climbing Club on campus that historically has around 100 people sign up; this is one of the highest of any club on campus. The club strives to facilitate healthy risk taking in the form of rock climbing. In other words, they push people to take risks in a safe environment. One way climbing club does this is by setting routes, either vertical or horizontal, at a wide array of difficulties to challenge all levels of climbers. The wall is home to competitive and casual climbers alike.

How to build and run sprint 2 of SJU-Rock-Wall

Clone the repository onto a Mac with Xcode installed

$ git clone https://github.com/michaelcarroll/SJU-Rock-Wall/

Open /SJU-Rock-Wall/SJU-Rock-Wall/SJU-Rock-Wall.xcodeproj

Xcode will likely throw errors regarding signing, to fix this follow these steps:

  1. Click on the SJU-Rock-Wall file in the Project Navigator side bar on the left.

screen shot 2018-10-11 at 7 29 38 pm

  1. Expand the "Singing" section and change the "Team" to your Apple ID. If you aren't already logged into Xcode, click "Add an Account..."

screen shot 2018-10-11 at 7 30 59 pm

  1. Expand the "Identity" section and change the "Bundle Identifier" from "SJU-Rock-Wall" to "SJU-Rock-Wall-Sprint1", or anything unique.

screen shot 2018-10-11 at 7 29 53 pm

At this point, you should be able to run the application by clicking the play button. The app will launch in an iPhone simulator.