浏览代码

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

master
Saúl Ibarra Corretgé 4 年前
父节点
当前提交
82ff988c18
共有 1 个文件被更改,包括 7 次插入0 次删除
  1. 7
    0
      ios/fastlane/Fastfile

+ 7
- 0
ios/fastlane/Fastfile 查看文件

16
       app_identifier: "com.atlassian.JitsiMeet.ios"
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
     # Set the (watch) app identifier
26
     # Set the (watch) app identifier
20
     update_app_identifier(
27
     update_app_identifier(
21
       xcodeproj: "app/app.xcodeproj",
28
       xcodeproj: "app/app.xcodeproj",

正在加载...
取消
保存