From 7f935df4c5f5fe7518445b8de93749a23c70b32a Mon Sep 17 00:00:00 2001 From: Andreas Linde Date: Sat, 19 Jan 2013 01:17:00 +0100 Subject: [PATCH] Add a note to the advanced setup documentation what can be found in which branch --- docs/Guide-Installation-Setup-Advanced-template.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Guide-Installation-Setup-Advanced-template.md b/docs/Guide-Installation-Setup-Advanced-template.md index d17ebc2d03..3d54fa35e0 100644 --- a/docs/Guide-Installation-Setup-Advanced-template.md +++ b/docs/Guide-Installation-Setup-Advanced-template.md @@ -33,6 +33,8 @@ If you need support for iOS 3.x, please check out [HockeyKit](http://support.hoc 4. Add the submodule: `git submodule add git://github.com/BitStadium/HockeySDK-iOS.git Vendor/HockeySDK`. This would add the submodule into the `Vendor/HockeySDK` subfolder. Change this to the folder you prefer. +5. Releases are always in the `master` branch while the `develop` branch provides the latest in development source code (Using the git flow branching concept). We recommend using the `master` branch! + ## Set up Xcode