diff --git a/fastlane/Fastfile b/fastlane/Fastfile index d3a07cd9b7..66f860366d 100644 --- a/fastlane/Fastfile +++ b/fastlane/Fastfile @@ -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", } } )