diff --git a/ios/fastlane/Fastfile b/ios/fastlane/Fastfile index 3a19b36f4e..ffbc86b13e 100644 --- a/ios/fastlane/Fastfile +++ b/ios/fastlane/Fastfile @@ -16,6 +16,13 @@ platform :ios do app_identifier: "com.atlassian.JitsiMeet.ios" ) + # Set the broadcast extension identifier + update_app_identifier( + xcodeproj: "app/app.xcodeproj", + plist_path: "JitsiMeetBroadcast Extension/Info.plist", + app_identifier: "com.atlassian.JitsiMeet.ios.broadcast" + ) + # Set the (watch) app identifier update_app_identifier( xcodeproj: "app/app.xcodeproj",