Skip to content

Commit

Permalink
chore(): try another way of provision profile
Browse files Browse the repository at this point in the history
  • Loading branch information
Dawqss committed Sep 28, 2024
1 parent f41057c commit 7fd7f8d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions ios/fastlane/Fastfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ APPLE_ISSUER_ID = ENV["APP_STORE_CONNECT_ISSUER_ID"]
APPLE_KEY_ID = ENV["APP_STORE_CONNECT_KEY_IDENTIFIER"]
APPLE_KEY_CONTENT = ENV["APP_STORE_CONNECT_PRIVATE_KEY"]
GIT_AUTHORIZATION = ENV["GIT_AUTHORIZATION"]
PROVISIONING_PROFILE_ID = ENV["PROVISIONING_PROFILE_ID"]

def delete_temp_keychain(name)
delete_keychain(
Expand Down Expand Up @@ -73,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
"com.dawidcompany.simpleweatherapp" => "match adhoc com.dawidcompany.simpleweatherapp"
}
}
)
Expand Down

0 comments on commit 7fd7f8d

Please sign in to comment.