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

project.pbxproj 54KB

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