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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 002AF788986B412780935607 /* FontAwesome.ttf in Resources */ = {isa = PBXBuildFile; fileRef = B96AF9B6FBC0453798399985 /* FontAwesome.ttf */; };
  10. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
  11. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
  12. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
  13. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
  14. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
  15. 0B42DFAE1E2FD90700111B12 /* AudioMode.m in Sources */ = {isa = PBXBuildFile; fileRef = 0B42DFAD1E2FD90700111B12 /* AudioMode.m */; };
  16. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
  17. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
  18. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
  19. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  20. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  21. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  22. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  23. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  24. 2602576C1D0A7703001E3363 /* jitsi.ttf in Resources */ = {isa = PBXBuildFile; fileRef = 2602576B1D0A7703001E3363 /* jitsi.ttf */; };
  25. 3847F11906B4479A9162628F /* libRNVectorIcons.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 821D8ABD506944B4BDBB069B /* libRNVectorIcons.a */; };
  26. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  27. 901FE90FA5744B5B94DCDC41 /* libKCKeepAwake.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */; };
  28. B30EF2311DC0ED7C00690F45 /* WebRTC.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B30EF2301DC0ED7C00690F45 /* WebRTC.framework */; };
  29. B30EF2331DC0EEA500690F45 /* WebRTC.framework in Embed Frameworks */ = {isa = PBXBuildFile; fileRef = B30EF2301DC0ED7C00690F45 /* WebRTC.framework */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
  30. B3A9D0251E0481E10009343D /* POSIX.m in Sources */ = {isa = PBXBuildFile; fileRef = B3A9D0241E0481E10009343D /* POSIX.m */; };
  31. BF9643821C34FBB300B0BBDF /* AVFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643811C34FBB300B0BBDF /* AVFoundation.framework */; };
  32. BF9643841C34FBBB00B0BBDF /* AudioToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */; };
  33. BF9643861C34FBC100B0BBDF /* CoreGraphics.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643851C34FBC100B0BBDF /* CoreGraphics.framework */; };
  34. BF9643881C34FBC800B0BBDF /* GLKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643871C34FBC800B0BBDF /* GLKit.framework */; };
  35. BF96438A1C34FBD100B0BBDF /* CoreAudio.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643891C34FBD100B0BBDF /* CoreAudio.framework */; };
  36. BF96438C1C34FBD700B0BBDF /* CoreVideo.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF96438B1C34FBD700B0BBDF /* CoreVideo.framework */; };
  37. BF96438E1C34FBE100B0BBDF /* VideoToolbox.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = BF96438D1C34FBE100B0BBDF /* VideoToolbox.framework */; };
  38. BF9643901C34FBEB00B0BBDF /* libc.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BF96438F1C34FBEB00B0BBDF /* libc.tbd */; };
  39. BF9643921C34FBF100B0BBDF /* libsqlite3.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643911C34FBF100B0BBDF /* libsqlite3.tbd */; };
  40. BF9643941C34FBF900B0BBDF /* libstdc++.tbd in Frameworks */ = {isa = PBXBuildFile; fileRef = BF9643931C34FBF900B0BBDF /* libstdc++.tbd */; };
  41. BFC745141CB829B300673F38 /* libRCTWebRTC.a in Frameworks */ = {isa = PBXBuildFile; fileRef = BFC745131CB829A700673F38 /* libRCTWebRTC.a */; };
  42. /* End PBXBuildFile section */
  43. /* Begin PBXContainerItemProxy section */
  44. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  49. remoteInfo = RCTActionSheet;
  50. };
  51. 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  56. remoteInfo = RCTGeolocation;
  57. };
  58. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  63. remoteInfo = RCTImage;
  64. };
  65. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  68. proxyType = 2;
  69. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  70. remoteInfo = RCTNetwork;
  71. };
  72. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  75. proxyType = 2;
  76. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  77. remoteInfo = RCTVibration;
  78. };
  79. 0B8752851E26E54A004C5CAB /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = 5B09C20C78C74A548AAAC1FA /* KCKeepAwake.xcodeproj */;
  82. proxyType = 2;
  83. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  84. remoteInfo = KCKeepAwake;
  85. };
  86. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  89. proxyType = 2;
  90. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  91. remoteInfo = RCTSettings;
  92. };
  93. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  96. proxyType = 2;
  97. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  98. remoteInfo = RCTWebSocket;
  99. };
  100. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  103. proxyType = 2;
  104. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  105. remoteInfo = React;
  106. };
  107. 26D58A061D0B42EE00FC396B /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = 22418656B14845609F953A42 /* RNVectorIcons.xcodeproj */;
  110. proxyType = 2;
  111. remoteGlobalIDString = 5DBEB1501B18CEA900B34395;
  112. remoteInfo = RNVectorIcons;
  113. };
  114. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  119. remoteInfo = RCTLinking;
  120. };
  121. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  126. remoteInfo = RCTText;
  127. };
  128. B3BA19D41DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  131. proxyType = 2;
  132. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  133. remoteInfo = "RCTImage-tvOS";
  134. };
  135. B3BA19D81DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  138. proxyType = 2;
  139. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  140. remoteInfo = "RCTLinking-tvOS";
  141. };
  142. B3BA19DC1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  143. isa = PBXContainerItemProxy;
  144. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  145. proxyType = 2;
  146. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  147. remoteInfo = "RCTNetwork-tvOS";
  148. };
  149. B3BA19E01DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  152. proxyType = 2;
  153. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  154. remoteInfo = "RCTSettings-tvOS";
  155. };
  156. B3BA19E41DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  159. proxyType = 2;
  160. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  161. remoteInfo = "RCTText-tvOS";
  162. };
  163. B3BA19EA1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  164. isa = PBXContainerItemProxy;
  165. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  166. proxyType = 2;
  167. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  168. remoteInfo = "RCTWebSocket-tvOS";
  169. };
  170. B3BA19EE1DC6B37B00BCD481 /* PBXContainerItemProxy */ = {
  171. isa = PBXContainerItemProxy;
  172. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  173. proxyType = 2;
  174. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  175. remoteInfo = "React-tvOS";
  176. };
  177. BFC745121CB829A700673F38 /* PBXContainerItemProxy */ = {
  178. isa = PBXContainerItemProxy;
  179. containerPortal = BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */;
  180. proxyType = 2;
  181. remoteGlobalIDString = 35A2221F1CB493700015FD5C;
  182. remoteInfo = RCTWebRTC;
  183. };
  184. /* End PBXContainerItemProxy section */
  185. /* Begin PBXCopyFilesBuildPhase section */
  186. B30EF2341DC0EEA500690F45 /* Embed Frameworks */ = {
  187. isa = PBXCopyFilesBuildPhase;
  188. buildActionMask = 2147483647;
  189. dstPath = "";
  190. dstSubfolderSpec = 10;
  191. files = (
  192. B30EF2331DC0EEA500690F45 /* WebRTC.framework in Embed Frameworks */,
  193. );
  194. name = "Embed Frameworks";
  195. runOnlyForDeploymentPostprocessing = 0;
  196. };
  197. /* End PBXCopyFilesBuildPhase section */
  198. /* Begin PBXFileReference section */
  199. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  200. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  201. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
  202. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  203. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  204. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  205. 0B42DFAC1E2FD90700111B12 /* AudioMode.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AudioMode.h; path = app/AudioMode.h; sourceTree = "<group>"; };
  206. 0B42DFAD1E2FD90700111B12 /* AudioMode.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AudioMode.m; path = app/AudioMode.m; sourceTree = "<group>"; };
  207. 0EA8C046B2BF46279796F07D /* libKCKeepAwake.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libKCKeepAwake.a; sourceTree = "<group>"; };
  208. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  209. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  210. 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "jitsi-meet-react.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  211. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = app/AppDelegate.h; sourceTree = "<group>"; };
  212. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = app/AppDelegate.m; sourceTree = "<group>"; };
  213. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  214. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = app/Images.xcassets; sourceTree = "<group>"; };
  215. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = app/Info.plist; sourceTree = "<group>"; };
  216. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = app/main.m; sourceTree = "<group>"; };
  217. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  218. 22418656B14845609F953A42 /* RNVectorIcons.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = RNVectorIcons.xcodeproj; path = "../node_modules/react-native-vector-icons/RNVectorIcons.xcodeproj"; sourceTree = "<group>"; };
  219. 2602576B1D0A7703001E3363 /* jitsi.ttf */ = {isa = PBXFileReference; lastKnownFileType = file; name = jitsi.ttf; path = ../android/app/src/main/assets/fonts/jitsi.ttf; sourceTree = "<group>"; };
  220. 5B09C20C78C74A548AAAC1FA /* KCKeepAwake.xcodeproj */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = "wrapper.pb-project"; name = KCKeepAwake.xcodeproj; path = "../node_modules/react-native-keep-awake/ios/KCKeepAwake.xcodeproj"; sourceTree = "<group>"; };
  221. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  222. 821D8ABD506944B4BDBB069B /* libRNVectorIcons.a */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = archive.ar; path = libRNVectorIcons.a; sourceTree = "<group>"; };
  223. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  224. B30EF2301DC0ED7C00690F45 /* WebRTC.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebRTC.framework; path = "../node_modules/react-native-webrtc/ios/WebRTC.framework"; sourceTree = "<group>"; };
  225. B3A9D0231E0481E10009343D /* POSIX.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = POSIX.h; path = app/POSIX.h; sourceTree = "<group>"; };
  226. B3A9D0241E0481E10009343D /* POSIX.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = POSIX.m; path = app/POSIX.m; sourceTree = "<group>"; };
  227. B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */ = {isa = PBXFileReference; lastKnownFileType = text.xml; path = "jitsi-meet-react.entitlements"; sourceTree = "<group>"; };
  228. B96AF9B6FBC0453798399985 /* FontAwesome.ttf */ = {isa = PBXFileReference; explicitFileType = undefined; fileEncoding = 9; includeInIndex = 0; lastKnownFileType = unknown; name = FontAwesome.ttf; path = "../node_modules/react-native-vector-icons/Fonts/FontAwesome.ttf"; sourceTree = "<group>"; };
  229. BF9643811C34FBB300B0BBDF /* AVFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AVFoundation.framework; path = System/Library/Frameworks/AVFoundation.framework; sourceTree = SDKROOT; };
  230. BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AudioToolbox.framework; path = System/Library/Frameworks/AudioToolbox.framework; sourceTree = SDKROOT; };
  231. BF9643851C34FBC100B0BBDF /* CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreGraphics.framework; path = System/Library/Frameworks/CoreGraphics.framework; sourceTree = SDKROOT; };
  232. BF9643871C34FBC800B0BBDF /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = GLKit.framework; path = System/Library/Frameworks/GLKit.framework; sourceTree = SDKROOT; };
  233. BF9643891C34FBD100B0BBDF /* CoreAudio.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreAudio.framework; path = System/Library/Frameworks/CoreAudio.framework; sourceTree = SDKROOT; };
  234. BF96438B1C34FBD700B0BBDF /* CoreVideo.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreVideo.framework; path = System/Library/Frameworks/CoreVideo.framework; sourceTree = SDKROOT; };
  235. BF96438D1C34FBE100B0BBDF /* VideoToolbox.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = VideoToolbox.framework; path = System/Library/Frameworks/VideoToolbox.framework; sourceTree = SDKROOT; };
  236. BF96438F1C34FBEB00B0BBDF /* libc.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libc.tbd; path = usr/lib/libc.tbd; sourceTree = SDKROOT; };
  237. BF9643911C34FBF100B0BBDF /* libsqlite3.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = libsqlite3.tbd; path = usr/lib/libsqlite3.tbd; sourceTree = SDKROOT; };
  238. BF9643931C34FBF900B0BBDF /* libstdc++.tbd */ = {isa = PBXFileReference; lastKnownFileType = "sourcecode.text-based-dylib-definition"; name = "libstdc++.tbd"; path = "usr/lib/libstdc++.tbd"; sourceTree = SDKROOT; };
  239. BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebRTC.xcodeproj; path = "../node_modules/react-native-webrtc/ios/RCTWebRTC.xcodeproj"; sourceTree = "<group>"; };
  240. /* End PBXFileReference section */
  241. /* Begin PBXFrameworksBuildPhase section */
  242. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  243. isa = PBXFrameworksBuildPhase;
  244. buildActionMask = 2147483647;
  245. files = (
  246. BF9643901C34FBEB00B0BBDF /* libc.tbd in Frameworks */,
  247. BF9643921C34FBF100B0BBDF /* libsqlite3.tbd in Frameworks */,
  248. BF9643941C34FBF900B0BBDF /* libstdc++.tbd in Frameworks */,
  249. BF9643841C34FBBB00B0BBDF /* AudioToolbox.framework in Frameworks */,
  250. BF9643821C34FBB300B0BBDF /* AVFoundation.framework in Frameworks */,
  251. BF96438A1C34FBD100B0BBDF /* CoreAudio.framework in Frameworks */,
  252. BF9643861C34FBC100B0BBDF /* CoreGraphics.framework in Frameworks */,
  253. BF96438C1C34FBD700B0BBDF /* CoreVideo.framework in Frameworks */,
  254. BF9643881C34FBC800B0BBDF /* GLKit.framework in Frameworks */,
  255. B30EF2311DC0ED7C00690F45 /* WebRTC.framework in Frameworks */,
  256. BF96438E1C34FBE100B0BBDF /* VideoToolbox.framework in Frameworks */,
  257. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  258. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  259. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
  260. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  261. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  262. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  263. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  264. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  265. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  266. BFC745141CB829B300673F38 /* libRCTWebRTC.a in Frameworks */,
  267. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  268. 3847F11906B4479A9162628F /* libRNVectorIcons.a in Frameworks */,
  269. 901FE90FA5744B5B94DCDC41 /* libKCKeepAwake.a in Frameworks */,
  270. );
  271. runOnlyForDeploymentPostprocessing = 0;
  272. };
  273. /* End PBXFrameworksBuildPhase section */
  274. /* Begin PBXGroup section */
  275. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  276. isa = PBXGroup;
  277. children = (
  278. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  279. );
  280. name = Products;
  281. sourceTree = "<group>";
  282. };
  283. 00C302B61ABCB90400DB3ED1 /* Products */ = {
  284. isa = PBXGroup;
  285. children = (
  286. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
  287. );
  288. name = Products;
  289. sourceTree = "<group>";
  290. };
  291. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  292. isa = PBXGroup;
  293. children = (
  294. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  295. B3BA19D51DC6B37B00BCD481 /* libRCTImage-tvOS.a */,
  296. );
  297. name = Products;
  298. sourceTree = "<group>";
  299. };
  300. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  301. isa = PBXGroup;
  302. children = (
  303. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  304. B3BA19DD1DC6B37B00BCD481 /* libRCTNetwork-tvOS.a */,
  305. );
  306. name = Products;
  307. sourceTree = "<group>";
  308. };
  309. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  310. isa = PBXGroup;
  311. children = (
  312. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  313. );
  314. name = Products;
  315. sourceTree = "<group>";
  316. };
  317. 0B8752821E26E54A004C5CAB /* Products */ = {
  318. isa = PBXGroup;
  319. children = (
  320. 0B8752861E26E54A004C5CAB /* libKCKeepAwake.a */,
  321. );
  322. name = Products;
  323. sourceTree = "<group>";
  324. };
  325. 139105B71AF99BAD00B5F7CC /* Products */ = {
  326. isa = PBXGroup;
  327. children = (
  328. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  329. B3BA19E11DC6B37B00BCD481 /* libRCTSettings-tvOS.a */,
  330. );
  331. name = Products;
  332. sourceTree = "<group>";
  333. };
  334. 139FDEE71B06529A00C62182 /* Products */ = {
  335. isa = PBXGroup;
  336. children = (
  337. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  338. B3BA19EB1DC6B37B00BCD481 /* libRCTWebSocket-tvOS.a */,
  339. );
  340. name = Products;
  341. sourceTree = "<group>";
  342. };
  343. 13B07FAE1A68108700A75B9A /* app */ = {
  344. isa = PBXGroup;
  345. children = (
  346. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  347. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  348. 0B42DFAC1E2FD90700111B12 /* AudioMode.h */,
  349. 0B42DFAD1E2FD90700111B12 /* AudioMode.m */,
  350. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  351. 13B07FB61A68108700A75B9A /* Info.plist */,
  352. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  353. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  354. 13B07FB71A68108700A75B9A /* main.m */,
  355. B3A9D0231E0481E10009343D /* POSIX.h */,
  356. B3A9D0241E0481E10009343D /* POSIX.m */,
  357. );
  358. name = app;
  359. sourceTree = "<group>";
  360. };
  361. 146834001AC3E56700842450 /* Products */ = {
  362. isa = PBXGroup;
  363. children = (
  364. 146834041AC3E56700842450 /* libReact.a */,
  365. B3BA19EF1DC6B37B00BCD481 /* libReact-tvOS.a */,
  366. );
  367. name = Products;
  368. sourceTree = "<group>";
  369. };
  370. 26D589F81D0B42EE00FC396B /* Products */ = {
  371. isa = PBXGroup;
  372. children = (
  373. 26D58A071D0B42EE00FC396B /* libRNVectorIcons.a */,
  374. );
  375. name = Products;
  376. sourceTree = "<group>";
  377. };
  378. 6956B374CC3C453DB7B8E82D /* Resources */ = {
  379. isa = PBXGroup;
  380. children = (
  381. B96AF9B6FBC0453798399985 /* FontAwesome.ttf */,
  382. 2602576B1D0A7703001E3363 /* jitsi.ttf */,
  383. );
  384. name = Resources;
  385. sourceTree = "<group>";
  386. };
  387. 78C398B11ACF4ADC00677621 /* Products */ = {
  388. isa = PBXGroup;
  389. children = (
  390. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  391. B3BA19D91DC6B37B00BCD481 /* libRCTLinking-tvOS.a */,
  392. );
  393. name = Products;
  394. sourceTree = "<group>";
  395. };
  396. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  397. isa = PBXGroup;
  398. children = (
  399. BF96438F1C34FBEB00B0BBDF /* libc.tbd */,
  400. BF9643911C34FBF100B0BBDF /* libsqlite3.tbd */,
  401. BF9643931C34FBF900B0BBDF /* libstdc++.tbd */,
  402. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  403. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
  404. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  405. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  406. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  407. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  408. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  409. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  410. BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */,
  411. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  412. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  413. 22418656B14845609F953A42 /* RNVectorIcons.xcodeproj */,
  414. 5B09C20C78C74A548AAAC1FA /* KCKeepAwake.xcodeproj */,
  415. );
  416. name = Libraries;
  417. sourceTree = "<group>";
  418. };
  419. 832341B11AAA6A8300B99B32 /* Products */ = {
  420. isa = PBXGroup;
  421. children = (
  422. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  423. B3BA19E51DC6B37B00BCD481 /* libRCTText-tvOS.a */,
  424. );
  425. name = Products;
  426. sourceTree = "<group>";
  427. };
  428. 83CBB9F61A601CBA00E9B192 = {
  429. isa = PBXGroup;
  430. children = (
  431. 13B07FAE1A68108700A75B9A /* app */,
  432. B3BA19B71DC6B02F00BCD481 /* Frameworks */,
  433. B3B083EB1D4955FF0069CEE7 /* jitsi-meet-react.entitlements */,
  434. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  435. 83CBBA001A601CBA00E9B192 /* Products */,
  436. 6956B374CC3C453DB7B8E82D /* Resources */,
  437. );
  438. indentWidth = 2;
  439. sourceTree = "<group>";
  440. tabWidth = 2;
  441. };
  442. 83CBBA001A601CBA00E9B192 /* Products */ = {
  443. isa = PBXGroup;
  444. children = (
  445. 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */,
  446. );
  447. name = Products;
  448. sourceTree = "<group>";
  449. };
  450. B3BA19B71DC6B02F00BCD481 /* Frameworks */ = {
  451. isa = PBXGroup;
  452. children = (
  453. BF9643831C34FBBB00B0BBDF /* AudioToolbox.framework */,
  454. BF9643811C34FBB300B0BBDF /* AVFoundation.framework */,
  455. BF9643891C34FBD100B0BBDF /* CoreAudio.framework */,
  456. BF9643851C34FBC100B0BBDF /* CoreGraphics.framework */,
  457. BF96438B1C34FBD700B0BBDF /* CoreVideo.framework */,
  458. BF9643871C34FBC800B0BBDF /* GLKit.framework */,
  459. BF96438D1C34FBE100B0BBDF /* VideoToolbox.framework */,
  460. B30EF2301DC0ED7C00690F45 /* WebRTC.framework */,
  461. );
  462. name = Frameworks;
  463. sourceTree = "<group>";
  464. };
  465. BFC7450E1CB829A700673F38 /* Products */ = {
  466. isa = PBXGroup;
  467. children = (
  468. BFC745131CB829A700673F38 /* libRCTWebRTC.a */,
  469. );
  470. name = Products;
  471. sourceTree = "<group>";
  472. };
  473. /* End PBXGroup section */
  474. /* Begin PBXNativeTarget section */
  475. 13B07F861A680F5B00A75B9A /* jitsi-meet-react */ = {
  476. isa = PBXNativeTarget;
  477. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */;
  478. buildPhases = (
  479. 13B07F871A680F5B00A75B9A /* Sources */,
  480. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  481. 13B07F8E1A680F5B00A75B9A /* Resources */,
  482. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  483. B30EF2341DC0EEA500690F45 /* Embed Frameworks */,
  484. B35383AD1DDA0083008F406A /* ShellScript */,
  485. );
  486. buildRules = (
  487. );
  488. dependencies = (
  489. );
  490. name = "jitsi-meet-react";
  491. productName = "Hello World";
  492. productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */;
  493. productType = "com.apple.product-type.application";
  494. };
  495. /* End PBXNativeTarget section */
  496. /* Begin PBXProject section */
  497. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  498. isa = PBXProject;
  499. attributes = {
  500. LastUpgradeCheck = 0800;
  501. ORGANIZATIONNAME = Facebook;
  502. TargetAttributes = {
  503. 13B07F861A680F5B00A75B9A = {
  504. DevelopmentTeam = BQNXB4G3KQ;
  505. SystemCapabilities = {
  506. com.apple.SafariKeychain = {
  507. enabled = 1;
  508. };
  509. };
  510. };
  511. };
  512. };
  513. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */;
  514. compatibilityVersion = "Xcode 3.2";
  515. developmentRegion = English;
  516. hasScannedForEncodings = 0;
  517. knownRegions = (
  518. en,
  519. Base,
  520. );
  521. mainGroup = 83CBB9F61A601CBA00E9B192;
  522. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  523. projectDirPath = "";
  524. projectReferences = (
  525. {
  526. ProductGroup = 0B8752821E26E54A004C5CAB /* Products */;
  527. ProjectRef = 5B09C20C78C74A548AAAC1FA /* KCKeepAwake.xcodeproj */;
  528. },
  529. {
  530. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  531. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  532. },
  533. {
  534. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  535. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  536. },
  537. {
  538. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  539. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  540. },
  541. {
  542. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  543. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  544. },
  545. {
  546. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  547. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  548. },
  549. {
  550. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  551. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  552. },
  553. {
  554. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  555. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  556. },
  557. {
  558. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  559. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  560. },
  561. {
  562. ProductGroup = BFC7450E1CB829A700673F38 /* Products */;
  563. ProjectRef = BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */;
  564. },
  565. {
  566. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  567. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  568. },
  569. {
  570. ProductGroup = 146834001AC3E56700842450 /* Products */;
  571. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  572. },
  573. {
  574. ProductGroup = 26D589F81D0B42EE00FC396B /* Products */;
  575. ProjectRef = 22418656B14845609F953A42 /* RNVectorIcons.xcodeproj */;
  576. },
  577. );
  578. projectRoot = "";
  579. targets = (
  580. 13B07F861A680F5B00A75B9A /* jitsi-meet-react */,
  581. );
  582. };
  583. /* End PBXProject section */
  584. /* Begin PBXReferenceProxy section */
  585. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  586. isa = PBXReferenceProxy;
  587. fileType = archive.ar;
  588. path = libRCTActionSheet.a;
  589. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  590. sourceTree = BUILT_PRODUCTS_DIR;
  591. };
  592. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  593. isa = PBXReferenceProxy;
  594. fileType = archive.ar;
  595. path = libRCTGeolocation.a;
  596. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  597. sourceTree = BUILT_PRODUCTS_DIR;
  598. };
  599. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  600. isa = PBXReferenceProxy;
  601. fileType = archive.ar;
  602. path = libRCTImage.a;
  603. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  604. sourceTree = BUILT_PRODUCTS_DIR;
  605. };
  606. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  607. isa = PBXReferenceProxy;
  608. fileType = archive.ar;
  609. path = libRCTNetwork.a;
  610. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  611. sourceTree = BUILT_PRODUCTS_DIR;
  612. };
  613. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  614. isa = PBXReferenceProxy;
  615. fileType = archive.ar;
  616. path = libRCTVibration.a;
  617. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  618. sourceTree = BUILT_PRODUCTS_DIR;
  619. };
  620. 0B8752861E26E54A004C5CAB /* libKCKeepAwake.a */ = {
  621. isa = PBXReferenceProxy;
  622. fileType = archive.ar;
  623. path = libKCKeepAwake.a;
  624. remoteRef = 0B8752851E26E54A004C5CAB /* PBXContainerItemProxy */;
  625. sourceTree = BUILT_PRODUCTS_DIR;
  626. };
  627. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  628. isa = PBXReferenceProxy;
  629. fileType = archive.ar;
  630. path = libRCTSettings.a;
  631. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  632. sourceTree = BUILT_PRODUCTS_DIR;
  633. };
  634. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  635. isa = PBXReferenceProxy;
  636. fileType = archive.ar;
  637. path = libRCTWebSocket.a;
  638. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  639. sourceTree = BUILT_PRODUCTS_DIR;
  640. };
  641. 146834041AC3E56700842450 /* libReact.a */ = {
  642. isa = PBXReferenceProxy;
  643. fileType = archive.ar;
  644. path = libReact.a;
  645. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  646. sourceTree = BUILT_PRODUCTS_DIR;
  647. };
  648. 26D58A071D0B42EE00FC396B /* libRNVectorIcons.a */ = {
  649. isa = PBXReferenceProxy;
  650. fileType = archive.ar;
  651. path = libRNVectorIcons.a;
  652. remoteRef = 26D58A061D0B42EE00FC396B /* PBXContainerItemProxy */;
  653. sourceTree = BUILT_PRODUCTS_DIR;
  654. };
  655. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  656. isa = PBXReferenceProxy;
  657. fileType = archive.ar;
  658. path = libRCTLinking.a;
  659. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  660. sourceTree = BUILT_PRODUCTS_DIR;
  661. };
  662. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  663. isa = PBXReferenceProxy;
  664. fileType = archive.ar;
  665. path = libRCTText.a;
  666. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  667. sourceTree = BUILT_PRODUCTS_DIR;
  668. };
  669. B3BA19D51DC6B37B00BCD481 /* libRCTImage-tvOS.a */ = {
  670. isa = PBXReferenceProxy;
  671. fileType = archive.ar;
  672. path = "libRCTImage-tvOS.a";
  673. remoteRef = B3BA19D41DC6B37B00BCD481 /* PBXContainerItemProxy */;
  674. sourceTree = BUILT_PRODUCTS_DIR;
  675. };
  676. B3BA19D91DC6B37B00BCD481 /* libRCTLinking-tvOS.a */ = {
  677. isa = PBXReferenceProxy;
  678. fileType = archive.ar;
  679. path = "libRCTLinking-tvOS.a";
  680. remoteRef = B3BA19D81DC6B37B00BCD481 /* PBXContainerItemProxy */;
  681. sourceTree = BUILT_PRODUCTS_DIR;
  682. };
  683. B3BA19DD1DC6B37B00BCD481 /* libRCTNetwork-tvOS.a */ = {
  684. isa = PBXReferenceProxy;
  685. fileType = archive.ar;
  686. path = "libRCTNetwork-tvOS.a";
  687. remoteRef = B3BA19DC1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  688. sourceTree = BUILT_PRODUCTS_DIR;
  689. };
  690. B3BA19E11DC6B37B00BCD481 /* libRCTSettings-tvOS.a */ = {
  691. isa = PBXReferenceProxy;
  692. fileType = archive.ar;
  693. path = "libRCTSettings-tvOS.a";
  694. remoteRef = B3BA19E01DC6B37B00BCD481 /* PBXContainerItemProxy */;
  695. sourceTree = BUILT_PRODUCTS_DIR;
  696. };
  697. B3BA19E51DC6B37B00BCD481 /* libRCTText-tvOS.a */ = {
  698. isa = PBXReferenceProxy;
  699. fileType = archive.ar;
  700. path = "libRCTText-tvOS.a";
  701. remoteRef = B3BA19E41DC6B37B00BCD481 /* PBXContainerItemProxy */;
  702. sourceTree = BUILT_PRODUCTS_DIR;
  703. };
  704. B3BA19EB1DC6B37B00BCD481 /* libRCTWebSocket-tvOS.a */ = {
  705. isa = PBXReferenceProxy;
  706. fileType = archive.ar;
  707. path = "libRCTWebSocket-tvOS.a";
  708. remoteRef = B3BA19EA1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  709. sourceTree = BUILT_PRODUCTS_DIR;
  710. };
  711. B3BA19EF1DC6B37B00BCD481 /* libReact-tvOS.a */ = {
  712. isa = PBXReferenceProxy;
  713. fileType = archive.ar;
  714. path = "libReact-tvOS.a";
  715. remoteRef = B3BA19EE1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  716. sourceTree = BUILT_PRODUCTS_DIR;
  717. };
  718. BFC745131CB829A700673F38 /* libRCTWebRTC.a */ = {
  719. isa = PBXReferenceProxy;
  720. fileType = archive.ar;
  721. path = libRCTWebRTC.a;
  722. remoteRef = BFC745121CB829A700673F38 /* PBXContainerItemProxy */;
  723. sourceTree = BUILT_PRODUCTS_DIR;
  724. };
  725. /* End PBXReferenceProxy section */
  726. /* Begin PBXResourcesBuildPhase section */
  727. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  728. isa = PBXResourcesBuildPhase;
  729. buildActionMask = 2147483647;
  730. files = (
  731. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  732. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  733. 2602576C1D0A7703001E3363 /* jitsi.ttf in Resources */,
  734. 002AF788986B412780935607 /* FontAwesome.ttf in Resources */,
  735. );
  736. runOnlyForDeploymentPostprocessing = 0;
  737. };
  738. /* End PBXResourcesBuildPhase section */
  739. /* Begin PBXShellScriptBuildPhase section */
  740. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  741. isa = PBXShellScriptBuildPhase;
  742. buildActionMask = 2147483647;
  743. files = (
  744. );
  745. inputPaths = (
  746. );
  747. name = "Bundle React Native code and images";
  748. outputPaths = (
  749. );
  750. runOnlyForDeploymentPostprocessing = 0;
  751. shellPath = /bin/sh;
  752. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
  753. };
  754. B35383AD1DDA0083008F406A /* ShellScript */ = {
  755. isa = PBXShellScriptBuildPhase;
  756. buildActionMask = 2147483647;
  757. files = (
  758. );
  759. inputPaths = (
  760. );
  761. outputPaths = (
  762. );
  763. runOnlyForDeploymentPostprocessing = 0;
  764. shellPath = /bin/sh;
  765. shellScript = "APP_PATH=\"${TARGET_BUILD_DIR}/${WRAPPER_NAME}\"\n\n# This script loops through the frameworks embedded in the application and\n# removes unused architectures.\nfind \"$APP_PATH\" -name '*.framework' -type d | while read -r FRAMEWORK\ndo\nFRAMEWORK_EXECUTABLE_NAME=$(defaults read \"$FRAMEWORK/Info.plist\" CFBundleExecutable)\nFRAMEWORK_EXECUTABLE_PATH=\"$FRAMEWORK/$FRAMEWORK_EXECUTABLE_NAME\"\necho \"Executable is $FRAMEWORK_EXECUTABLE_PATH\"\n\nEXTRACTED_ARCHS=()\n\nfor ARCH in $ARCHS\ndo\necho \"Extracting $ARCH from $FRAMEWORK_EXECUTABLE_NAME\"\nlipo -extract \"$ARCH\" \"$FRAMEWORK_EXECUTABLE_PATH\" -o \"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\"\nEXTRACTED_ARCHS+=(\"$FRAMEWORK_EXECUTABLE_PATH-$ARCH\")\ndone\n\necho \"Merging extracted architectures: ${ARCHS}\"\nlipo -o \"$FRAMEWORK_EXECUTABLE_PATH-merged\" -create \"${EXTRACTED_ARCHS[@]}\"\nrm \"${EXTRACTED_ARCHS[@]}\"\n\necho \"Replacing original executable with thinned version\"\nrm \"$FRAMEWORK_EXECUTABLE_PATH\"\nmv \"$FRAMEWORK_EXECUTABLE_PATH-merged\" \"$FRAMEWORK_EXECUTABLE_PATH\"\n\ndone";
  766. };
  767. /* End PBXShellScriptBuildPhase section */
  768. /* Begin PBXSourcesBuildPhase section */
  769. 13B07F871A680F5B00A75B9A /* Sources */ = {
  770. isa = PBXSourcesBuildPhase;
  771. buildActionMask = 2147483647;
  772. files = (
  773. B3A9D0251E0481E10009343D /* POSIX.m in Sources */,
  774. 0B42DFAE1E2FD90700111B12 /* AudioMode.m in Sources */,
  775. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  776. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  777. );
  778. runOnlyForDeploymentPostprocessing = 0;
  779. };
  780. /* End PBXSourcesBuildPhase section */
  781. /* Begin PBXVariantGroup section */
  782. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  783. isa = PBXVariantGroup;
  784. children = (
  785. 13B07FB21A68108700A75B9A /* Base */,
  786. );
  787. name = LaunchScreen.xib;
  788. path = app;
  789. sourceTree = "<group>";
  790. };
  791. /* End PBXVariantGroup section */
  792. /* Begin XCBuildConfiguration section */
  793. 13B07F941A680F5B00A75B9A /* Debug */ = {
  794. isa = XCBuildConfiguration;
  795. buildSettings = {
  796. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  797. CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
  798. CURRENT_PROJECT_VERSION = 1;
  799. DEAD_CODE_STRIPPING = NO;
  800. ENABLE_BITCODE = NO;
  801. FRAMEWORK_SEARCH_PATHS = (
  802. "$(inherited)",
  803. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  804. );
  805. HEADER_SEARCH_PATHS = (
  806. "$(inherited)",
  807. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  808. "$(SRCROOT)/../node_modules/react-native/React/**",
  809. "$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
  810. "$(SRCROOT)/../node_modules/react-native-keep-awake/ios",
  811. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  812. );
  813. INFOPLIST_FILE = app/Info.plist;
  814. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  815. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  816. LIBRARY_SEARCH_PATHS = (
  817. "$(inherited)",
  818. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  819. );
  820. OTHER_LDFLAGS = (
  821. "$(inherited)",
  822. "-ObjC",
  823. "-lc++",
  824. );
  825. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  826. PRODUCT_NAME = "jitsi-meet-react";
  827. TARGETED_DEVICE_FAMILY = "1,2";
  828. };
  829. name = Debug;
  830. };
  831. 13B07F951A680F5B00A75B9A /* Release */ = {
  832. isa = XCBuildConfiguration;
  833. buildSettings = {
  834. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  835. CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
  836. CURRENT_PROJECT_VERSION = 1;
  837. ENABLE_BITCODE = NO;
  838. FRAMEWORK_SEARCH_PATHS = (
  839. "$(inherited)",
  840. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  841. );
  842. HEADER_SEARCH_PATHS = (
  843. "$(inherited)",
  844. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  845. "$(SRCROOT)/../node_modules/react-native/React/**",
  846. "$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
  847. "$(SRCROOT)/../node_modules/react-native-keep-awake/ios",
  848. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  849. );
  850. INFOPLIST_FILE = app/Info.plist;
  851. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  852. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  853. LIBRARY_SEARCH_PATHS = (
  854. "$(inherited)",
  855. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  856. );
  857. OTHER_LDFLAGS = (
  858. "$(inherited)",
  859. "-ObjC",
  860. "-lc++",
  861. );
  862. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  863. PRODUCT_NAME = "jitsi-meet-react";
  864. TARGETED_DEVICE_FAMILY = "1,2";
  865. };
  866. name = Release;
  867. };
  868. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  869. isa = XCBuildConfiguration;
  870. buildSettings = {
  871. ALWAYS_SEARCH_USER_PATHS = NO;
  872. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  873. CLANG_CXX_LIBRARY = "libc++";
  874. CLANG_ENABLE_MODULES = YES;
  875. CLANG_ENABLE_OBJC_ARC = YES;
  876. CLANG_WARN_BOOL_CONVERSION = YES;
  877. CLANG_WARN_CONSTANT_CONVERSION = YES;
  878. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  879. CLANG_WARN_EMPTY_BODY = YES;
  880. CLANG_WARN_ENUM_CONVERSION = YES;
  881. CLANG_WARN_INT_CONVERSION = YES;
  882. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  883. CLANG_WARN_UNREACHABLE_CODE = YES;
  884. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  885. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  886. COPY_PHASE_STRIP = NO;
  887. ENABLE_STRICT_OBJC_MSGSEND = YES;
  888. GCC_C_LANGUAGE_STANDARD = gnu99;
  889. GCC_DYNAMIC_NO_PIC = NO;
  890. GCC_OPTIMIZATION_LEVEL = 0;
  891. GCC_PREPROCESSOR_DEFINITIONS = (
  892. "DEBUG=1",
  893. "$(inherited)",
  894. );
  895. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  896. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  897. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  898. GCC_WARN_UNDECLARED_SELECTOR = YES;
  899. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  900. GCC_WARN_UNUSED_FUNCTION = YES;
  901. GCC_WARN_UNUSED_VARIABLE = YES;
  902. HEADER_SEARCH_PATHS = (
  903. "$(inherited)",
  904. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  905. "$(SRCROOT)/../node_modules/react-native/React/**",
  906. "$(SRCROOT)/../node_modules/react-native-keep-awake/ios",
  907. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  908. );
  909. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  910. MTL_ENABLE_DEBUG_INFO = YES;
  911. ONLY_ACTIVE_ARCH = YES;
  912. SDKROOT = iphoneos;
  913. };
  914. name = Debug;
  915. };
  916. 83CBBA211A601CBA00E9B192 /* Release */ = {
  917. isa = XCBuildConfiguration;
  918. buildSettings = {
  919. ALWAYS_SEARCH_USER_PATHS = NO;
  920. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  921. CLANG_CXX_LIBRARY = "libc++";
  922. CLANG_ENABLE_MODULES = YES;
  923. CLANG_ENABLE_OBJC_ARC = YES;
  924. CLANG_WARN_BOOL_CONVERSION = YES;
  925. CLANG_WARN_CONSTANT_CONVERSION = YES;
  926. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  927. CLANG_WARN_EMPTY_BODY = YES;
  928. CLANG_WARN_ENUM_CONVERSION = YES;
  929. CLANG_WARN_INT_CONVERSION = YES;
  930. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  931. CLANG_WARN_UNREACHABLE_CODE = YES;
  932. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  933. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  934. COPY_PHASE_STRIP = YES;
  935. ENABLE_NS_ASSERTIONS = NO;
  936. ENABLE_STRICT_OBJC_MSGSEND = YES;
  937. GCC_C_LANGUAGE_STANDARD = gnu99;
  938. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  939. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  940. GCC_WARN_UNDECLARED_SELECTOR = YES;
  941. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  942. GCC_WARN_UNUSED_FUNCTION = YES;
  943. GCC_WARN_UNUSED_VARIABLE = YES;
  944. HEADER_SEARCH_PATHS = (
  945. "$(inherited)",
  946. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  947. "$(SRCROOT)/../node_modules/react-native/React/**",
  948. "$(SRCROOT)/../node_modules/react-native-keep-awake/ios",
  949. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  950. );
  951. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  952. MTL_ENABLE_DEBUG_INFO = NO;
  953. SDKROOT = iphoneos;
  954. VALIDATE_PRODUCT = YES;
  955. };
  956. name = Release;
  957. };
  958. /* End XCBuildConfiguration section */
  959. /* Begin XCConfigurationList section */
  960. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */ = {
  961. isa = XCConfigurationList;
  962. buildConfigurations = (
  963. 13B07F941A680F5B00A75B9A /* Debug */,
  964. 13B07F951A680F5B00A75B9A /* Release */,
  965. );
  966. defaultConfigurationIsVisible = 0;
  967. defaultConfigurationName = Release;
  968. };
  969. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */ = {
  970. isa = XCConfigurationList;
  971. buildConfigurations = (
  972. 83CBBA201A601CBA00E9B192 /* Debug */,
  973. 83CBBA211A601CBA00E9B192 /* Release */,
  974. );
  975. defaultConfigurationIsVisible = 0;
  976. defaultConfigurationName = Release;
  977. };
  978. /* End XCConfigurationList section */
  979. };
  980. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  981. }