Przeglądaj źródła

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

j8
Saúl Ibarra Corretgé 4 lat temu
rodzic
commit
82ff988c18
1 zmienionych plików z 7 dodań i 0 usunięć
  1. 7
    0
      ios/fastlane/Fastfile

+ 7
- 0
ios/fastlane/Fastfile Wyświetl plik

@@ -16,6 +16,13 @@ platform :ios do
16 16
       app_identifier: "com.atlassian.JitsiMeet.ios"
17 17
     )
18 18
 
19
+    # Set the broadcast extension identifier
20
+    update_app_identifier(
21
+      xcodeproj: "app/app.xcodeproj",
22
+      plist_path: "JitsiMeetBroadcast Extension/Info.plist",
23
+      app_identifier: "com.atlassian.JitsiMeet.ios.broadcast"
24
+    )
25
+
19 26
     # Set the (watch) app identifier
20 27
     update_app_identifier(
21 28
       xcodeproj: "app/app.xcodeproj",

Ładowanie…
Anuluj
Zapisz