Commit graph

11 commits

Author SHA1 Message Date
Stefan Ceriu
9e24affa30 Fix the release script after making the SDK a submodule 2024-06-13 09:25:07 +03:00
manuroe
384c77c2b6 BuildRelease.sh: Add an option to build the ipa from local source code copy 2021-12-09 13:46:33 +01:00
SBiOSoftWhare
1ae3ec91bb buildRelease.sh: Remove duplicated code. 2021-05-18 16:03:32 +02:00
SBiOSoftWhare
c469b23eed buildRelease.sh: Make bundler operations in the cloned repository folder. 2021-05-18 15:51:25 +02:00
manuroe
377310ef36 buildRelease.sh: Pass a git_tag parameter to fastlane
because fastlane `git_branch` method can fail.

It fails when using ./buildRelease.sh with a tag.
2020-09-08 17:39:51 +02:00
manuroe
363196bc51 BuildRelease.sh: Fix checkout of tag
and use git shallow clone to speed up the script a bit
2020-09-03 15:39:50 +02:00
SBiOSoftWhare
88b76d449d Update buildRelease script. 2020-08-28 12:11:46 +02:00
ismailgulek
09208741d9 Read repo url and name from current git repo 2020-08-05 15:10:26 +03:00
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
e5f8b419c5 Build: Add a sh build script 2019-04-26 11:30:21 +02:00
manuroe
3945a3d99d Build: Add a sh build script 2019-04-26 11:14:11 +02:00