Skip to content

Commit 70208e1

Browse files
committed
Fix app_identifier
1 parent 09567c3 commit 70208e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios/fastlane/Fastfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ platform :ios do
5555

5656
pilot(
5757
apple_id: "#{DEVELOPER_APP_ID}",
58-
app_identifier: ["#{DEVELOPER_APP_IDENTIFIER}", "#{DEVELOPER_APP_IDENTIFIER}.CourseAppWidget"],
58+
app_identifier: "#{DEVELOPER_APP_IDENTIFIER}",
5959
skip_waiting_for_build_processing: true,
6060
skip_submission: true,
6161
distribute_external: false,

0 commit comments

Comments
 (0)