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

This commit is contained in:
Saúl Ibarra Corretgé
2021-03-05 17:59:56 +01:00
committed by Saúl Ibarra Corretgé
parent 8fa5d09612
commit 82ff988c18

View File

@@ -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",