Skip to content

Commit 781848c

Browse files
committed
Fix build warning: [MT] IDEDistribution: Command line name "app-store" is deprecated. Use "app-store-connect" instead.
1 parent 2e7d508 commit 781848c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

fastlane/Fastfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ platform :ios do |options|
292292
<plist version="1.0">
293293
<dict>
294294
<key>method</key>
295-
<string>app-store</string>
295+
<string>app-store-connect</string>
296296
<key>provisioningProfiles</key>
297297
<dict>
298298
<key>#{bundle_id}</key>
@@ -336,7 +336,7 @@ platform :ios do |options|
336336
<plist version="1.0">
337337
<dict>
338338
<key>method</key>
339-
<string>app-store</string>
339+
<string>app-store-connect</string>
340340
<key>provisioningProfiles</key>
341341
<dict>
342342
<key>#{bundle_id}</key>

0 commit comments

Comments
 (0)