Skip to content

Commit

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

0 comments on commit 12df2a3

Please sign in to comment.