ef93aab8bf
Fixed missing signing certs and profiles of build configurations (cherry picked from commit cb759c409b38002d7b9e6d14bfaf05087b245fd6)
14 lines
585 B
Plaintext
14 lines
585 B
Plaintext
git_url("git@github.com:linagora/apple-certificates.git")
|
|
|
|
storage_mode("git")
|
|
|
|
type("development") # The default type, can be: appstore, adhoc, enterprise or development
|
|
|
|
app_identifier(["com.linagora.ios.teammail", "com.linagora.ios.teammail.TeamMailShareExtension", "com.linagora.ios.teammail.TwakeMailNSE"])
|
|
# username("user@fastlane.tools") # Your Apple Developer Portal username
|
|
|
|
# For all available options run `fastlane match --help`
|
|
# Remove the # in the beginning of the line to enable the other options
|
|
|
|
# The docs are available on https://docs.fastlane.tools/actions/match
|