Skip to content

Commit

Permalink
fix(cli): replace app-store deprecated method on build (#7637)
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile authored Sep 3, 2024
1 parent f3239c4 commit 942b108
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/ios/build.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function buildiOS(
<plist version="1.0">
<dict>
<key>method</key>
<string>app-store</string>
<string>app-store-connect</string>
</dict>
</plist>`;

Expand Down

0 comments on commit 942b108

Please sign in to comment.