jasonsilberman / ios-v1

iOS app for Canvas V1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Canvas for iOS

Canvas client for iOS V1.

Note: This app was designed to work against V1 of Canvas, which is not released. There is no iOS client for V2. This repo is open sourced for reference only.

Building

You will need Xcode 7.3.1 and Carthage 0.17.2 to build Canvas for iOS. You should ensure you have Xcode installed before beginning since that can take quite awhile. Be sure to open it at least once after downloading it.

  1. Clone the code.

     $ git clone https://github.com/usecanvas/ios-v1
     $ cd ios
    
  2. Now, simply run the following command:

     $ rake bootstrap
    

    This will walk you through setting up everything you need to build Canvas for iOS.

  3. Open Canvas.xcodeproj and click ▶️

If you have trouble building, quit Xcode, run rake clean bootstrap, and open Xcode again. If you are still having trouble, ask @soffes in Slack.

Running

By default, the app will use the production services. You can change this in Configuration.swift at the bottom.

About

iOS app for Canvas V1

License:Apache License 2.0


Languages

Language:Swift 97.6%Language:Ruby 2.4%