element-ios/fastlane
manuroe 13df91cc55 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
..
.env.default [Fastlane] Use a local path for xcodebuild logs 2019-02-26 15:18:07 +01:00
Appfile Create Fastfile and create a public to build ipa for App Store 2018-10-03 15:43:38 +02:00
Fastfile BF: Build: Fix build based on git tag 2019-08-08 17:25:23 +02:00
Pluginfile Add Gemfile and Pluginfile in order to manage fastlane dependencies 2018-10-03 15:13:32 +02:00