Skip to content

Commit 16e2a4e

Browse files
committed
Fix Xcode 26.1 upload provisioning bug
1 parent 2637d20 commit 16e2a4e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Fastlane/Fastfile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -187,6 +187,12 @@ platform :ios do
187187
suppress_xcode_output: true,
188188
skip_package_pkg: true,
189189
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+
},
190196
export_team_id: "7353CQCGQC"
191197
)
192198
end

0 commit comments

Comments
 (0)