You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

project.pbxproj 41KB

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