Skip to content

qwm/Rocket.Chat.iOS

 
 

Repository files navigation

Rocket.Chat.iOS

Build Status codecov

Rocket.Chat Native iOS Application

Reporting an Issue

Github Issues are used to track todos, bugs, feature requests, and more. Please note we are still in very early stages development, so expect lots of bugs, etc. until we can reach a first alpha version.

Setting up a development environment

In case you're interested in playing around with the code or giving something back, here are some instructions on how to set up your project:

  1. Install CocoaPods (note that you will need to install at least Ruby 2.2.3 for this to work)

sudo gem install cocoapods

  1. Install all the Pods (note that this will git clone the CocoaPods github spec repos which may take up to an hour on slow link/machines)

pod install

  1. Open Rocket.Chat.xcworkspace
  2. Run the project (⌘ + R)

Code style guide

We're currently following the Swift Style Guide from Ray Wenderlich: https://github.com/raywenderlich/swift-style-guide. The only exception is that we're using 4 spaces instead of 2.

About

Rocket.Chat Native iOS Application

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Swift 98.7%
  • Other 1.3%