Skip to content

Commit

Permalink
chore(): better provision?
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 28, 2024
1 parent 12df2a3 commit 0ca7f79
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ platform :ios do
export_method: "ad-hoc", # can use type like app-store, ad-hoc according to the requirement.
export_options: {
provisioningProfiles: {
DEVELOPER_APP_ID => PROVISIONING_PROFILE_SPECIFIER,
DEVELOPER_APP_IDENTIFIER => PROVISIONING_PROFILE_ID
DEVELOPER_APP_IDENTIFIER => PROVISIONING_PROFILE_SPECIFIER,
}
}
)
Expand Down

0 comments on commit 0ca7f79

Please sign in to comment.