Commit graph

16 commits

Author SHA1 Message Date
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
manuroe
f0b4bf9aab Fastfile: xcversion++ 2019-07-29 18:25:28 +02:00
SBiOSoftWhare
7d1ec26c2d [Fastfile] Update Xcode minimum version and set iCloud container environment. 2019-04-25 11:19:39 +02:00
SBiOSoftWhare
091ede1cf7 [Fastlane] Use a local path for xcodebuild logs 2019-02-26 15:18:07 +01:00
SBiOSoftWhare
84b4c95ac9 [Fastlane] Disable profile detection when building a release as all provisioning profiles are set manually 2019-02-26 09:45:43 +01:00
SBiOSoftWhare
d2e3c16834 [Fastlane] As archive randomly fails with 'Parallelize Build' option on, disable it when building a release. 2019-02-25 19:28:11 +01:00
SBiOSoftWhare
43948cf024 Use legacy build system when building release throw Fastlane 2019-02-25 10:11:53 +01:00
SBiOSoftWhare
4c7764cf4d Update to Xcode 10.1.x in Fastfile 2019-02-22 10:43:22 +01:00
manuroe
993ed987c2 Fastlane: add the "Builds an adhoc ipa" lane
Fix provisioning profiles
2018-10-10 15:00:31 +02:00
manuroe
87fbfc649c Fastlane: add the "Builds an adhoc ipa" lane 2018-10-10 12:20:38 +02:00
manuroe
4ce322e9ab Fastlane: replace \t by spaces 2018-10-10 11:22:31 +02:00
SBiOSoftWhare
96671e048b Fix Fastfile indentation 2018-10-03 18:42:15 +02:00
SBiOSoftWhare
1a38d79e2e Use specific archivePath when building app to avoid automatic archive name generation 2018-10-03 17:08:59 +02:00
SBiOSoftWhare
85f39bf243 Create Fastfile and create a public to build ipa for App Store 2018-10-03 15:43:38 +02:00
SBiOSoftWhare
bad9b2542b Add dotenv default environment to store Vector project specific informations used by Fastlane 2018-10-03 15:15:31 +02:00
SBiOSoftWhare
77ee772fe0 Add Gemfile and Pluginfile in order to manage fastlane dependencies 2018-10-03 15:13:32 +02:00