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

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