We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2637d20 commit 16e2a4eCopy full SHA for 16e2a4e
Fastlane/Fastfile
@@ -187,6 +187,12 @@ platform :ios do
187
suppress_xcode_output: true,
188
skip_package_pkg: true,
189
export_method: "app-store",
190
+ export_options: {
191
+ provisioningProfiles: {
192
+ "com.subvert.forpda" => "match AppStore com.subvert.forpda",
193
+ "com.subvert.forpda.safariextension" => "match AppStore com.subvert.forpda.safariextension"
194
+ }
195
+ },
196
export_team_id: "7353CQCGQC"
197
)
198
end
0 commit comments