status-react/fastlane
Jakub Sokołowski 0b8c673094
ci: fix iOS signing, use same keychain name
Using different temporary keychains does not work if we do not set
`default_keychain=true`, because `codesign` then can't find the cert:
```
error: No signing certificate "iOS Distribution" found: No "iOS Distribution" signing certificate matching team ID
```
But if we set `default_keychain=true` then we cause a race condition
when the keychain is deleted by a parallel job while another is using it
as its default.

For this reason we have to use a static keychain name and keep it
between builds.

I tried disabling `default_keychain=true` in #11378 but it worked only
because the default user keychain already had the cert.

Signed-off-by: Jakub Sokołowski <jakub@status.im>
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
2020-11-17 10:16:32 +01:00
..
metadata/android Update Spanish Playstore title and description 2020-10-13 14:14:08 +02:00
.env Use fastlane for iOS builds. 2018-08-14 10:43:53 +02:00
Appfile Add PR Scheme for iOs build 2020-06-29 16:16:35 +03:00
Fastfile ci: fix iOS signing, use same keychain name 2020-11-17 10:16:32 +01:00
Gemfile nix: Use mkFilter in local status-go source 2019-11-26 18:34:46 +01:00
Gemfile.lock upgrade fastlane 2.154.0 to 2.164.0 2020-10-22 12:42:52 +02:00
Matchfile Add PR Scheme for iOs build 2020-06-29 16:16:35 +03:00
Pluginfile fastlane: upgrade fastlane-plugin-diawi to 1.4.0 2020-01-23 10:06:56 +01:00
default.nix nix: upgrade nixpkgs 2019-11-26 16:30:41 +01:00
gemset.nix upgrade fastlane 2.154.0 to 2.164.0 2020-10-22 12:42:52 +02:00
update.sh fix: fastlane/Gemfile & fastlane/Gemfile.lock to reduce vulnerabilities 2019-08-05 09:44:51 -04:00