cardoso / Rocket.Chat.iOS

Rocket.Chat Native iOS Application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rocket.Chat iOS native application

Build Status codecov Codacy Badge

Get it from the store

Rocket.Chat on Apple AppStore

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.

The app isn't connecting to your server?

Make sure your server supports WebSocket. These are the minimum requirements for Apache 2.4 and Nginx 1.3 or greater.

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

We use swiftlint to enforce code style and best practices.

About

Rocket.Chat Native iOS Application

License:MIT License


Languages

Language:Swift 99.3%Language:Shell 0.4%Language:Ruby 0.2%Language:Objective-C 0.1%