Skip to content

Commit

Permalink
Use app-store-connect export method
Browse files Browse the repository at this point in the history
Xcode indicates that "app-store" is now deprecated and suggests
migrating to this instead.
  • Loading branch information
saagarjha committed Aug 28, 2024
1 parent df2f7a2 commit b7ec553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Release/ExportOptions.plist
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<key>manageAppVersionAndBuildNumber</key>
<false/>
<key>method</key>
<string>app-store</string>
<string>app-store-connect</string>
<key>stripSwiftSymbols</key>
<false/>
</dict>
Expand Down

0 comments on commit b7ec553

Please sign in to comment.