We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d983e85 commit d0204b6Copy full SHA for d0204b6
fastlane/Fastfile
@@ -89,18 +89,6 @@ platform :ios do
89
force_for_new_certificates: true
90
)
91
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
-
104
number = latest_testflight_build_number(
105
app_identifier: ENV["APP_IDENTIFIER"],
106
username: options[:username],
0 commit comments