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 50KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112
  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. 2681BB562C7A0B42CFBA6719 /* libPods-JitsiMeet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = D6152FF9E9F7B0E86F70A21D /* libPods-JitsiMeet.a */; };
  26. 4E90F9402632D1AB001102D4 /* Atomic.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4E90F93F2632D1AB001102D4 /* Atomic.swift */; };
  27. 4EB06024260E026600F524C5 /* ReplayKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 4EC49B8625BED71300E76218 /* ReplayKit.framework */; };
  28. 4EB06027260E026600F524C5 /* SampleHandler.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB06026260E026600F524C5 /* SampleHandler.swift */; };
  29. 4EB0602B260E026600F524C5 /* JitsiMeetBroadcastExtension.appex in Embed App Extensions */ = {isa = PBXBuildFile; fileRef = 4EB06023260E026600F524C5 /* JitsiMeetBroadcastExtension.appex */; settings = {ATTRIBUTES = (RemoveHeadersOnCopy, ); }; };
  30. 4EB0603C260E09D000F524C5 /* SocketConnection.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB06039260E09D000F524C5 /* SocketConnection.swift */; };
  31. 4EB0603D260E09D000F524C5 /* DarwinNotificationCenter.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB0603A260E09D000F524C5 /* DarwinNotificationCenter.swift */; };
  32. 4EB0603E260E09D000F524C5 /* SampleUploader.swift in Sources */ = {isa = PBXBuildFile; fileRef = 4EB0603B260E09D000F524C5 /* SampleUploader.swift */; };
  33. DE050389256E904600DEE3A5 /* WebRTC.xcframework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE050388256E904600DEE3A5 /* WebRTC.xcframework */; };
  34. DE05038A256E904600DEE3A5 /* WebRTC.xcframework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DE050388256E904600DEE3A5 /* WebRTC.xcframework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  35. DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */ = {isa = PBXBuildFile; fileRef = DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */; };
  36. DEA9F289258A6EA800D4CD74 /* JitsiMeetSDK.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DEA9F288258A6EA800D4CD74 /* JitsiMeetSDK.framework */; };
  37. DEA9F28A258A6EA800D4CD74 /* JitsiMeetSDK.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = DEA9F288258A6EA800D4CD74 /* JitsiMeetSDK.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  38. E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */ = {isa = PBXBuildFile; fileRef = E58801132278944E008B0561 /* JitsiMeetContext.swift */; };
  39. E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */ = {isa = PBXBuildFile; fileRef = E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */; };
  40. /* End PBXBuildFile section */
  41. /* Begin PBXContainerItemProxy section */
  42. 0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  45. proxyType = 1;
  46. remoteGlobalIDString = 0BEA5C301F7B8F73000D0AB4;
  47. remoteInfo = "JitsiMeetCompanion Extension";
  48. };
  49. 0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */ = {
  50. isa = PBXContainerItemProxy;
  51. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  52. proxyType = 1;
  53. remoteGlobalIDString = 0BEA5C241F7B8F73000D0AB4;
  54. remoteInfo = JitsiMeetCompanion;
  55. };
  56. 4EB06029260E026600F524C5 /* PBXContainerItemProxy */ = {
  57. isa = PBXContainerItemProxy;
  58. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  59. proxyType = 1;
  60. remoteGlobalIDString = 4EB06022260E026600F524C5;
  61. remoteInfo = "JitsiMeetBroadcast Extension";
  62. };
  63. /* End PBXContainerItemProxy section */
  64. /* Begin PBXCopyFilesBuildPhase section */
  65. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */ = {
  66. isa = PBXCopyFilesBuildPhase;
  67. buildActionMask = 2147483647;
  68. dstPath = "";
  69. dstSubfolderSpec = 10;
  70. files = (
  71. DEA9F28A258A6EA800D4CD74 /* JitsiMeetSDK.framework in Embed Frameworks */,
  72. DE05038A256E904600DEE3A5 /* WebRTC.xcframework in Embed Frameworks */,
  73. );
  74. name = "Embed Frameworks";
  75. runOnlyForDeploymentPostprocessing = 0;
  76. };
  77. 0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */ = {
  78. isa = PBXCopyFilesBuildPhase;
  79. buildActionMask = 2147483647;
  80. dstPath = "";
  81. dstSubfolderSpec = 13;
  82. files = (
  83. 0BEA5C321F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex in Embed App Extensions */,
  84. );
  85. name = "Embed App Extensions";
  86. runOnlyForDeploymentPostprocessing = 0;
  87. };
  88. 0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */ = {
  89. isa = PBXCopyFilesBuildPhase;
  90. buildActionMask = 2147483647;
  91. dstPath = "$(CONTENTS_FOLDER_PATH)/Watch";
  92. dstSubfolderSpec = 16;
  93. files = (
  94. 0BEA5C411F7B8F73000D0AB4 /* JitsiMeetCompanion.app in Embed Watch Content */,
  95. );
  96. name = "Embed Watch Content";
  97. runOnlyForDeploymentPostprocessing = 0;
  98. };
  99. 4EC49B9025BED71300E76218 /* Embed App Extensions */ = {
  100. isa = PBXCopyFilesBuildPhase;
  101. buildActionMask = 2147483647;
  102. dstPath = "";
  103. dstSubfolderSpec = 13;
  104. files = (
  105. 4EB0602B260E026600F524C5 /* JitsiMeetBroadcastExtension.appex in Embed App Extensions */,
  106. );
  107. name = "Embed App Extensions";
  108. runOnlyForDeploymentPostprocessing = 0;
  109. };
  110. /* End PBXCopyFilesBuildPhase section */
  111. /* Begin PBXFileReference section */
  112. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeet.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  113. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ViewController.h; sourceTree = "<group>"; };
  114. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = ViewController.m; sourceTree = "<group>"; };
  115. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = file.storyboard; name = Main.storyboard; path = Base.lproj/Main.storyboard; sourceTree = "<group>"; };
  116. 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = MeetingRowController.swift; sourceTree = "<group>"; };
  117. 0B70016F1F7C51CC005944F4 /* InCallController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InCallController.swift; sourceTree = "<group>"; };
  118. 0BBD021F212EB69D00CCB19F /* Types.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Types.h; sourceTree = "<group>"; };
  119. 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
  120. 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = JitsiMeetCompanion.app; sourceTree = BUILT_PRODUCTS_DIR; };
  121. 0BEA5C281F7B8F73000D0AB4 /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.storyboard; name = Base; path = Base.lproj/Interface.storyboard; sourceTree = "<group>"; };
  122. 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  123. 0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  124. 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = "JitsiMeetCompanion Extension.appex"; sourceTree = BUILT_PRODUCTS_DIR; };
  125. 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = InterfaceController.swift; sourceTree = "<group>"; };
  126. 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ExtensionDelegate.swift; sourceTree = "<group>"; };
  127. 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = ComplicationController.swift; sourceTree = "<group>"; };
  128. 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Assets.xcassets; sourceTree = "<group>"; };
  129. 0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  130. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  131. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  132. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  133. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  134. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  135. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  136. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  137. 3E0F4ED943C0B12BE77F6B45 /* Pods-JitsiMeet.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.release.xcconfig"; path = "Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.release.xcconfig"; sourceTree = "<group>"; };
  138. 4E90F93F2632D1AB001102D4 /* Atomic.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = Atomic.swift; sourceTree = "<group>"; };
  139. 4EB06023260E026600F524C5 /* JitsiMeetBroadcastExtension.appex */ = {isa = PBXFileReference; explicitFileType = "wrapper.app-extension"; includeInIndex = 0; path = JitsiMeetBroadcastExtension.appex; sourceTree = BUILT_PRODUCTS_DIR; };
  140. 4EB06026260E026600F524C5 /* SampleHandler.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = SampleHandler.swift; sourceTree = "<group>"; };
  141. 4EB06028260E026600F524C5 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  142. 4EB06032260E08CC00F524C5 /* extension.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = extension.entitlements; sourceTree = "<group>"; };
  143. 4EB06039260E09D000F524C5 /* SocketConnection.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SocketConnection.swift; sourceTree = "<group>"; };
  144. 4EB0603A260E09D000F524C5 /* DarwinNotificationCenter.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = DarwinNotificationCenter.swift; sourceTree = "<group>"; };
  145. 4EB0603B260E09D000F524C5 /* SampleUploader.swift */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.swift; path = SampleUploader.swift; sourceTree = "<group>"; };
  146. 4EC49B8625BED71300E76218 /* ReplayKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = ReplayKit.framework; path = System/Library/Frameworks/ReplayKit.framework; sourceTree = SDKROOT; };
  147. 756FCE06C08D9B947653C98A /* Pods-JitsiMeet.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-JitsiMeet.debug.xcconfig"; path = "Target Support Files/Pods-JitsiMeet/Pods-JitsiMeet.debug.xcconfig"; sourceTree = "<group>"; };
  148. B3B083EB1D4955FF0069CEE7 /* app.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.plist.entitlements; path = app.entitlements; sourceTree = "<group>"; };
  149. D6152FF9E9F7B0E86F70A21D /* libPods-JitsiMeet.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-JitsiMeet.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  150. DE050388256E904600DEE3A5 /* WebRTC.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = WebRTC.xcframework; path = "../../node_modules/react-native-webrtc/apple/WebRTC.xcframework"; sourceTree = "<group>"; };
  151. DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = FIRUtilities.m; sourceTree = "<group>"; };
  152. DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FIRUtilities.h; sourceTree = "<group>"; };
  153. DEA9F288258A6EA800D4CD74 /* JitsiMeetSDK.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; path = JitsiMeetSDK.framework; sourceTree = BUILT_PRODUCTS_DIR; };
  154. DEFDBBDB25656E3B00344B23 /* WebRTC.xcframework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.xcframework; name = WebRTC.xcframework; path = "../../node_modules/react-native-webrtc/ios/WebRTC.xcframework"; sourceTree = "<group>"; };
  155. E58801132278944E008B0561 /* JitsiMeetContext.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetContext.swift; sourceTree = "<group>"; };
  156. E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = JitsiMeetCommands.swift; sourceTree = "<group>"; };
  157. /* End PBXFileReference section */
  158. /* Begin PBXFrameworksBuildPhase section */
  159. 0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */ = {
  160. isa = PBXFrameworksBuildPhase;
  161. buildActionMask = 2147483647;
  162. files = (
  163. );
  164. runOnlyForDeploymentPostprocessing = 0;
  165. };
  166. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  167. isa = PBXFrameworksBuildPhase;
  168. buildActionMask = 2147483647;
  169. files = (
  170. DE050389256E904600DEE3A5 /* WebRTC.xcframework in Frameworks */,
  171. DEA9F289258A6EA800D4CD74 /* JitsiMeetSDK.framework in Frameworks */,
  172. 2681BB562C7A0B42CFBA6719 /* libPods-JitsiMeet.a in Frameworks */,
  173. );
  174. runOnlyForDeploymentPostprocessing = 0;
  175. };
  176. 1F021A8A5B056078665DE530 /* Frameworks */ = {
  177. isa = PBXFrameworksBuildPhase;
  178. buildActionMask = 2147483647;
  179. files = (
  180. );
  181. runOnlyForDeploymentPostprocessing = 0;
  182. };
  183. 4EB06020260E026600F524C5 /* Frameworks */ = {
  184. isa = PBXFrameworksBuildPhase;
  185. buildActionMask = 2147483647;
  186. files = (
  187. 4EB06024260E026600F524C5 /* ReplayKit.framework in Frameworks */,
  188. );
  189. runOnlyForDeploymentPostprocessing = 0;
  190. };
  191. /* End PBXFrameworksBuildPhase section */
  192. /* Begin PBXGroup section */
  193. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */ = {
  194. isa = PBXGroup;
  195. children = (
  196. DEA9F288258A6EA800D4CD74 /* JitsiMeetSDK.framework */,
  197. DE050388256E904600DEE3A5 /* WebRTC.xcframework */,
  198. 0B26BE6D1EC5BC3C00EEFB41 /* JitsiMeet.framework */,
  199. DEFDBBDB25656E3B00344B23 /* WebRTC.xcframework */,
  200. 0BD6B4361EF82A6B00D1F4CD /* WebRTC.framework */,
  201. 4EC49B8625BED71300E76218 /* ReplayKit.framework */,
  202. D6152FF9E9F7B0E86F70A21D /* libPods-JitsiMeet.a */,
  203. );
  204. name = Frameworks;
  205. sourceTree = "<group>";
  206. };
  207. 0BEA5C261F7B8F73000D0AB4 /* Watch app */ = {
  208. isa = PBXGroup;
  209. children = (
  210. 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */,
  211. 0BEA5C2A1F7B8F73000D0AB4 /* Assets.xcassets */,
  212. 0BEA5C2C1F7B8F73000D0AB4 /* Info.plist */,
  213. );
  214. name = "Watch app";
  215. path = watchos/app;
  216. sourceTree = "<group>";
  217. };
  218. 0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */ = {
  219. isa = PBXGroup;
  220. children = (
  221. 0BEA5C361F7B8F73000D0AB4 /* InterfaceController.swift */,
  222. 0BEA5C381F7B8F73000D0AB4 /* ExtensionDelegate.swift */,
  223. 0BEA5C3A1F7B8F73000D0AB4 /* ComplicationController.swift */,
  224. 0BEA5C3C1F7B8F73000D0AB4 /* Assets.xcassets */,
  225. 0BEA5C3E1F7B8F73000D0AB4 /* Info.plist */,
  226. 0B70016F1F7C51CC005944F4 /* InCallController.swift */,
  227. 0B5418461F7C5D8C00A2DD86 /* MeetingRowController.swift */,
  228. E58801132278944E008B0561 /* JitsiMeetContext.swift */,
  229. E5C97B62227A1EB400199214 /* JitsiMeetCommands.swift */,
  230. );
  231. name = "WatchKit extension";
  232. path = watchos/extension;
  233. sourceTree = "<group>";
  234. };
  235. 13B07FAE1A68108700A75B9A /* src */ = {
  236. isa = PBXGroup;
  237. children = (
  238. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  239. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  240. DE4C456021DE1E4E00EA0709 /* FIRUtilities.h */,
  241. DE4C455F21DE1E4E00EA0709 /* FIRUtilities.m */,
  242. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  243. 13B07FB61A68108700A75B9A /* Info.plist */,
  244. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  245. 13B07FB71A68108700A75B9A /* main.m */,
  246. 0B412F201EDEE95300B1A0A6 /* Main.storyboard */,
  247. 0BBD021F212EB69D00CCB19F /* Types.h */,
  248. 0B412F1D1EDEE6E800B1A0A6 /* ViewController.h */,
  249. 0B412F1E1EDEE6E800B1A0A6 /* ViewController.m */,
  250. );
  251. path = src;
  252. sourceTree = "<group>";
  253. };
  254. 4EB06025260E026600F524C5 /* JitsiMeetBroadcast Extension */ = {
  255. isa = PBXGroup;
  256. children = (
  257. 4EB06032260E08CC00F524C5 /* extension.entitlements */,
  258. 4EB06026260E026600F524C5 /* SampleHandler.swift */,
  259. 4EB0603B260E09D000F524C5 /* SampleUploader.swift */,
  260. 4EB06039260E09D000F524C5 /* SocketConnection.swift */,
  261. 4EB0603A260E09D000F524C5 /* DarwinNotificationCenter.swift */,
  262. 4E90F93F2632D1AB001102D4 /* Atomic.swift */,
  263. 4EB06028260E026600F524C5 /* Info.plist */,
  264. );
  265. indentWidth = 4;
  266. name = "JitsiMeetBroadcast Extension";
  267. path = "broadcast-extension";
  268. sourceTree = "<group>";
  269. tabWidth = 4;
  270. };
  271. 83CBB9F61A601CBA00E9B192 = {
  272. isa = PBXGroup;
  273. children = (
  274. B3B083EB1D4955FF0069CEE7 /* app.entitlements */,
  275. 0B26BE711EC5BC4D00EEFB41 /* Frameworks */,
  276. 83CBBA001A601CBA00E9B192 /* Products */,
  277. 13B07FAE1A68108700A75B9A /* src */,
  278. 0BEA5C261F7B8F73000D0AB4 /* Watch app */,
  279. 0BEA5C351F7B8F73000D0AB4 /* WatchKit extension */,
  280. 4EB06025260E026600F524C5 /* JitsiMeetBroadcast Extension */,
  281. CDD71F5E1157E9F283DF92A8 /* Pods */,
  282. );
  283. indentWidth = 2;
  284. sourceTree = "<group>";
  285. tabWidth = 2;
  286. };
  287. 83CBBA001A601CBA00E9B192 /* Products */ = {
  288. isa = PBXGroup;
  289. children = (
  290. 13B07F961A680F5B00A75B9A /* jitsi-meet.app */,
  291. 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */,
  292. 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */,
  293. 4EB06023260E026600F524C5 /* JitsiMeetBroadcastExtension.appex */,
  294. );
  295. name = Products;
  296. sourceTree = "<group>";
  297. };
  298. CDD71F5E1157E9F283DF92A8 /* Pods */ = {
  299. isa = PBXGroup;
  300. children = (
  301. 756FCE06C08D9B947653C98A /* Pods-JitsiMeet.debug.xcconfig */,
  302. 3E0F4ED943C0B12BE77F6B45 /* Pods-JitsiMeet.release.xcconfig */,
  303. );
  304. name = Pods;
  305. path = ../Pods;
  306. sourceTree = "<group>";
  307. };
  308. /* End PBXGroup section */
  309. /* Begin PBXNativeTarget section */
  310. 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */ = {
  311. isa = PBXNativeTarget;
  312. buildConfigurationList = 0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */;
  313. buildPhases = (
  314. 0BEA5C231F7B8F73000D0AB4 /* Resources */,
  315. 0BEA5C471F7B8F73000D0AB4 /* Embed App Extensions */,
  316. 1F021A8A5B056078665DE530 /* Frameworks */,
  317. );
  318. buildRules = (
  319. );
  320. dependencies = (
  321. 0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */,
  322. );
  323. name = JitsiMeetCompanion;
  324. productName = JitsiMeetCompanion;
  325. productReference = 0BEA5C251F7B8F73000D0AB4 /* JitsiMeetCompanion.app */;
  326. productType = "com.apple.product-type.application.watchapp2";
  327. };
  328. 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */ = {
  329. isa = PBXNativeTarget;
  330. buildConfigurationList = 0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */;
  331. buildPhases = (
  332. 0BEA5C2D1F7B8F73000D0AB4 /* Sources */,
  333. 0BEA5C2E1F7B8F73000D0AB4 /* Frameworks */,
  334. 0BEA5C2F1F7B8F73000D0AB4 /* Resources */,
  335. );
  336. buildRules = (
  337. );
  338. dependencies = (
  339. );
  340. name = "JitsiMeetCompanion Extension";
  341. productName = "JitsiMeetCompanion Extension";
  342. productReference = 0BEA5C311F7B8F73000D0AB4 /* JitsiMeetCompanion Extension.appex */;
  343. productType = "com.apple.product-type.watchkit2-extension";
  344. };
  345. 13B07F861A680F5B00A75B9A /* JitsiMeet */ = {
  346. isa = PBXNativeTarget;
  347. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "JitsiMeet" */;
  348. buildPhases = (
  349. 69BC5020DBE393B56BD76636 /* [CP] Check Pods Manifest.lock */,
  350. 0BBA83C41EC9F7600075A103 /* Run React packager */,
  351. 13B07F871A680F5B00A75B9A /* Sources */,
  352. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  353. 13B07F8E1A680F5B00A75B9A /* Resources */,
  354. 0B26BE701EC5BC3C00EEFB41 /* Embed Frameworks */,
  355. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */,
  356. DEF4813D224925A2002AD03A /* Copy Google Plist file */,
  357. DE11877A21EE09640078D059 /* Setup Google reverse URL handler */,
  358. DE4F6D6E22005C0400DE699E /* Setup Dropbox */,
  359. 0BEA5C491F7B8F73000D0AB4 /* Embed Watch Content */,
  360. 4EC49B9025BED71300E76218 /* Embed App Extensions */,
  361. );
  362. buildRules = (
  363. );
  364. dependencies = (
  365. 0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */,
  366. 4EB0602A260E026600F524C5 /* PBXTargetDependency */,
  367. );
  368. name = JitsiMeet;
  369. productName = "Jitsi Meet";
  370. productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet.app */;
  371. productType = "com.apple.product-type.application";
  372. };
  373. 4EB06022260E026600F524C5 /* JitsiMeetBroadcastExtension */ = {
  374. isa = PBXNativeTarget;
  375. buildConfigurationList = 4EB0602C260E026700F524C5 /* Build configuration list for PBXNativeTarget "JitsiMeetBroadcastExtension" */;
  376. buildPhases = (
  377. 4EB0601F260E026600F524C5 /* Sources */,
  378. 4EB06020260E026600F524C5 /* Frameworks */,
  379. 4EB06021260E026600F524C5 /* Resources */,
  380. );
  381. buildRules = (
  382. );
  383. dependencies = (
  384. );
  385. name = JitsiMeetBroadcastExtension;
  386. productName = "JitsiMeetBroadcast Extension";
  387. productReference = 4EB06023260E026600F524C5 /* JitsiMeetBroadcastExtension.appex */;
  388. productType = "com.apple.product-type.app-extension";
  389. };
  390. /* End PBXNativeTarget section */
  391. /* Begin PBXProject section */
  392. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  393. isa = PBXProject;
  394. attributes = {
  395. LastSwiftUpdateCheck = 1240;
  396. LastUpgradeCheck = 1020;
  397. ORGANIZATIONNAME = Facebook;
  398. TargetAttributes = {
  399. 0BEA5C241F7B8F73000D0AB4 = {
  400. CreatedOnToolsVersion = 9.0;
  401. DevelopmentTeam = FC967L3QRG;
  402. ProvisioningStyle = Automatic;
  403. };
  404. 0BEA5C301F7B8F73000D0AB4 = {
  405. CreatedOnToolsVersion = 9.0;
  406. DevelopmentTeam = FC967L3QRG;
  407. ProvisioningStyle = Automatic;
  408. };
  409. 13B07F861A680F5B00A75B9A = {
  410. SystemCapabilities = {
  411. com.apple.SafariKeychain = {
  412. enabled = 1;
  413. };
  414. com.apple.Siri = {
  415. enabled = 1;
  416. };
  417. };
  418. };
  419. 4EB06022260E026600F524C5 = {
  420. CreatedOnToolsVersion = 12.4;
  421. };
  422. };
  423. };
  424. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */;
  425. compatibilityVersion = "Xcode 3.2";
  426. developmentRegion = en;
  427. hasScannedForEncodings = 0;
  428. knownRegions = (
  429. en,
  430. Base,
  431. );
  432. mainGroup = 83CBB9F61A601CBA00E9B192;
  433. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  434. projectDirPath = "";
  435. projectRoot = "";
  436. targets = (
  437. 13B07F861A680F5B00A75B9A /* JitsiMeet */,
  438. 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */,
  439. 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */,
  440. 4EB06022260E026600F524C5 /* JitsiMeetBroadcastExtension */,
  441. );
  442. };
  443. /* End PBXProject section */
  444. /* Begin PBXResourcesBuildPhase section */
  445. 0BEA5C231F7B8F73000D0AB4 /* Resources */ = {
  446. isa = PBXResourcesBuildPhase;
  447. buildActionMask = 2147483647;
  448. files = (
  449. 0BEA5C2B1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
  450. 0BEA5C291F7B8F73000D0AB4 /* Interface.storyboard in Resources */,
  451. );
  452. runOnlyForDeploymentPostprocessing = 0;
  453. };
  454. 0BEA5C2F1F7B8F73000D0AB4 /* Resources */ = {
  455. isa = PBXResourcesBuildPhase;
  456. buildActionMask = 2147483647;
  457. files = (
  458. 0BEA5C3D1F7B8F73000D0AB4 /* Assets.xcassets in Resources */,
  459. );
  460. runOnlyForDeploymentPostprocessing = 0;
  461. };
  462. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  463. isa = PBXResourcesBuildPhase;
  464. buildActionMask = 2147483647;
  465. files = (
  466. 0B412F211EDEE95300B1A0A6 /* Main.storyboard in Resources */,
  467. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  468. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  469. );
  470. runOnlyForDeploymentPostprocessing = 0;
  471. };
  472. 4EB06021260E026600F524C5 /* Resources */ = {
  473. isa = PBXResourcesBuildPhase;
  474. buildActionMask = 2147483647;
  475. files = (
  476. );
  477. runOnlyForDeploymentPostprocessing = 0;
  478. };
  479. /* End PBXResourcesBuildPhase section */
  480. /* Begin PBXShellScriptBuildPhase section */
  481. 0BB7DA181EC9E695007AAE98 /* Adjust ATS */ = {
  482. isa = PBXShellScriptBuildPhase;
  483. buildActionMask = 2147483647;
  484. files = (
  485. );
  486. inputPaths = (
  487. );
  488. name = "Adjust ATS";
  489. outputPaths = (
  490. );
  491. runOnlyForDeploymentPostprocessing = 0;
  492. shellPath = /bin/sh;
  493. shellScript = "../scripts/fixup-ats.sh\n";
  494. };
  495. 0BBA83C41EC9F7600075A103 /* Run React packager */ = {
  496. isa = PBXShellScriptBuildPhase;
  497. buildActionMask = 2147483647;
  498. files = (
  499. );
  500. inputPaths = (
  501. );
  502. name = "Run React packager";
  503. outputPaths = (
  504. );
  505. runOnlyForDeploymentPostprocessing = 0;
  506. shellPath = /bin/sh;
  507. shellScript = "../scripts/run-packager.sh\n";
  508. };
  509. 69BC5020DBE393B56BD76636 /* [CP] Check Pods Manifest.lock */ = {
  510. isa = PBXShellScriptBuildPhase;
  511. buildActionMask = 2147483647;
  512. files = (
  513. );
  514. inputFileListPaths = (
  515. );
  516. inputPaths = (
  517. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  518. "${PODS_ROOT}/Manifest.lock",
  519. );
  520. name = "[CP] Check Pods Manifest.lock";
  521. outputFileListPaths = (
  522. );
  523. outputPaths = (
  524. "$(DERIVED_FILE_DIR)/Pods-JitsiMeet-checkManifestLockResult.txt",
  525. );
  526. runOnlyForDeploymentPostprocessing = 0;
  527. shellPath = /bin/sh;
  528. 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";
  529. showEnvVarsInLog = 0;
  530. };
  531. DE11877A21EE09640078D059 /* Setup Google reverse URL handler */ = {
  532. isa = PBXShellScriptBuildPhase;
  533. buildActionMask = 2147483647;
  534. files = (
  535. );
  536. inputFileListPaths = (
  537. );
  538. inputPaths = (
  539. );
  540. name = "Setup Google reverse URL handler";
  541. outputFileListPaths = (
  542. );
  543. outputPaths = (
  544. );
  545. runOnlyForDeploymentPostprocessing = 0;
  546. shellPath = /bin/sh;
  547. 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";
  548. };
  549. DE4F6D6E22005C0400DE699E /* Setup Dropbox */ = {
  550. isa = PBXShellScriptBuildPhase;
  551. buildActionMask = 2147483647;
  552. files = (
  553. );
  554. inputFileListPaths = (
  555. );
  556. inputPaths = (
  557. );
  558. name = "Setup Dropbox";
  559. outputFileListPaths = (
  560. );
  561. outputPaths = (
  562. );
  563. runOnlyForDeploymentPostprocessing = 0;
  564. shellPath = /bin/sh;
  565. 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";
  566. };
  567. DEF4813D224925A2002AD03A /* Copy Google Plist file */ = {
  568. isa = PBXShellScriptBuildPhase;
  569. buildActionMask = 2147483647;
  570. files = (
  571. );
  572. inputFileListPaths = (
  573. );
  574. inputPaths = (
  575. );
  576. name = "Copy Google Plist file";
  577. outputFileListPaths = (
  578. );
  579. outputPaths = (
  580. );
  581. runOnlyForDeploymentPostprocessing = 0;
  582. shellPath = /bin/sh;
  583. 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";
  584. };
  585. /* End PBXShellScriptBuildPhase section */
  586. /* Begin PBXSourcesBuildPhase section */
  587. 0BEA5C2D1F7B8F73000D0AB4 /* Sources */ = {
  588. isa = PBXSourcesBuildPhase;
  589. buildActionMask = 2147483647;
  590. files = (
  591. 0B7001701F7C51CC005944F4 /* InCallController.swift in Sources */,
  592. E5C97B63227A1EB400199214 /* JitsiMeetCommands.swift in Sources */,
  593. 0B5418471F7C5D8C00A2DD86 /* MeetingRowController.swift in Sources */,
  594. E588011722789D43008B0561 /* JitsiMeetContext.swift in Sources */,
  595. 0BEA5C391F7B8F73000D0AB4 /* ExtensionDelegate.swift in Sources */,
  596. 0BEA5C371F7B8F73000D0AB4 /* InterfaceController.swift in Sources */,
  597. 0BEA5C3B1F7B8F73000D0AB4 /* ComplicationController.swift in Sources */,
  598. );
  599. runOnlyForDeploymentPostprocessing = 0;
  600. };
  601. 13B07F871A680F5B00A75B9A /* Sources */ = {
  602. isa = PBXSourcesBuildPhase;
  603. buildActionMask = 2147483647;
  604. files = (
  605. 0B412F1F1EDEE6E800B1A0A6 /* ViewController.m in Sources */,
  606. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  607. DE4C456121DE1E4E00EA0709 /* FIRUtilities.m in Sources */,
  608. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  609. );
  610. runOnlyForDeploymentPostprocessing = 0;
  611. };
  612. 4EB0601F260E026600F524C5 /* Sources */ = {
  613. isa = PBXSourcesBuildPhase;
  614. buildActionMask = 2147483647;
  615. files = (
  616. 4EB0603C260E09D000F524C5 /* SocketConnection.swift in Sources */,
  617. 4EB0603E260E09D000F524C5 /* SampleUploader.swift in Sources */,
  618. 4EB0603D260E09D000F524C5 /* DarwinNotificationCenter.swift in Sources */,
  619. 4EB06027260E026600F524C5 /* SampleHandler.swift in Sources */,
  620. 4E90F9402632D1AB001102D4 /* Atomic.swift in Sources */,
  621. );
  622. runOnlyForDeploymentPostprocessing = 0;
  623. };
  624. /* End PBXSourcesBuildPhase section */
  625. /* Begin PBXTargetDependency section */
  626. 0BEA5C341F7B8F73000D0AB4 /* PBXTargetDependency */ = {
  627. isa = PBXTargetDependency;
  628. target = 0BEA5C301F7B8F73000D0AB4 /* JitsiMeetCompanion Extension */;
  629. targetProxy = 0BEA5C331F7B8F73000D0AB4 /* PBXContainerItemProxy */;
  630. };
  631. 0BEA5C401F7B8F73000D0AB4 /* PBXTargetDependency */ = {
  632. isa = PBXTargetDependency;
  633. target = 0BEA5C241F7B8F73000D0AB4 /* JitsiMeetCompanion */;
  634. targetProxy = 0BEA5C3F1F7B8F73000D0AB4 /* PBXContainerItemProxy */;
  635. };
  636. 4EB0602A260E026600F524C5 /* PBXTargetDependency */ = {
  637. isa = PBXTargetDependency;
  638. target = 4EB06022260E026600F524C5 /* JitsiMeetBroadcastExtension */;
  639. targetProxy = 4EB06029260E026600F524C5 /* PBXContainerItemProxy */;
  640. };
  641. /* End PBXTargetDependency section */
  642. /* Begin PBXVariantGroup section */
  643. 0BEA5C271F7B8F73000D0AB4 /* Interface.storyboard */ = {
  644. isa = PBXVariantGroup;
  645. children = (
  646. 0BEA5C281F7B8F73000D0AB4 /* Base */,
  647. );
  648. name = Interface.storyboard;
  649. sourceTree = "<group>";
  650. };
  651. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  652. isa = PBXVariantGroup;
  653. children = (
  654. 13B07FB21A68108700A75B9A /* Base */,
  655. );
  656. name = LaunchScreen.xib;
  657. sourceTree = "<group>";
  658. };
  659. /* End PBXVariantGroup section */
  660. /* Begin XCBuildConfiguration section */
  661. 0BEA5C421F7B8F73000D0AB4 /* Debug */ = {
  662. isa = XCBuildConfiguration;
  663. buildSettings = {
  664. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  665. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  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. DEBUG_INFORMATION_FORMAT = dwarf;
  679. DEVELOPMENT_TEAM = FC967L3QRG;
  680. GCC_C_LANGUAGE_STANDARD = gnu11;
  681. IBSC_MODULE = JitsiMeetCompanion_Extension;
  682. INFOPLIST_FILE = watchos/app/Info.plist;
  683. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
  684. PRODUCT_NAME = "$(TARGET_NAME)";
  685. SDKROOT = watchos;
  686. SKIP_INSTALL = YES;
  687. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  688. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  689. SWIFT_VERSION = 5.0;
  690. TARGETED_DEVICE_FAMILY = 4;
  691. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  692. };
  693. name = Debug;
  694. };
  695. 0BEA5C431F7B8F73000D0AB4 /* Release */ = {
  696. isa = XCBuildConfiguration;
  697. buildSettings = {
  698. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  699. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  700. CLANG_ANALYZER_NONNULL = YES;
  701. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  702. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  703. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  704. CLANG_WARN_COMMA = YES;
  705. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  706. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  707. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  708. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  709. CLANG_WARN_STRICT_PROTOTYPES = YES;
  710. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  711. CODE_SIGN_STYLE = Automatic;
  712. COPY_PHASE_STRIP = NO;
  713. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  714. DEVELOPMENT_TEAM = FC967L3QRG;
  715. GCC_C_LANGUAGE_STANDARD = gnu11;
  716. IBSC_MODULE = JitsiMeetCompanion_Extension;
  717. INFOPLIST_FILE = watchos/app/Info.plist;
  718. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit;
  719. PRODUCT_NAME = "$(TARGET_NAME)";
  720. SDKROOT = watchos;
  721. SKIP_INSTALL = YES;
  722. SWIFT_COMPILATION_MODE = wholemodule;
  723. SWIFT_OPTIMIZATION_LEVEL = "-O";
  724. SWIFT_VERSION = 5.0;
  725. TARGETED_DEVICE_FAMILY = 4;
  726. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  727. };
  728. name = Release;
  729. };
  730. 0BEA5C441F7B8F73000D0AB4 /* Debug */ = {
  731. isa = XCBuildConfiguration;
  732. buildSettings = {
  733. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  734. CLANG_ANALYZER_NONNULL = YES;
  735. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  736. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  737. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  738. CLANG_WARN_COMMA = YES;
  739. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  740. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  741. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  742. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  743. CLANG_WARN_STRICT_PROTOTYPES = YES;
  744. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  745. CODE_SIGN_STYLE = Automatic;
  746. DEBUG_INFORMATION_FORMAT = dwarf;
  747. DEVELOPMENT_TEAM = FC967L3QRG;
  748. GCC_C_LANGUAGE_STANDARD = gnu11;
  749. INFOPLIST_FILE = watchos/extension/Info.plist;
  750. LD_RUNPATH_SEARCH_PATHS = (
  751. "$(inherited)",
  752. "@executable_path/Frameworks",
  753. "@executable_path/../../Frameworks",
  754. );
  755. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
  756. PRODUCT_NAME = "${TARGET_NAME}";
  757. SDKROOT = watchos;
  758. SKIP_INSTALL = YES;
  759. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  760. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  761. SWIFT_VERSION = 5.0;
  762. TARGETED_DEVICE_FAMILY = 4;
  763. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  764. };
  765. name = Debug;
  766. };
  767. 0BEA5C451F7B8F73000D0AB4 /* Release */ = {
  768. isa = XCBuildConfiguration;
  769. buildSettings = {
  770. ASSETCATALOG_COMPILER_COMPLICATION_NAME = Complication;
  771. CLANG_ANALYZER_NONNULL = YES;
  772. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  773. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  774. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  775. CLANG_WARN_COMMA = YES;
  776. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  777. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  778. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  779. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  780. CLANG_WARN_STRICT_PROTOTYPES = YES;
  781. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  782. CODE_SIGN_STYLE = Automatic;
  783. COPY_PHASE_STRIP = NO;
  784. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  785. DEVELOPMENT_TEAM = FC967L3QRG;
  786. GCC_C_LANGUAGE_STANDARD = gnu11;
  787. INFOPLIST_FILE = watchos/extension/Info.plist;
  788. LD_RUNPATH_SEARCH_PATHS = (
  789. "$(inherited)",
  790. "@executable_path/Frameworks",
  791. "@executable_path/../../Frameworks",
  792. );
  793. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.watchkit.extension;
  794. PRODUCT_NAME = "${TARGET_NAME}";
  795. SDKROOT = watchos;
  796. SKIP_INSTALL = YES;
  797. SWIFT_COMPILATION_MODE = wholemodule;
  798. SWIFT_OPTIMIZATION_LEVEL = "-O";
  799. SWIFT_VERSION = 5.0;
  800. TARGETED_DEVICE_FAMILY = 4;
  801. WATCHOS_DEPLOYMENT_TARGET = 4.0;
  802. };
  803. name = Release;
  804. };
  805. 13B07F941A680F5B00A75B9A /* Debug */ = {
  806. isa = XCBuildConfiguration;
  807. baseConfigurationReference = 756FCE06C08D9B947653C98A /* Pods-JitsiMeet.debug.xcconfig */;
  808. buildSettings = {
  809. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  810. ASSETCATALOG_COMPILER_APPICON_NAME = AppIconDebug;
  811. CODE_SIGN_ENTITLEMENTS = app.entitlements;
  812. CODE_SIGN_IDENTITY = "Apple Development";
  813. CODE_SIGN_STYLE = Automatic;
  814. CURRENT_PROJECT_VERSION = 1;
  815. DEAD_CODE_STRIPPING = NO;
  816. DEVELOPMENT_TEAM = FC967L3QRG;
  817. ENABLE_BITCODE = NO;
  818. INFOPLIST_FILE = src/Info.plist;
  819. LD_RUNPATH_SEARCH_PATHS = (
  820. "$(inherited)",
  821. "@executable_path/Frameworks",
  822. );
  823. LIBRARY_SEARCH_PATHS = "$(inherited)";
  824. OTHER_LDFLAGS = (
  825. "$(inherited)",
  826. "-ObjC",
  827. "-lc++",
  828. );
  829. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
  830. PRODUCT_NAME = "jitsi-meet";
  831. PROVISIONING_PROFILE_SPECIFIER = "";
  832. };
  833. name = Debug;
  834. };
  835. 13B07F951A680F5B00A75B9A /* Release */ = {
  836. isa = XCBuildConfiguration;
  837. baseConfigurationReference = 3E0F4ED943C0B12BE77F6B45 /* Pods-JitsiMeet.release.xcconfig */;
  838. buildSettings = {
  839. ALWAYS_EMBED_SWIFT_STANDARD_LIBRARIES = YES;
  840. ASSETCATALOG_COMPILER_APPICON_NAME = AppIconRelease;
  841. CODE_SIGN_ENTITLEMENTS = app.entitlements;
  842. CODE_SIGN_IDENTITY = "Apple Development";
  843. CODE_SIGN_STYLE = Automatic;
  844. CURRENT_PROJECT_VERSION = 1;
  845. DEVELOPMENT_TEAM = FC967L3QRG;
  846. ENABLE_BITCODE = YES;
  847. INFOPLIST_FILE = src/Info.plist;
  848. LD_RUNPATH_SEARCH_PATHS = (
  849. "$(inherited)",
  850. "@executable_path/Frameworks",
  851. );
  852. LIBRARY_SEARCH_PATHS = "$(inherited)";
  853. OTHER_LDFLAGS = (
  854. "$(inherited)",
  855. "-ObjC",
  856. "-lc++",
  857. );
  858. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet;
  859. PRODUCT_NAME = "jitsi-meet";
  860. PROVISIONING_PROFILE_SPECIFIER = "";
  861. };
  862. name = Release;
  863. };
  864. 4EB0602D260E026700F524C5 /* Debug */ = {
  865. isa = XCBuildConfiguration;
  866. buildSettings = {
  867. CLANG_ANALYZER_NONNULL = YES;
  868. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  869. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  870. CLANG_ENABLE_OBJC_WEAK = YES;
  871. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  872. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  873. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  874. CODE_SIGN_ENTITLEMENTS = "broadcast-extension/extension.entitlements";
  875. CODE_SIGN_IDENTITY = "Apple Development";
  876. CODE_SIGN_STYLE = Automatic;
  877. DEBUG_INFORMATION_FORMAT = dwarf;
  878. DEVELOPMENT_TEAM = FC967L3QRG;
  879. GCC_C_LANGUAGE_STANDARD = gnu11;
  880. INFOPLIST_FILE = "broadcast-extension/Info.plist";
  881. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  882. LD_RUNPATH_SEARCH_PATHS = (
  883. "$(inherited)",
  884. "@executable_path/Frameworks",
  885. "@executable_path/../../Frameworks",
  886. );
  887. MTL_ENABLE_DEBUG_INFO = INCLUDE_SOURCE;
  888. MTL_FAST_MATH = YES;
  889. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.broadcast.extension;
  890. PRODUCT_NAME = "$(TARGET_NAME)";
  891. SKIP_INSTALL = YES;
  892. SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG;
  893. SWIFT_OPTIMIZATION_LEVEL = "-Onone";
  894. SWIFT_VERSION = 5.0;
  895. TARGETED_DEVICE_FAMILY = "1,2";
  896. };
  897. name = Debug;
  898. };
  899. 4EB0602E260E026700F524C5 /* Release */ = {
  900. isa = XCBuildConfiguration;
  901. buildSettings = {
  902. CLANG_ANALYZER_NONNULL = YES;
  903. CLANG_ANALYZER_NUMBER_OBJECT_CONVERSION = YES_AGGRESSIVE;
  904. CLANG_CXX_LANGUAGE_STANDARD = "gnu++14";
  905. CLANG_ENABLE_OBJC_WEAK = YES;
  906. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  907. CLANG_WARN_QUOTED_INCLUDE_IN_FRAMEWORK_HEADER = YES;
  908. CLANG_WARN_UNGUARDED_AVAILABILITY = YES_AGGRESSIVE;
  909. CODE_SIGN_ENTITLEMENTS = "broadcast-extension/extension.entitlements";
  910. CODE_SIGN_IDENTITY = "Apple Development";
  911. CODE_SIGN_STYLE = Automatic;
  912. COPY_PHASE_STRIP = NO;
  913. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  914. DEVELOPMENT_TEAM = FC967L3QRG;
  915. GCC_C_LANGUAGE_STANDARD = gnu11;
  916. INFOPLIST_FILE = "broadcast-extension/Info.plist";
  917. IPHONEOS_DEPLOYMENT_TARGET = 14.4;
  918. LD_RUNPATH_SEARCH_PATHS = (
  919. "$(inherited)",
  920. "@executable_path/Frameworks",
  921. "@executable_path/../../Frameworks",
  922. );
  923. MTL_FAST_MATH = YES;
  924. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.meet.broadcast.extension;
  925. PRODUCT_NAME = "$(TARGET_NAME)";
  926. SKIP_INSTALL = YES;
  927. SWIFT_OPTIMIZATION_LEVEL = "-O";
  928. SWIFT_VERSION = 5.0;
  929. TARGETED_DEVICE_FAMILY = "1,2";
  930. };
  931. name = Release;
  932. };
  933. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  934. isa = XCBuildConfiguration;
  935. buildSettings = {
  936. ALWAYS_SEARCH_USER_PATHS = NO;
  937. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  938. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  939. CLANG_CXX_LIBRARY = "libc++";
  940. CLANG_ENABLE_MODULES = YES;
  941. CLANG_ENABLE_OBJC_ARC = YES;
  942. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  943. CLANG_WARN_BOOL_CONVERSION = YES;
  944. CLANG_WARN_COMMA = YES;
  945. CLANG_WARN_CONSTANT_CONVERSION = YES;
  946. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  947. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  948. CLANG_WARN_EMPTY_BODY = YES;
  949. CLANG_WARN_ENUM_CONVERSION = YES;
  950. CLANG_WARN_INFINITE_RECURSION = YES;
  951. CLANG_WARN_INT_CONVERSION = YES;
  952. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  953. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  954. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  955. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  956. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  957. CLANG_WARN_STRICT_PROTOTYPES = YES;
  958. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  959. CLANG_WARN_UNREACHABLE_CODE = YES;
  960. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  961. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  962. COPY_PHASE_STRIP = NO;
  963. ENABLE_BITCODE = YES;
  964. ENABLE_STRICT_OBJC_MSGSEND = YES;
  965. ENABLE_TESTABILITY = YES;
  966. GCC_C_LANGUAGE_STANDARD = gnu99;
  967. GCC_DYNAMIC_NO_PIC = NO;
  968. GCC_NO_COMMON_BLOCKS = YES;
  969. GCC_OPTIMIZATION_LEVEL = 0;
  970. GCC_PREPROCESSOR_DEFINITIONS = (
  971. "DEBUG=1",
  972. "$(inherited)",
  973. );
  974. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  975. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  976. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  977. GCC_WARN_UNDECLARED_SELECTOR = YES;
  978. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  979. GCC_WARN_UNUSED_FUNCTION = YES;
  980. GCC_WARN_UNUSED_VARIABLE = YES;
  981. HEADER_SEARCH_PATHS = (
  982. "$(inherited)",
  983. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  984. );
  985. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  986. MTL_ENABLE_DEBUG_INFO = YES;
  987. ONLY_ACTIVE_ARCH = YES;
  988. SDKROOT = iphoneos;
  989. TARGETED_DEVICE_FAMILY = "1,2";
  990. };
  991. name = Debug;
  992. };
  993. 83CBBA211A601CBA00E9B192 /* Release */ = {
  994. isa = XCBuildConfiguration;
  995. buildSettings = {
  996. ALWAYS_SEARCH_USER_PATHS = NO;
  997. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  998. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  999. CLANG_CXX_LIBRARY = "libc++";
  1000. CLANG_ENABLE_MODULES = YES;
  1001. CLANG_ENABLE_OBJC_ARC = YES;
  1002. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1003. CLANG_WARN_BOOL_CONVERSION = YES;
  1004. CLANG_WARN_COMMA = YES;
  1005. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1006. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1007. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1008. CLANG_WARN_EMPTY_BODY = YES;
  1009. CLANG_WARN_ENUM_CONVERSION = YES;
  1010. CLANG_WARN_INFINITE_RECURSION = YES;
  1011. CLANG_WARN_INT_CONVERSION = YES;
  1012. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1013. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1014. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1015. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1016. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1017. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1018. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1019. CLANG_WARN_UNREACHABLE_CODE = YES;
  1020. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1021. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1022. COPY_PHASE_STRIP = YES;
  1023. ENABLE_BITCODE = YES;
  1024. ENABLE_NS_ASSERTIONS = NO;
  1025. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1026. GCC_C_LANGUAGE_STANDARD = gnu99;
  1027. GCC_NO_COMMON_BLOCKS = YES;
  1028. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1029. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1030. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1031. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1032. GCC_WARN_UNUSED_FUNCTION = YES;
  1033. GCC_WARN_UNUSED_VARIABLE = YES;
  1034. HEADER_SEARCH_PATHS = (
  1035. "$(inherited)",
  1036. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  1037. );
  1038. IPHONEOS_DEPLOYMENT_TARGET = 12.0;
  1039. MTL_ENABLE_DEBUG_INFO = NO;
  1040. SDKROOT = iphoneos;
  1041. SWIFT_COMPILATION_MODE = wholemodule;
  1042. TARGETED_DEVICE_FAMILY = "1,2";
  1043. VALIDATE_PRODUCT = YES;
  1044. };
  1045. name = Release;
  1046. };
  1047. /* End XCBuildConfiguration section */
  1048. /* Begin XCConfigurationList section */
  1049. 0BEA5C461F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion Extension" */ = {
  1050. isa = XCConfigurationList;
  1051. buildConfigurations = (
  1052. 0BEA5C441F7B8F73000D0AB4 /* Debug */,
  1053. 0BEA5C451F7B8F73000D0AB4 /* Release */,
  1054. );
  1055. defaultConfigurationIsVisible = 0;
  1056. defaultConfigurationName = Release;
  1057. };
  1058. 0BEA5C481F7B8F73000D0AB4 /* Build configuration list for PBXNativeTarget "JitsiMeetCompanion" */ = {
  1059. isa = XCConfigurationList;
  1060. buildConfigurations = (
  1061. 0BEA5C421F7B8F73000D0AB4 /* Debug */,
  1062. 0BEA5C431F7B8F73000D0AB4 /* Release */,
  1063. );
  1064. defaultConfigurationIsVisible = 0;
  1065. defaultConfigurationName = Release;
  1066. };
  1067. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "JitsiMeet" */ = {
  1068. isa = XCConfigurationList;
  1069. buildConfigurations = (
  1070. 13B07F941A680F5B00A75B9A /* Debug */,
  1071. 13B07F951A680F5B00A75B9A /* Release */,
  1072. );
  1073. defaultConfigurationIsVisible = 0;
  1074. defaultConfigurationName = Release;
  1075. };
  1076. 4EB0602C260E026700F524C5 /* Build configuration list for PBXNativeTarget "JitsiMeetBroadcastExtension" */ = {
  1077. isa = XCConfigurationList;
  1078. buildConfigurations = (
  1079. 4EB0602D260E026700F524C5 /* Debug */,
  1080. 4EB0602E260E026700F524C5 /* Release */,
  1081. );
  1082. defaultConfigurationIsVisible = 0;
  1083. defaultConfigurationName = Release;
  1084. };
  1085. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "app" */ = {
  1086. isa = XCConfigurationList;
  1087. buildConfigurations = (
  1088. 83CBBA201A601CBA00E9B192 /* Debug */,
  1089. 83CBBA211A601CBA00E9B192 /* Release */,
  1090. );
  1091. defaultConfigurationIsVisible = 0;
  1092. defaultConfigurationName = Release;
  1093. };
  1094. /* End XCConfigurationList section */
  1095. };
  1096. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1097. }