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

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