We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09567c3 commit 70208e1Copy full SHA for 70208e1
ios/fastlane/Fastfile
@@ -55,7 +55,7 @@ platform :ios do
55
56
pilot(
57
apple_id: "#{DEVELOPER_APP_ID}",
58
- app_identifier: ["#{DEVELOPER_APP_IDENTIFIER}", "#{DEVELOPER_APP_IDENTIFIER}.CourseAppWidget"],
+ app_identifier: "#{DEVELOPER_APP_IDENTIFIER}",
59
skip_waiting_for_build_processing: true,
60
skip_submission: true,
61
distribute_external: false,
0 commit comments