Commit Graph

3 Commits

Author SHA1 Message Date
manuroe 2034d37423 BF: Build: Fix build based on git tag
It was not more possible to build using tags. The reason was the fastlane git_branch method returned nil.
Internally this method executes `git symbolic-ref HEAD --short` which returned `fatal: ref HEAD is not a symbolic ref` in our case.

We now checks out the tag as a local branch.
2019-08-08 17:25:23 +02:00
manuroe 3126edb8b0 Build: Add a sh build script 2019-04-26 11:30:21 +02:00
manuroe ced702ba9b Build: Add a sh build script 2019-04-26 11:14:11 +02:00