Fix issues in CI

This commit is contained in:
Bob Sun 2017-06-14 16:27:45 -07:00
parent 3bfe98b93d
commit 7c2c2ca013
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4
2 changed files with 24 additions and 9 deletions

View file

@ -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