Skip to content

Commit d0204b6

Browse files
committed
chore: remove update_code_signing_settings - rely on gym export_options
1 parent d983e85 commit d0204b6

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

fastlane/Fastfile

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -89,18 +89,6 @@ platform :ios do
8989
force_for_new_certificates: true
9090
)
9191

92-
# Update Xcode project code signing settings to use Match profiles
93-
app_identifiers = ENV["MATCH_IDENTIFIERS"].split(",")
94-
app_identifiers.each do |bundle_id|
95-
update_code_signing_settings(
96-
use_automatic_signing: false,
97-
path: "Example/ExampleApp.xcodeproj",
98-
bundle_identifier: bundle_id.strip,
99-
code_sign_identity: "Apple Distribution",
100-
profile_name: "match AppStore #{bundle_id.strip}"
101-
)
102-
end
103-
10492
number = latest_testflight_build_number(
10593
app_identifier: ENV["APP_IDENTIFIER"],
10694
username: options[:username],

0 commit comments

Comments
 (0)