fix(ios) the broadcast extension'd bundle ID must match the app's

pull/8740/head jitsi-meet_5595
Saúl Ibarra Corretgé 4 years ago committed by Saúl Ibarra Corretgé
parent 8fa5d09612
commit 82ff988c18
  1. 7
      ios/fastlane/Fastfile

@ -16,6 +16,13 @@ platform :ios do
app_identifier: "com.atlassian.JitsiMeet.ios" 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 # Set the (watch) app identifier
update_app_identifier( update_app_identifier(
xcodeproj: "app/app.xcodeproj", xcodeproj: "app/app.xcodeproj",

Loading…
Cancel
Save