Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.81 KB

README.md

File metadata and controls

34 lines (25 loc) · 1.81 KB

OBP-iOS-Starter GitHub license

A minimal functioning iOS starter app to copy and modify, that demonstrates log-in to an OBP server and a first API call using OBPKit. See OBPKit for full usage guidance, and HelloOBP-iOS for more example usage, and the API Explorer at the OBP server you are using.

Install

  1. Clone this repo

  2. Break the link by running git remote remove origin (replace with your own remote).

  3. Get third party libraries

    1. If you are happy using Carthage (install), the project is ready, and you just need to run carthage update --platform iOS --no-build --no-use-binaries.
    2. If you prefer to use CocoaPods (install), checkout the use_cocoapods branch of this repo, update master and complete the install as follows
      $ git checkout use_cocoapods
      $ git branch -f master use_cocoapods
      $ git checkout master
      $ pod install
  4. Replace the credentials in AppDelegate.swift with those you obtain from the Get API Key link at the OBP server you are using.