Rocket.Chat Native iOS Application
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.
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:
- Install CocoaPods (note that you will need to install at least Ruby 2.2.3 for this to work)
sudo gem install cocoapods
- 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
- Open
Rocket.Chat.xcworkspace
- Run the project (⌘ + R)
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.