Skip to content

Commit

Permalink
IOS-8113: Fix mapping
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Fedorov <afedorov@tangem.com>
  • Loading branch information
m3g0byt3 committed Nov 6, 2024
1 parent 82050ad commit 7dcd075
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 @@ -276,8 +276,8 @@ private_lane :build do |options|
iCloudContainerEnvironment: "Production",
signingStyle: "manual",
provisioningProfiles: {
app_identifier: "iOS Team Ad Hoc Provisioning Profile: com.tangem.TangemBeta",
# app_identifier: "iOS Team Provisioning Profile: com.tangem.TangemBeta",
"#{app_identifier}": "iOS Team Ad Hoc Provisioning Profile: com.tangem.TangemBeta",
# "#{app_identifier}": "iOS Team Provisioning Profile: com.tangem.TangemBeta",
}
}
)
Expand Down

0 comments on commit 7dcd075

Please sign in to comment.