您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

project.pbxproj 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 52;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; };
  10. 0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  11. 0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */; };
  12. 0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0B412F201EDEE95300B1A0A6 /* Main.storyboard */; };
  13. 0B5418471F7C5D8C00A2DD86 /* MeetingRowController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */; };
  14. 0B7001701F7C51CC005944F4 /* InCallController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0B70016F1F7C51CC005944F4 /* InCallController.swift */; };
  15. 0BEA5C291F7B8F73000D0AB4 /* Interface.storyboard in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */; };
  16. 0BEA5C2B1F7B8F73000D0AB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */; };
  17. 0BEA5C321F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  18. 0BEA5C371F7B8F73000D0AB4 /* InterfaceController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */; };
  19. 0BEA5C391F7B8F73000D0AB4 /* ExtensionDelegate.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */; };
  20. 0BEA5C3B1F7B8F73000D0AB4 /* ComplicationController.swift in Sources */ = {isa = PBXBuildFile; fileRef = 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */; };
  21. 0BEA5C3D1F7B8F73000D0AB4 /* Assets.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */; };
  22. 0BEA5C411F7B8F73000D0AB4 /* JitsiMeetCompanion.app in Embed Watch Content */ = {isa = PBXBuildFile; fileRef = 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */; };
  23. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  24. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  25. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  26. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  27. 695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */; };
  28. DE050389256E904600DEE3A5 /* WebRTC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE050388256E904600DEE3A5 /* WebRTC.xcframework */; };
  29. DE05038A256E904600DEE3A5 /* WebRTC.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DE050388256E904600DEE3A5 /* WebRTC.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  30. DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */; };
  31. E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58801132278944E008B0561 /* JitsiMeetContext.swift */; };
  32. E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */; };
  33. /* End PBXBuildFile section */
  34. /* Begin PBXContainerItemProxy section */
  35. 0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  38. proxyType = 1;
  39. remoteGlobalIDString = 0BEA5C301F7B8F73000D0AB4;
  40. remoteInfo = "JitsiMeetCompanion Extension";
  41. };
  42. 0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  45. proxyType = 1;
  46. remoteGlobalIDString = 0BEA5C241F7B8F73000D0AB4;
  47. remoteInfo = JitsiMeetCompanion;
  48. };
  49. /* End PBXContainerItemProxy section */
  50. /* Begin PBXCopyFilesBuildPhase section */
  51. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */ = {
  52. isa = PBXCopyFilesBuildPhase;
  53. buildActionMask = 2147483647;
  54. dstPath = "";
  55. dstSubfolderSpec = 10;
  56. files = (
  57. DE05038A256E904600DEE3A5 /* WebRTC.xcframework in Embed Frameworks */,
  58. 0B26BE6F1EC5BC3C00EEFB41 /* JitsiMeet.framework in Embed Frameworks */,
  59. );
  60. name = "Embed Frameworks";
  61. runOnlyForDeploymentPostprocessing = 0;
  62. };
  63. 0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */ = {
  64. isa = PBXCopyFilesBuildPhase;
  65. buildActionMask = 2147483647;
  66. dstPath = "";
  67. dstSubfolderSpec = 13;
  68. files = (
  69. 0BEA5C321F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex in Embed App Extensions */,
  70. );
  71. name = "Embed App Extensions";
  72. runOnlyForDeploymentPostprocessing = 0;
  73. };
  74. 0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */ = {
  75. isa = PBXCopyFilesBuildPhase;
  76. buildActionMask = 2147483647;
  77. dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
  78. dstSubfolderSpec = 16;
  79. files = (
  80. 0BEA5C411F7B8F73000D0AB4 /* JitsiMeetCompanion.app in Embed Watch Content */,
  81. );
  82. name = "Embed Watch Content";
  83. runOnlyForDeploymentPostprocessing = 0;
  84. };
  85. /* End PBXCopyFilesBuildPhase section */
  86. /* Begin PBXFileReference section */
  87. 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.release.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.release.xcconfig"; sourceTree = "<group>"; };
  88. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  89. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  90. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  91. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  92. 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeetingRowController.swift; sourceTree = "<group>"; };
  93. 0B70016F1F7C51CC005944F4 /* InCallController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InCallController.swift; sourceTree = "<group>"; };
  94. 0BBD021F212EB69D00CCB19F /* Types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; };
  95. 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
  96. 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JitsiMeetCompanion.app; sourceTree = BUILT_PRODUCTS_DIR; };
  97. 0BEA5C281F7B8F73000D0AB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  98. 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  99. 0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  100. 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "JitsiMeetCompanion Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  101. 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
  102. 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
  103. 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplicationController.swift; sourceTree = "<group>"; };
  104. 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  105. 0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  106. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  107. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  108. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  109. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  110. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  111. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  112. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  113. 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-jitsi-meet.debug.xcconfig"; path = "../Pods/Target Support Files/Pods-jitsi-meet/Pods-jitsi-meet.debug.xcconfig"; sourceTree = "<group>"; };
  114. 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-jitsi-meet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  115. B3B083EB1D4955FF0069CEE7 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = "<group>"; };
  116. DE050388256E904600DEE3A5 /* WebRTC.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = WebRTC.xcframework; path = "../../node_modules/react-native-webrtc/apple/WebRTC.xcframework"; sourceTree = "<group>"; };
  117. DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRUtilities.m; sourceTree = "<group>"; };
  118. DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRUtilities.h; sourceTree = "<group>"; };
  119. DEFDBBDB25656E3B00344B23 /* WebRTC.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = WebRTC.xcframework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.xcframework"; sourceTree = "<group>"; };
  120. E58801132278944E008B0561 /* JitsiMeetContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetContext.swift; sourceTree = "<group>"; };
  121. E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetCommands.swift; sourceTree = "<group>"; };
  122. /* End PBXFileReference section */
  123. /* Begin PBXFrameworksBuildPhase section */
  124. 0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */ = {
  125. isa = PBXFrameworksBuildPhase;
  126. buildActionMask = 2147483647;
  127. files = (
  128. );
  129. runOnlyForDeploymentPostprocessing = 0;
  130. };
  131. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  132. isa = PBXFrameworksBuildPhase;
  133. buildActionMask = 2147483647;
  134. files = (
  135. 0B26BE6E1EC5BC3C00EEFB41 /* JitsiMeet.framework in Frameworks */,
  136. 695AF3ED6F686F9C5EE40F9A /* libPods-jitsi-meet.a in Frameworks */,
  137. DE050389256E904600DEE3A5 /* WebRTC.xcframework in Frameworks */,
  138. );
  139. runOnlyForDeploymentPostprocessing = 0;
  140. };
  141. 1F021A8A5B056078665DE530 /* Frameworks */ = {
  142. isa = PBXFrameworksBuildPhase;
  143. buildActionMask = 2147483647;
  144. files = (
  145. );
  146. runOnlyForDeploymentPostprocessing = 0;
  147. };
  148. /* End PBXFrameworksBuildPhase section */
  149. /* Begin PBXGroup section */
  150. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */ = {
  151. isa = PBXGroup;
  152. children = (
  153. DE050388256E904600DEE3A5 /* WebRTC.xcframework */,
  154. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */,
  155. DEFDBBDB25656E3B00344B23 /* WebRTC.xcframework */,
  156. 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */,
  157. 489E8EFE2C720D10F5961AEF /* libPods-jitsi-meet.a */,
  158. );
  159. name = Frameworks;
  160. sourceTree = "<group>";
  161. };
  162. 0BEA5C261F7B8F73000D0AB4 /* Watch app */ = {
  163. isa = PBXGroup;
  164. children = (
  165. 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */,
  166. 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */,
  167. 0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */,
  168. );
  169. name = "Watch app";
  170. path = watchos/app;
  171. sourceTree = "<group>";
  172. };
  173. 0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */ = {
  174. isa = PBXGroup;
  175. children = (
  176. 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */,
  177. 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */,
  178. 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */,
  179. 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */,
  180. 0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */,
  181. 0B70016F1F7C51CC005944F4 /* InCallController.swift */,
  182. 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */,
  183. E58801132278944E008B0561 /* JitsiMeetContext.swift */,
  184. E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */,
  185. );
  186. name = "WatchKit extension";
  187. path = watchos/extension;
  188. sourceTree = "<group>";
  189. };
  190. 13B07FAE1A68108700A75B9A /* src */ = {
  191. isa = PBXGroup;
  192. children = (
  193. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  194. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  195. DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */,
  196. DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */,
  197. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  198. 13B07FB61A68108700A75B9A /* Info.plist */,
  199. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  200. 13B07FB71A68108700A75B9A /* main.m */,
  201. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */,
  202. 0BBD021F212EB69D00CCB19F /* Types.h */,
  203. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */,
  204. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */,
  205. );
  206. path = src;
  207. sourceTree = "<group>";
  208. };
  209. 5E96ADD5E49F3B3822EF9A52 /* Pods */ = {
  210. isa = PBXGroup;
  211. children = (
  212. 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */,
  213. 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */,
  214. );
  215. name = Pods;
  216. sourceTree = "<group>";
  217. };
  218. 83CBB9F61A601CBA00E9B192 = {
  219. isa = PBXGroup;
  220. children = (
  221. B3B083EB1D4955FF0069CEE7 /* app.entitlements */,
  222. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */,
  223. 83CBBA001A601CBA00E9B192 /* Products */,
  224. 13B07FAE1A68108700A75B9A /* src */,
  225. 5E96ADD5E49F3B3822EF9A52 /* Pods */,
  226. 0BEA5C261F7B8F73000D0AB4 /* Watch app */,
  227. 0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */,
  228. );
  229. indentWidth = 2;
  230. sourceTree = "<group>";
  231. tabWidth = 2;
  232. };
  233. 83CBBA001A601CBA00E9B192 /* Products */ = {
  234. isa = PBXGroup;
  235. children = (
  236. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
  237. 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */,
  238. 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */,
  239. );
  240. name = Products;
  241. sourceTree = "<group>";
  242. };
  243. /* End PBXGroup section */
  244. /* Begin PBXNativeTarget section */
  245. 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */ = {
  246. isa = PBXNativeTarget;
  247. buildConfigurationList = 0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */;
  248. buildPhases = (
  249. 0BEA5C231F7B8F73000D0AB4 /* Resources */,
  250. 0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */,
  251. 1F021A8A5B056078665DE530 /* Frameworks */,
  252. );
  253. buildRules = (
  254. );
  255. dependencies = (
  256. 0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */,
  257. );
  258. name = JitsiMeetCompanion;
  259. productName = JitsiMeetCompanion;
  260. productReference = 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */;
  261. productType = "com.apple.product-type.application.watchapp2";
  262. };
  263. 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */ = {
  264. isa = PBXNativeTarget;
  265. buildConfigurationList = 0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */;
  266. buildPhases = (
  267. 0BEA5C2D1F7B8F73000D0AB4 /* Sources */,
  268. 0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */,
  269. 0BEA5C2F1F7B8F73000D0AB4 /* Resources */,
  270. );
  271. buildRules = (
  272. );
  273. dependencies = (
  274. );
  275. name = "JitsiMeetCompanion Extension";
  276. productName = "JitsiMeetCompanion Extension";
  277. productReference = 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */;
  278. productType = "com.apple.product-type.watchkit2-extension";
  279. };
  280. 13B07F861A680F5B00A75B9A /* jitsi-meet */ = {
  281. isa = PBXNativeTarget;
  282. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */;
  283. buildPhases = (
  284. B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */,
  285. 0BBA83C41EC9F7600075A103 /* Run React packager */,
  286. 13B07F871A680F5B00A75B9A /* Sources */,
  287. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  288. 13B07F8E1A680F5B00A75B9A /* Resources */,
  289. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
  290. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
  291. DEF4813D224925A2002AD03A /* Copy Google Plist file */,
  292. DE11877A21EE09640078D059 /* Setup Google reverse URL handler */,
  293. DE4F6D6E22005C0400DE699E /* Setup Dropbox */,
  294. 0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */,
  295. );
  296. buildRules = (
  297. );
  298. dependencies = (
  299. 0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */,
  300. );
  301. name = "jitsi-meet";
  302. productName = "Jitsi Meet";
  303. productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
  304. productType = "com.apple.product-type.application";
  305. };
  306. /* End PBXNativeTarget section */
  307. /* Begin PBXProject section */
  308. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  309. isa = PBXProject;
  310. attributes = {
  311. LastUpgradeCheck = 1020;
  312. ORGANIZATIONNAME = Facebook;
  313. TargetAttributes = {
  314. 0BEA5C241F7B8F73000D0AB4 = {
  315. CreatedOnToolsVersion = 9.0;
  316. DevelopmentTeam = FC967L3QRG;
  317. ProvisioningStyle = Automatic;
  318. };
  319. 0BEA5C301F7B8F73000D0AB4 = {
  320. CreatedOnToolsVersion = 9.0;
  321. DevelopmentTeam = FC967L3QRG;
  322. ProvisioningStyle = Automatic;
  323. };
  324. 13B07F861A680F5B00A75B9A = {
  325. DevelopmentTeam = FC967L3QRG;
  326. ProvisioningStyle = Automatic;
  327. SystemCapabilities = {
  328. com.apple.SafariKeychain = {
  329. enabled = 1;
  330. };
  331. com.apple.Siri = {
  332. enabled = 1;
  333. };
  334. };
  335. };
  336. };
  337. };
  338. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */;
  339. compatibilityVersion = "Xcode 3.2";
  340. developmentRegion = en;
  341. hasScannedForEncodings = 0;
  342. knownRegions = (
  343. en,
  344. Base,
  345. );
  346. mainGroup = 83CBB9F61A601CBA00E9B192;
  347. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  348. projectDirPath = "";
  349. projectRoot = "";
  350. targets = (
  351. 13B07F861A680F5B00A75B9A /* jitsi-meet */,
  352. 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */,
  353. 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */,
  354. );
  355. };
  356. /* End PBXProject section */
  357. /* Begin PBXResourcesBuildPhase section */
  358. 0BEA5C231F7B8F73000D0AB4 /* Resources */ = {
  359. isa = PBXResourcesBuildPhase;
  360. buildActionMask = 2147483647;
  361. files = (
  362. 0BEA5C2B1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
  363. 0BEA5C291F7B8F73000D0AB4 /* Interface.storyboard in Resources */,
  364. );
  365. runOnlyForDeploymentPostprocessing = 0;
  366. };
  367. 0BEA5C2F1F7B8F73000D0AB4 /* Resources */ = {
  368. isa = PBXResourcesBuildPhase;
  369. buildActionMask = 2147483647;
  370. files = (
  371. 0BEA5C3D1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
  372. );
  373. runOnlyForDeploymentPostprocessing = 0;
  374. };
  375. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  376. isa = PBXResourcesBuildPhase;
  377. buildActionMask = 2147483647;
  378. files = (
  379. 0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */,
  380. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  381. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  382. );
  383. runOnlyForDeploymentPostprocessing = 0;
  384. };
  385. /* End PBXResourcesBuildPhase section */
  386. /* Begin PBXShellScriptBuildPhase section */
  387. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */ = {
  388. isa = PBXShellScriptBuildPhase;
  389. buildActionMask = 2147483647;
  390. files = (
  391. );
  392. inputPaths = (
  393. );
  394. name = "Adjust ATS";
  395. outputPaths = (
  396. );
  397. runOnlyForDeploymentPostprocessing = 0;
  398. shellPath = /bin/sh;
  399. shellScript = "../scripts/fixup-ats.sh\n";
  400. };
  401. 0BBA83C41EC9F7600075A103 /* Run React packager */ = {
  402. isa = PBXShellScriptBuildPhase;
  403. buildActionMask = 2147483647;
  404. files = (
  405. );
  406. inputPaths = (
  407. );
  408. name = "Run React packager";
  409. outputPaths = (
  410. );
  411. runOnlyForDeploymentPostprocessing = 0;
  412. shellPath = /bin/sh;
  413. shellScript = "../scripts/run-packager.sh\n";
  414. };
  415. B6607F42A5CF0C76E98929E2 /* [CP] Check Pods Manifest.lock */ = {
  416. isa = PBXShellScriptBuildPhase;
  417. buildActionMask = 2147483647;
  418. files = (
  419. );
  420. inputFileListPaths = (
  421. );
  422. inputPaths = (
  423. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  424. "${PODS_ROOT}/Manifest.lock",
  425. );
  426. name = "[CP] Check Pods Manifest.lock";
  427. outputFileListPaths = (
  428. );
  429. outputPaths = (
  430. "$(DERIVED_FILE_DIR)/Pods-jitsi-meet-checkManifestLockResult.txt",
  431. );
  432. runOnlyForDeploymentPostprocessing = 0;
  433. shellPath = /bin/sh;
  434. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  435. showEnvVarsInLog = 0;
  436. };
  437. DE11877A21EE09640078D059 /* Setup Google reverse URL handler */ = {
  438. isa = PBXShellScriptBuildPhase;
  439. buildActionMask = 2147483647;
  440. files = (
  441. );
  442. inputFileListPaths = (
  443. );
  444. inputPaths = (
  445. );
  446. name = "Setup Google reverse URL handler";
  447. outputFileListPaths = (
  448. );
  449. outputPaths = (
  450. );
  451. runOnlyForDeploymentPostprocessing = 0;
  452. shellPath = /bin/sh;
  453. shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nGOOGLE_PLIST=\"$PROJECT_DIR/GoogleService-Info.plist\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n REVERSED_CLIENT_ID=$(/usr/libexec/PlistBuddy -c \"Print :REVERSED_CLIENT_ID:\" $GOOGLE_PLIST)\n /usr/libexec/PlistBuddy -c \"Set :CFBundleURLTypes:1:CFBundleURLSchemes:0 $REVERSED_CLIENT_ID\" $INFO_PLIST\nfi\n";
  454. };
  455. DE4F6D6E22005C0400DE699E /* Setup Dropbox */ = {
  456. isa = PBXShellScriptBuildPhase;
  457. buildActionMask = 2147483647;
  458. files = (
  459. );
  460. inputFileListPaths = (
  461. );
  462. inputPaths = (
  463. );
  464. name = "Setup Dropbox";
  465. outputFileListPaths = (
  466. );
  467. outputPaths = (
  468. );
  469. runOnlyForDeploymentPostprocessing = 0;
  470. shellPath = /bin/sh;
  471. shellScript = "INFO_PLIST=\"$BUILT_PRODUCTS_DIR/$INFOPLIST_PATH\"\nDROPBOX_KEY_FILE=\"$PROJECT_DIR/dropbox.key\"\n\nif [[ -f $DROPBOX_KEY_FILE ]]; then\n /usr/libexec/PlistBuddy -c \"Delete :LSApplicationQueriesSchemes\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:0 string 'dbapi-2'\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :LSApplicationQueriesSchemes:1 string 'dbapi-8-emm'\" $INFO_PLIST\n\n DROPBOX_KEY=$(head -n 1 $DROPBOX_KEY_FILE)\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLName string dropbox\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes array\" $INFO_PLIST\n /usr/libexec/PlistBuddy -c \"Add :CFBundleURLTypes:2:CFBundleURLSchemes:0 string $DROPBOX_KEY\" $INFO_PLIST\nfi\n";
  472. };
  473. DEF4813D224925A2002AD03A /* Copy Google Plist file */ = {
  474. isa = PBXShellScriptBuildPhase;
  475. buildActionMask = 2147483647;
  476. files = (
  477. );
  478. inputFileListPaths = (
  479. );
  480. inputPaths = (
  481. );
  482. name = "Copy Google Plist file";
  483. outputFileListPaths = (
  484. );
  485. outputPaths = (
  486. );
  487. runOnlyForDeploymentPostprocessing = 0;
  488. shellPath = /bin/sh;
  489. shellScript = "GOOGLE_PLIST_NAME=\"GoogleService-Info.plist\"\nGOOGLE_PLIST=\"$PROJECT_DIR/$GOOGLE_PLIST_NAME\"\nBUILD_APP_DIR=\"$BUILT_PRODUCTS_DIR/$PRODUCT_NAME.app\"\n\nif [[ -f $GOOGLE_PLIST ]]; then\n cp $GOOGLE_PLIST \"$BUILD_APP_DIR/$GOOGLE_PLIST_NAME\"\nfi\n";
  490. };
  491. /* End PBXShellScriptBuildPhase section */
  492. /* Begin PBXSourcesBuildPhase section */
  493. 0BEA5C2D1F7B8F73000D0AB4 /* Sources */ = {
  494. isa = PBXSourcesBuildPhase;
  495. buildActionMask = 2147483647;
  496. files = (
  497. 0B7001701F7C51CC005944F4 /* InCallController.swift in Sources */,
  498. E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */,
  499. 0B5418471F7C5D8C00A2DD86 /* MeetingRowController.swift in Sources */,
  500. E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */,
  501. 0BEA5C391F7B8F73000D0AB4 /* ExtensionDelegate.swift in Sources */,
  502. 0BEA5C371F7B8F73000D0AB4 /* InterfaceController.swift in Sources */,
  503. 0BEA5C3B1F7B8F73000D0AB4 /* ComplicationController.swift in Sources */,
  504. );
  505. runOnlyForDeploymentPostprocessing = 0;
  506. };
  507. 13B07F871A680F5B00A75B9A /* Sources */ = {
  508. isa = PBXSourcesBuildPhase;
  509. buildActionMask = 2147483647;
  510. files = (
  511. 0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */,
  512. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  513. DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */,
  514. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  515. );
  516. runOnlyForDeploymentPostprocessing = 0;
  517. };
  518. /* End PBXSourcesBuildPhase section */
  519. /* Begin PBXTargetDependency section */
  520. 0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */ = {
  521. isa = PBXTargetDependency;
  522. target = 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */;
  523. targetProxy = 0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */;
  524. };
  525. 0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */ = {
  526. isa = PBXTargetDependency;
  527. target = 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */;
  528. targetProxy = 0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */;
  529. };
  530. /* End PBXTargetDependency section */
  531. /* Begin PBXVariantGroup section */
  532. 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */ = {
  533. isa = PBXVariantGroup;
  534. children = (
  535. 0BEA5C281F7B8F73000D0AB4 /* Base */,
  536. );
  537. name = Interface.storyboard;
  538. sourceTree = "<group>";
  539. };
  540. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  541. isa = PBXVariantGroup;
  542. children = (
  543. 13B07FB21A68108700A75B9A /* Base */,
  544. );
  545. name = LaunchScreen.xib;
  546. sourceTree = "<group>";
  547. };
  548. /* End PBXVariantGroup section */
  549. /* Begin XCBuildConfiguration section */
  550. 0BEA5C421F7B8F73000D0AB4 /* Debug */ = {
  551. isa = XCBuildConfiguration;
  552. buildSettings = {
  553. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  554. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  555. CLANG_ANALYZER_NONNULL = YES;
  556. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  557. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  558. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  559. CLANG_WARN_COMMA = YES;
  560. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  561. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  562. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  563. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  564. CLANG_WARN_STRICT_PROTOTYPES = YES;
  565. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  566. CODE_SIGN_STYLE = Automatic;
  567. DEBUG_INFORMATION_FORMAT = dwarf;
  568. DEVELOPMENT_TEAM = FC967L3QRG;
  569. GCC_C_LANGUAGE_STANDARD = gnu11;
  570. IBSC_MODULE = JitsiMeetCompanion_Extension;
  571. INFOPLIST_FILE = watchos/app/Info.plist;
  572. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
  573. PRODUCT_NAME = "$(TARGET_NAME)";
  574. SDKROOT = watchos;
  575. SKIP_INSTALL = YES;
  576. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  577. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  578. SWIFT_VERSION = 5.0;
  579. TARGETED_DEVICE_FAMILY = 4;
  580. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  581. };
  582. name = Debug;
  583. };
  584. 0BEA5C431F7B8F73000D0AB4 /* Release */ = {
  585. isa = XCBuildConfiguration;
  586. buildSettings = {
  587. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  588. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  589. CLANG_ANALYZER_NONNULL = YES;
  590. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  591. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  592. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  593. CLANG_WARN_COMMA = YES;
  594. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  595. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  596. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  597. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  598. CLANG_WARN_STRICT_PROTOTYPES = YES;
  599. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  600. CODE_SIGN_STYLE = Automatic;
  601. COPY_PHASE_STRIP = NO;
  602. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  603. DEVELOPMENT_TEAM = FC967L3QRG;
  604. GCC_C_LANGUAGE_STANDARD = gnu11;
  605. IBSC_MODULE = JitsiMeetCompanion_Extension;
  606. INFOPLIST_FILE = watchos/app/Info.plist;
  607. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
  608. PRODUCT_NAME = "$(TARGET_NAME)";
  609. SDKROOT = watchos;
  610. SKIP_INSTALL = YES;
  611. SWIFT_COMPILATION_MODE = wholemodule;
  612. SWIFT_OPTIMIZATION_LEVEL = "-O";
  613. SWIFT_VERSION = 5.0;
  614. TARGETED_DEVICE_FAMILY = 4;
  615. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  616. };
  617. name = Release;
  618. };
  619. 0BEA5C441F7B8F73000D0AB4 /* Debug */ = {
  620. isa = XCBuildConfiguration;
  621. buildSettings = {
  622. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  623. CLANG_ANALYZER_NONNULL = YES;
  624. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  625. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  626. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  627. CLANG_WARN_COMMA = YES;
  628. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  629. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  630. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  631. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  632. CLANG_WARN_STRICT_PROTOTYPES = YES;
  633. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  634. CODE_SIGN_STYLE = Automatic;
  635. DEBUG_INFORMATION_FORMAT = dwarf;
  636. DEVELOPMENT_TEAM = FC967L3QRG;
  637. GCC_C_LANGUAGE_STANDARD = gnu11;
  638. INFOPLIST_FILE = watchos/extension/Info.plist;
  639. LD_RUNPATH_SEARCH_PATHS = (
  640. "$(inherited)",
  641. "@executable_path/Frameworks",
  642. "@executable_path/../../Frameworks",
  643. );
  644. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
  645. PRODUCT_NAME = "${TARGET_NAME}";
  646. SDKROOT = watchos;
  647. SKIP_INSTALL = YES;
  648. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  649. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  650. SWIFT_VERSION = 5.0;
  651. TARGETED_DEVICE_FAMILY = 4;
  652. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  653. };
  654. name = Debug;
  655. };
  656. 0BEA5C451F7B8F73000D0AB4 /* Release */ = {
  657. isa = XCBuildConfiguration;
  658. buildSettings = {
  659. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  660. CLANG_ANALYZER_NONNULL = YES;
  661. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  662. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  663. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  664. CLANG_WARN_COMMA = YES;
  665. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  666. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  667. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  668. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  669. CLANG_WARN_STRICT_PROTOTYPES = YES;
  670. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  671. CODE_SIGN_STYLE = Automatic;
  672. COPY_PHASE_STRIP = NO;
  673. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  674. DEVELOPMENT_TEAM = FC967L3QRG;
  675. GCC_C_LANGUAGE_STANDARD = gnu11;
  676. INFOPLIST_FILE = watchos/extension/Info.plist;
  677. LD_RUNPATH_SEARCH_PATHS = (
  678. "$(inherited)",
  679. "@executable_path/Frameworks",
  680. "@executable_path/../../Frameworks",
  681. );
  682. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
  683. PRODUCT_NAME = "${TARGET_NAME}";
  684. SDKROOT = watchos;
  685. SKIP_INSTALL = YES;
  686. SWIFT_COMPILATION_MODE = wholemodule;
  687. SWIFT_OPTIMIZATION_LEVEL = "-O";
  688. SWIFT_VERSION = 5.0;
  689. TARGETED_DEVICE_FAMILY = 4;
  690. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  691. };
  692. name = Release;
  693. };
  694. 13B07F941A680F5B00A75B9A /* Debug */ = {
  695. isa = XCBuildConfiguration;
  696. baseConfigurationReference = 4670A512A688E2DC34528282 /* Pods-jitsi-meet.debug.xcconfig */;
  697. buildSettings = {
  698. ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
  699. CODE_SIGN_ENTITLEMENTS = app.entitlements;
  700. CODE_SIGN_IDENTITY = "iPhone Developer";
  701. CODE_SIGN_STYLE = Automatic;
  702. CURRENT_PROJECT_VERSION = 1;
  703. DEAD_CODE_STRIPPING = NO;
  704. DEVELOPMENT_TEAM = FC967L3QRG;
  705. ENABLE_BITCODE = NO;
  706. INFOPLIST_FILE = src/Info.plist;
  707. LD_RUNPATH_SEARCH_PATHS = (
  708. "$(inherited)",
  709. "@executable_path/Frameworks",
  710. );
  711. LIBRARY_SEARCH_PATHS = "$(inherited)";
  712. OTHER_LDFLAGS = (
  713. "$(inherited)",
  714. "-ObjC",
  715. "-lc++",
  716. );
  717. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
  718. PRODUCT_NAME = "jitsi-meet";
  719. PROVISIONING_PROFILE_SPECIFIER = "";
  720. };
  721. name = Debug;
  722. };
  723. 13B07F951A680F5B00A75B9A /* Release */ = {
  724. isa = XCBuildConfiguration;
  725. baseConfigurationReference = 09AA3B93E4CC62D84B424690 /* Pods-jitsi-meet.release.xcconfig */;
  726. buildSettings = {
  727. ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
  728. CODE_SIGN_ENTITLEMENTS = app.entitlements;
  729. CODE_SIGN_IDENTITY = "iPhone Developer";
  730. CODE_SIGN_STYLE = Automatic;
  731. CURRENT_PROJECT_VERSION = 1;
  732. DEVELOPMENT_TEAM = FC967L3QRG;
  733. ENABLE_BITCODE = YES;
  734. INFOPLIST_FILE = src/Info.plist;
  735. LD_RUNPATH_SEARCH_PATHS = (
  736. "$(inherited)",
  737. "@executable_path/Frameworks",
  738. );
  739. LIBRARY_SEARCH_PATHS = "$(inherited)";
  740. OTHER_LDFLAGS = (
  741. "$(inherited)",
  742. "-ObjC",
  743. "-lc++",
  744. );
  745. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
  746. PRODUCT_NAME = "jitsi-meet";
  747. PROVISIONING_PROFILE_SPECIFIER = "";
  748. };
  749. name = Release;
  750. };
  751. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  752. isa = XCBuildConfiguration;
  753. buildSettings = {
  754. ALWAYS_SEARCH_USER_PATHS = NO;
  755. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  756. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  757. CLANG_CXX_LIBRARY = "libc++";
  758. CLANG_ENABLE_MODULES = YES;
  759. CLANG_ENABLE_OBJC_ARC = YES;
  760. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  761. CLANG_WARN_BOOL_CONVERSION = YES;
  762. CLANG_WARN_COMMA = YES;
  763. CLANG_WARN_CONSTANT_CONVERSION = YES;
  764. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  765. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  766. CLANG_WARN_EMPTY_BODY = YES;
  767. CLANG_WARN_ENUM_CONVERSION = YES;
  768. CLANG_WARN_INFINITE_RECURSION = YES;
  769. CLANG_WARN_INT_CONVERSION = YES;
  770. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  771. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  772. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  773. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  774. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  775. CLANG_WARN_STRICT_PROTOTYPES = YES;
  776. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  777. CLANG_WARN_UNREACHABLE_CODE = YES;
  778. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  779. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  780. COPY_PHASE_STRIP = NO;
  781. ENABLE_BITCODE = YES;
  782. ENABLE_STRICT_OBJC_MSGSEND = YES;
  783. ENABLE_TESTABILITY = YES;
  784. GCC_C_LANGUAGE_STANDARD = gnu99;
  785. GCC_DYNAMIC_NO_PIC = NO;
  786. GCC_NO_COMMON_BLOCKS = YES;
  787. GCC_OPTIMIZATION_LEVEL = 0;
  788. GCC_PREPROCESSOR_DEFINITIONS = (
  789. "DEBUG=1",
  790. "$(inherited)",
  791. );
  792. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  793. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  794. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  795. GCC_WARN_UNDECLARED_SELECTOR = YES;
  796. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  797. GCC_WARN_UNUSED_FUNCTION = YES;
  798. GCC_WARN_UNUSED_VARIABLE = YES;
  799. HEADER_SEARCH_PATHS = (
  800. "$(inherited)",
  801. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  802. );
  803. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  804. MTL_ENABLE_DEBUG_INFO = YES;
  805. ONLY_ACTIVE_ARCH = YES;
  806. SDKROOT = iphoneos;
  807. TARGETED_DEVICE_FAMILY = "1,2";
  808. };
  809. name = Debug;
  810. };
  811. 83CBBA211A601CBA00E9B192 /* Release */ = {
  812. isa = XCBuildConfiguration;
  813. buildSettings = {
  814. ALWAYS_SEARCH_USER_PATHS = NO;
  815. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  816. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  817. CLANG_CXX_LIBRARY = "libc++";
  818. CLANG_ENABLE_MODULES = YES;
  819. CLANG_ENABLE_OBJC_ARC = YES;
  820. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  821. CLANG_WARN_BOOL_CONVERSION = YES;
  822. CLANG_WARN_COMMA = YES;
  823. CLANG_WARN_CONSTANT_CONVERSION = YES;
  824. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  825. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  826. CLANG_WARN_EMPTY_BODY = YES;
  827. CLANG_WARN_ENUM_CONVERSION = YES;
  828. CLANG_WARN_INFINITE_RECURSION = YES;
  829. CLANG_WARN_INT_CONVERSION = YES;
  830. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  831. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  832. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  833. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  834. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  835. CLANG_WARN_STRICT_PROTOTYPES = YES;
  836. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  837. CLANG_WARN_UNREACHABLE_CODE = YES;
  838. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  839. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  840. COPY_PHASE_STRIP = YES;
  841. ENABLE_BITCODE = YES;
  842. ENABLE_NS_ASSERTIONS = NO;
  843. ENABLE_STRICT_OBJC_MSGSEND = YES;
  844. GCC_C_LANGUAGE_STANDARD = gnu99;
  845. GCC_NO_COMMON_BLOCKS = YES;
  846. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  847. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  848. GCC_WARN_UNDECLARED_SELECTOR = YES;
  849. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  850. GCC_WARN_UNUSED_FUNCTION = YES;
  851. GCC_WARN_UNUSED_VARIABLE = YES;
  852. HEADER_SEARCH_PATHS = (
  853. "$(inherited)",
  854. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  855. );
  856. IPHONEOS_DEPLOYMENT_TARGET = 11.0;
  857. MTL_ENABLE_DEBUG_INFO = NO;
  858. SDKROOT = iphoneos;
  859. SWIFT_COMPILATION_MODE = wholemodule;
  860. TARGETED_DEVICE_FAMILY = "1,2";
  861. VALIDATE_PRODUCT = YES;
  862. };
  863. name = Release;
  864. };
  865. /* End XCBuildConfiguration section */
  866. /* Begin XCConfigurationList section */
  867. 0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */ = {
  868. isa = XCConfigurationList;
  869. buildConfigurations = (
  870. 0BEA5C441F7B8F73000D0AB4 /* Debug */,
  871. 0BEA5C451F7B8F73000D0AB4 /* Release */,
  872. );
  873. defaultConfigurationIsVisible = 0;
  874. defaultConfigurationName = Release;
  875. };
  876. 0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */ = {
  877. isa = XCConfigurationList;
  878. buildConfigurations = (
  879. 0BEA5C421F7B8F73000D0AB4 /* Debug */,
  880. 0BEA5C431F7B8F73000D0AB4 /* Release */,
  881. );
  882. defaultConfigurationIsVisible = 0;
  883. defaultConfigurationName = Release;
  884. };
  885. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet" */ = {
  886. isa = XCConfigurationList;
  887. buildConfigurations = (
  888. 13B07F941A680F5B00A75B9A /* Debug */,
  889. 13B07F951A680F5B00A75B9A /* Release */,
  890. );
  891. defaultConfigurationIsVisible = 0;
  892. defaultConfigurationName = Release;
  893. };
  894. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */ = {
  895. isa = XCConfigurationList;
  896. buildConfigurations = (
  897. 83CBBA201A601CBA00E9B192 /* Debug */,
  898. 83CBBA211A601CBA00E9B192 /* Release */,
  899. );
  900. defaultConfigurationIsVisible = 0;
  901. defaultConfigurationName = Release;
  902. };
  903. /* End XCConfigurationList section */
  904. };
  905. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  906. }