Skip to content

Commit

Permalink
[_]: Force profile name
Browse files Browse the repository at this point in the history
  • Loading branch information
PixoDev committed Oct 24, 2023
1 parent 4efe878 commit ad8f75c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 PROVISIONING_PROFILE_SPECIFIER=match Direct internxt.InternxtDesktop macos'
xcargs: '-allowProvisioningUpdates PROVISIONING_PROFILE_SPECIFIER="match Direct internxt.InternxtDesktop macos"'
)


Expand Down
2 changes: 1 addition & 1 deletion fastlane/Matchfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ git_url("[email protected]:internxt/apple-certificates.git")

storage_mode("git")

type("development") # The default type, can be: appstore, adhoc, enterprise or development
type("developer_id") # The default type, can be: appstore, adhoc, enterprise or development

# app_identifier(["tools.fastlane.app", "tools.fastlane.app2"])
# username("[email protected]") # Your Apple Developer Portal username
Expand Down

0 comments on commit ad8f75c

Please sign in to comment.