Skip to content

Commit

Permalink
test22
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyMrn committed Nov 10, 2023
1 parent a63006b commit bf771e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ platform :ios do
key_id: ENV['ASC_KEY_ID'],
issuer_id: ENV['ASC_ISSUER_ID'],
key_content: ENV['ASC_KEY'],
team_id: "H6F56969UM"
app_identifier: "com.esystemes.mbc"
team_id: "H6F56969UM",
app_identifier: "com.esystemes.mbc",
is_key_content_base64: true,
in_house: false # detecting this via ASC private key not currently supported
)
Expand Down

0 comments on commit bf771e3

Please sign in to comment.