Commit graph

48 commits

Author SHA1 Message Date
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
276d869bc9 Fastlane: Disable point_dependencies_to_same_feature when running from a git tag
In this case, this is an official release. Let the Podfile as is.
2020-09-03 15:54:22 +02:00
SBiOSoftWhare
01c166bb91
Merge pull request #3583 from vector-im/element_3576
Remove old build scripts
2020-09-01 10:48:36 +02:00
SBiOSoftWhare
7d9622fd3c Add required fastlane version to fastfile. 2020-08-28 14:05:30 +02:00
ismailgulek
d3d027b24f Remove useless file 2020-08-28 13:52:19 +03:00
ismailgulek
73e3a7a733 Prepare for new sprint 2020-08-26 15:37:29 +03:00
manuroe
a151bf4a91 Code Quality: Make sonar happier
by removing some code smells
2020-08-25 18:54:47 +02:00
ismailgulek
69e7a49bb0 Add deliver as a step in deploy_release 2020-08-13 19:26:47 +03:00
ismailgulek
b002cb8a78 Implement fastlane deliver 2020-08-13 18:53:24 +03:00
Olivier Halligon
0d10dd7509 Fix switcheroo logic: we need to also edit the :tag => s.version.to_s from the MatrixKit.podspec
So that it downloads from the branch and not the tag when using that podspec in the Podfile
2020-08-05 13:58:32 +02:00
Olivier Halligon
6cf6951005 Remove unused require in Fastfile 2020-08-03 19:07:26 +02:00
Olivier Halligon
aa620bd896 Implement deploy_release lane (manual upload for now) 2020-08-03 16:01:50 +02:00
Olivier Halligon
661af34e5e Refactor switcheroo to use RegEx and not YAML Podspec 2020-08-03 14:37:52 +02:00
Olivier Halligon
488bffe70a Implement the switcheroo 2020-08-03 04:05:35 +02:00
Olivier Halligon
89ac9cf25f Move lanes to right section (were under Private) 2020-08-03 02:53:17 +02:00
Olivier Halligon
d322b1f9aa Add build lane for CI 2020-07-31 19:01:19 +02:00
Olivier Halligon
7410e6a88c Introduce point_dependencies_to_* lanes for CI to use 2020-07-31 18:23:06 +02:00
Olivier Halligon
34bfb4f9a9 Fastfile Formatting
(using vscode / rufo ruby formatting plugin)
2020-07-31 18:22:48 +02:00
SBiOSoftWhare
58c4b7a447 Fastlane: Improve provisioning profile download for notification service extension. 2020-07-11 02:11:58 +02:00
ismailgulek
387cfb7787
Merge branch 'develop' into xcode11
# Conflicts:
#	CHANGES.rst
#	Gemfile.lock
#	Riot.xcodeproj/project.pbxproj
#	Riot/SupportingFiles/Info.plist
#	RiotShareExtension/SupportingFiles/Info.plist
#	SiriIntents/Info.plist
2020-07-01 09:59:29 +03:00
SBiOSoftWhare
bba6f9d634 Fastfile: Enforce provisioning files selection when downloading them. 2020-07-01 00:09:10 +02:00
ismailgulek
5673d26bf6
Force fastlane to validate certs 2020-06-30 10:47:15 +03:00
SBiOSoftWhare
89f0ba805f Fastlane: Update Xcode version requirement in Fastfile. 2020-06-19 15:38:34 +02:00
ismailgulek
8bb8da5040
Fix fastlane build 2020-06-03 12:33:16 +03:00
ismailgulek
bf2dd8a780
Fix fastlane build
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-29 18:34:25 +03:00
SBiOSoftWhare
004face90c Update fastfile 2020-05-29 14:42:15 +02:00
SBiOSoftWhare
3220783388 Update fastfile 2020-05-29 14:19:10 +02:00
SBiOSoftWhare
84acd845fc Update fastfile 2020-05-29 14:17:48 +02:00
SBiOSoftWhare
e04ec07a6a Update fastfile 2020-05-29 13:11:12 +02:00
SBiOSoftWhare
e089a81b68 Fastlane: Fix build number method. Update required Xcode version. 2020-05-29 13:09:56 +02:00
SBiOSoftWhare
4e52b61e3d Fastlane: Update build number implementation. 2020-05-29 12:44:17 +02:00
ismailgulek
a3890c65d6
update fastlane commands for new target
Signed-off-by: ismailgulek <gulekismail@gmail.com>
2020-05-25 13:27:20 +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
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