Community

PARTICIPATE
ON OUR FORUM
GO TO GOOGLE GROUP
REPORT
AN ISSUE

REPORT ISSUE ON GITHUB

SUPPORT HOROS
DONATE
FOLLOW US
ON INSTAGRAM
FOLLOW US

Are you a developer?

Get the source code

The source code for Horos is available at:

GITHUB REPOSITORY

New to GitHub? Take a look at their training resources and get an account.

Compiling requirements

XCode 9.2

Compiling the code

Open Terminal and type these commands to compile the code:

git clone https://github.com/horosproject/horos.git horos
cd horos
open Horos.xcodeproj

From XCode, build the target “Unzip Binaries” and next the target named “Horos”.

Submitting code to the project

The Horos Project is managed in GitHub. For code submission instructions, follow our instructions here.

Coding guidelines and best practices

There are numerous resources on the Internet for coding guidelines and best practices with Objective-C, the language Horos is written in. We’ve bookmarked some of those resources for your exploration:

Objective-C Coding Convention and Best Practices What are best practices that you use when writing Objective-C and Cocoa Programming with Objective-C: Conventions (Apple)