Skip to content

Commit

Permalink
[_]: Use xcargs to specify the Profile
Browse files Browse the repository at this point in the history
  • Loading branch information
PixoDev committed Oct 24, 2023
1 parent fdf5117 commit 2da7351
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ platform :mac do
output_directory: 'build',
export_method: "developer-id",
scheme: "InternxtDesktop",
xcargs: '-allowProvisioningUpdates'
xcargs: '-allowProvisioningUpdates PROVISIONING_PROFILE_SPECIFIER=test_profile'
)


Expand Down

0 comments on commit 2da7351

Please sign in to comment.