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

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