Update building-status.md

Building `develop` branch requires `master` branch to be present for iOS Plist version information.
This commit is contained in:
Oskar Thorén 2017-07-13 12:04:19 +02:00 committed by GitHub
parent b4565d11a4
commit 84b161d4d7
1 changed files with 1 additions and 1 deletions

View File

@ -40,7 +40,7 @@ require('./node_modules/re-natal/index.js');
### Dependencies & Setup
$ git clone git@github.com:status-im/status-react.git -b master && cd status-react
# or
$ git clone git@github.com:status-im/status-react.git -b develop && cd status-react
$ git clone git@github.com:status-im/status-react.git -b master && cd status-react && git checkout -b develop
$ lein deps && npm install && ./re-natal deps && lein generate-externs && ./re-natal use-figwheel && lein re-frisk use-re-natal && ./re-natal enable-source-maps
$ mvn -f modules/react-native-status/ios/RCTStatus dependency:unpack