sergei-rastrigin / nexmoclient-ios-onehack

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nexmo-OneHack

Xcode setup

N.B.: don't install it from the App Store.

  • Create your Apple ID here (you can signup with your Vonage email).
  • Download Xcode_11.5.xip here (Apple ID needed).
  • Double-click on it to extract Xcode.app.
  • Rename Xcode.app to Xcode_11_5.app and move it to your Applications folder.
  • Run Xcode_11_5.app and install "additional required components" when prompted (first time only).

Cocoapods

Cocoapods is the package manager we use to distribute the iOS SDK. Install it by executing: gem install cocoapods.

Project setup

  • Clone/fork the project.
  • Run pod install.
  • Open NexmoOneHack.xcworkspace with Xcode.
  • Update ViewController.userToken.
  • Run the app.

About

License:Apache License 2.0


Languages

Language:Swift 93.9%Language:Ruby 6.1%