Jakub Sokołowski
3b780f4ff2
This is a new approach to signing the iOS app by using a temporary Keychain created only for that specific build and unlocked in advance. By doing it this way we can avoid issues with `errSecInternalComponent` appearing when there is no UI to open a Keychain password prompt when running build in CI. I've described this problem in details in: https://github.com/fastlane/fastlane/issues/15185 Thanks to `codesign:` partition ID being added to key partition list by Fastlane `match` when importing a Keychain this approach now works: https://github.com/fastlane/fastlane/pull/17456 Signed-off-by: Jakub Sokołowski <jakub@status.im> |
||
---|---|---|
.. | ||
metadata/android | ||
.env | ||
Appfile | ||
Fastfile | ||
Gemfile | ||
Gemfile.lock | ||
Matchfile | ||
Pluginfile | ||
default.nix | ||
gemset.nix | ||
update.sh |