Fix issues in CI
This commit is contained in:
parent
3bfe98b93d
commit
7c2c2ca013
2 changed files with 24 additions and 9 deletions
|
|
@ -48,6 +48,14 @@ platform :ios do
|
|||
)
|
||||
match(
|
||||
type: "appstore",
|
||||
app_identifier: "me.mssun.passforios",
|
||||
keychain_name: ENV["MATCH_KEYCHAIN_NAME"],
|
||||
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
|
||||
readonly: true
|
||||
)
|
||||
match(
|
||||
type: "appstore",
|
||||
app_identifier: "me.mssun.passforios.extension",
|
||||
keychain_name: ENV["MATCH_KEYCHAIN_NAME"],
|
||||
keychain_password: ENV["MATCH_KEYCHAIN_PASSWORD"],
|
||||
readonly: true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue