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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928
  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. );
  455. buildRules = (
  456. );
  457. dependencies = (
  458. );
  459. name = "jitsi-meet-react";
  460. productName = "Hello World";
  461. productReference = 13B07F961A680F5B00A75B9A /* jitsi-meet-react.app */;
  462. productType = "com.apple.product-type.application";
  463. };
  464. /* End PBXNativeTarget section */
  465. /* Begin PBXProject section */
  466. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  467. isa = PBXProject;
  468. attributes = {
  469. LastUpgradeCheck = 0800;
  470. ORGANIZATIONNAME = Facebook;
  471. TargetAttributes = {
  472. 13B07F861A680F5B00A75B9A = {
  473. DevelopmentTeam = BQNXB4G3KQ;
  474. SystemCapabilities = {
  475. com.apple.SafariKeychain = {
  476. enabled = 1;
  477. };
  478. };
  479. };
  480. };
  481. };
  482. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */;
  483. compatibilityVersion = "Xcode 3.2";
  484. developmentRegion = English;
  485. hasScannedForEncodings = 0;
  486. knownRegions = (
  487. en,
  488. Base,
  489. );
  490. mainGroup = 83CBB9F61A601CBA00E9B192;
  491. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  492. projectDirPath = "";
  493. projectReferences = (
  494. {
  495. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  496. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  497. },
  498. {
  499. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  500. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  501. },
  502. {
  503. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  504. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  505. },
  506. {
  507. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  508. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  509. },
  510. {
  511. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  512. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  513. },
  514. {
  515. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  516. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  517. },
  518. {
  519. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  520. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  521. },
  522. {
  523. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  524. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  525. },
  526. {
  527. ProductGroup = BFC7450E1CB829A700673F38 /* Products */;
  528. ProjectRef = BFC7450D1CB829A700673F38 /* RCTWebRTC.xcodeproj */;
  529. },
  530. {
  531. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  532. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  533. },
  534. {
  535. ProductGroup = 146834001AC3E56700842450 /* Products */;
  536. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  537. },
  538. {
  539. ProductGroup = 26D589F81D0B42EE00FC396B /* Products */;
  540. ProjectRef = 22418656B14845609F953A42 /* RNVectorIcons.xcodeproj */;
  541. },
  542. );
  543. projectRoot = "";
  544. targets = (
  545. 13B07F861A680F5B00A75B9A /* jitsi-meet-react */,
  546. );
  547. };
  548. /* End PBXProject section */
  549. /* Begin PBXReferenceProxy section */
  550. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  551. isa = PBXReferenceProxy;
  552. fileType = archive.ar;
  553. path = libRCTActionSheet.a;
  554. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  555. sourceTree = BUILT_PRODUCTS_DIR;
  556. };
  557. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  558. isa = PBXReferenceProxy;
  559. fileType = archive.ar;
  560. path = libRCTGeolocation.a;
  561. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  562. sourceTree = BUILT_PRODUCTS_DIR;
  563. };
  564. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  565. isa = PBXReferenceProxy;
  566. fileType = archive.ar;
  567. path = libRCTImage.a;
  568. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  569. sourceTree = BUILT_PRODUCTS_DIR;
  570. };
  571. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  572. isa = PBXReferenceProxy;
  573. fileType = archive.ar;
  574. path = libRCTNetwork.a;
  575. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  576. sourceTree = BUILT_PRODUCTS_DIR;
  577. };
  578. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  579. isa = PBXReferenceProxy;
  580. fileType = archive.ar;
  581. path = libRCTVibration.a;
  582. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  583. sourceTree = BUILT_PRODUCTS_DIR;
  584. };
  585. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  586. isa = PBXReferenceProxy;
  587. fileType = archive.ar;
  588. path = libRCTSettings.a;
  589. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  590. sourceTree = BUILT_PRODUCTS_DIR;
  591. };
  592. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  593. isa = PBXReferenceProxy;
  594. fileType = archive.ar;
  595. path = libRCTWebSocket.a;
  596. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  597. sourceTree = BUILT_PRODUCTS_DIR;
  598. };
  599. 146834041AC3E56700842450 /* libReact.a */ = {
  600. isa = PBXReferenceProxy;
  601. fileType = archive.ar;
  602. path = libReact.a;
  603. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  604. sourceTree = BUILT_PRODUCTS_DIR;
  605. };
  606. 26D58A071D0B42EE00FC396B /* libRNVectorIcons.a */ = {
  607. isa = PBXReferenceProxy;
  608. fileType = archive.ar;
  609. path = libRNVectorIcons.a;
  610. remoteRef = 26D58A061D0B42EE00FC396B /* PBXContainerItemProxy */;
  611. sourceTree = BUILT_PRODUCTS_DIR;
  612. };
  613. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  614. isa = PBXReferenceProxy;
  615. fileType = archive.ar;
  616. path = libRCTLinking.a;
  617. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  618. sourceTree = BUILT_PRODUCTS_DIR;
  619. };
  620. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  621. isa = PBXReferenceProxy;
  622. fileType = archive.ar;
  623. path = libRCTText.a;
  624. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  625. sourceTree = BUILT_PRODUCTS_DIR;
  626. };
  627. B3BA19D51DC6B37B00BCD481 /* libRCTImage-tvOS.a */ = {
  628. isa = PBXReferenceProxy;
  629. fileType = archive.ar;
  630. path = "libRCTImage-tvOS.a";
  631. remoteRef = B3BA19D41DC6B37B00BCD481 /* PBXContainerItemProxy */;
  632. sourceTree = BUILT_PRODUCTS_DIR;
  633. };
  634. B3BA19D91DC6B37B00BCD481 /* libRCTLinking-tvOS.a */ = {
  635. isa = PBXReferenceProxy;
  636. fileType = archive.ar;
  637. path = "libRCTLinking-tvOS.a";
  638. remoteRef = B3BA19D81DC6B37B00BCD481 /* PBXContainerItemProxy */;
  639. sourceTree = BUILT_PRODUCTS_DIR;
  640. };
  641. B3BA19DD1DC6B37B00BCD481 /* libRCTNetwork-tvOS.a */ = {
  642. isa = PBXReferenceProxy;
  643. fileType = archive.ar;
  644. path = "libRCTNetwork-tvOS.a";
  645. remoteRef = B3BA19DC1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  646. sourceTree = BUILT_PRODUCTS_DIR;
  647. };
  648. B3BA19E11DC6B37B00BCD481 /* libRCTSettings-tvOS.a */ = {
  649. isa = PBXReferenceProxy;
  650. fileType = archive.ar;
  651. path = "libRCTSettings-tvOS.a";
  652. remoteRef = B3BA19E01DC6B37B00BCD481 /* PBXContainerItemProxy */;
  653. sourceTree = BUILT_PRODUCTS_DIR;
  654. };
  655. B3BA19E51DC6B37B00BCD481 /* libRCTText-tvOS.a */ = {
  656. isa = PBXReferenceProxy;
  657. fileType = archive.ar;
  658. path = "libRCTText-tvOS.a";
  659. remoteRef = B3BA19E41DC6B37B00BCD481 /* PBXContainerItemProxy */;
  660. sourceTree = BUILT_PRODUCTS_DIR;
  661. };
  662. B3BA19EB1DC6B37B00BCD481 /* libRCTWebSocket-tvOS.a */ = {
  663. isa = PBXReferenceProxy;
  664. fileType = archive.ar;
  665. path = "libRCTWebSocket-tvOS.a";
  666. remoteRef = B3BA19EA1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  667. sourceTree = BUILT_PRODUCTS_DIR;
  668. };
  669. B3BA19EF1DC6B37B00BCD481 /* libReact-tvOS.a */ = {
  670. isa = PBXReferenceProxy;
  671. fileType = archive.ar;
  672. path = "libReact-tvOS.a";
  673. remoteRef = B3BA19EE1DC6B37B00BCD481 /* PBXContainerItemProxy */;
  674. sourceTree = BUILT_PRODUCTS_DIR;
  675. };
  676. BFC745131CB829A700673F38 /* libRCTWebRTC.a */ = {
  677. isa = PBXReferenceProxy;
  678. fileType = archive.ar;
  679. path = libRCTWebRTC.a;
  680. remoteRef = BFC745121CB829A700673F38 /* PBXContainerItemProxy */;
  681. sourceTree = BUILT_PRODUCTS_DIR;
  682. };
  683. /* End PBXReferenceProxy section */
  684. /* Begin PBXResourcesBuildPhase section */
  685. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  686. isa = PBXResourcesBuildPhase;
  687. buildActionMask = 2147483647;
  688. files = (
  689. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  690. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  691. 2602576C1D0A7703001E3363 /* jitsi.ttf in Resources */,
  692. 002AF788986B412780935607 /* FontAwesome.ttf in Resources */,
  693. );
  694. runOnlyForDeploymentPostprocessing = 0;
  695. };
  696. /* End PBXResourcesBuildPhase section */
  697. /* Begin PBXShellScriptBuildPhase section */
  698. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  699. isa = PBXShellScriptBuildPhase;
  700. buildActionMask = 2147483647;
  701. files = (
  702. );
  703. inputPaths = (
  704. );
  705. name = "Bundle React Native code and images";
  706. outputPaths = (
  707. );
  708. runOnlyForDeploymentPostprocessing = 0;
  709. shellPath = /bin/sh;
  710. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
  711. };
  712. /* End PBXShellScriptBuildPhase section */
  713. /* Begin PBXSourcesBuildPhase section */
  714. 13B07F871A680F5B00A75B9A /* Sources */ = {
  715. isa = PBXSourcesBuildPhase;
  716. buildActionMask = 2147483647;
  717. files = (
  718. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  719. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  720. );
  721. runOnlyForDeploymentPostprocessing = 0;
  722. };
  723. /* End PBXSourcesBuildPhase section */
  724. /* Begin PBXVariantGroup section */
  725. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  726. isa = PBXVariantGroup;
  727. children = (
  728. 13B07FB21A68108700A75B9A /* Base */,
  729. );
  730. name = LaunchScreen.xib;
  731. path = app;
  732. sourceTree = "<group>";
  733. };
  734. /* End PBXVariantGroup section */
  735. /* Begin XCBuildConfiguration section */
  736. 13B07F941A680F5B00A75B9A /* Debug */ = {
  737. isa = XCBuildConfiguration;
  738. buildSettings = {
  739. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  740. CODE_SIGN_ENTITLEMENTS = "jitsi-meet-react.entitlements";
  741. CODE_SIGN_IDENTITY = "iPhone Developer";
  742. CURRENT_PROJECT_VERSION = 1;
  743. DEAD_CODE_STRIPPING = NO;
  744. ENABLE_BITCODE = NO;
  745. FRAMEWORK_SEARCH_PATHS = (
  746. "$(inherited)",
  747. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  748. );
  749. HEADER_SEARCH_PATHS = (
  750. "$(inherited)",
  751. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  752. "$(SRCROOT)/../node_modules/react-native/React/**",
  753. "$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
  754. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  755. );
  756. INFOPLIST_FILE = app/Info.plist;
  757. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  758. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  759. LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
  760. OTHER_LDFLAGS = (
  761. "$(inherited)",
  762. "-ObjC",
  763. "-lc++",
  764. );
  765. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  766. PRODUCT_NAME = "jitsi-meet-react";
  767. };
  768. name = Debug;
  769. };
  770. 13B07F951A680F5B00A75B9A /* Release */ = {
  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. ENABLE_BITCODE = NO;
  777. FRAMEWORK_SEARCH_PATHS = (
  778. "$(inherited)",
  779. "$(SRCROOT)/../node_modules/react-native-webrtc/**",
  780. );
  781. HEADER_SEARCH_PATHS = (
  782. "$(inherited)",
  783. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  784. "$(SRCROOT)/../node_modules/react-native/React/**",
  785. "$(SRCROOT)/../node_modules/react-native/Libraries/LinkingIOS/**",
  786. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  787. );
  788. INFOPLIST_FILE = app/Info.plist;
  789. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  790. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  791. LIBRARY_SEARCH_PATHS = "$(SRCROOT)/../node_modules/react-native-webrtc/**";
  792. OTHER_LDFLAGS = (
  793. "$(inherited)",
  794. "-ObjC",
  795. "-lc++",
  796. );
  797. PRODUCT_BUNDLE_IDENTIFIER = org.jitsi.JitsiMeet.ios;
  798. PRODUCT_NAME = "jitsi-meet-react";
  799. };
  800. name = Release;
  801. };
  802. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  803. isa = XCBuildConfiguration;
  804. buildSettings = {
  805. ALWAYS_SEARCH_USER_PATHS = NO;
  806. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  807. CLANG_CXX_LIBRARY = "libc++";
  808. CLANG_ENABLE_MODULES = YES;
  809. CLANG_ENABLE_OBJC_ARC = YES;
  810. CLANG_WARN_BOOL_CONVERSION = YES;
  811. CLANG_WARN_CONSTANT_CONVERSION = YES;
  812. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  813. CLANG_WARN_EMPTY_BODY = YES;
  814. CLANG_WARN_ENUM_CONVERSION = YES;
  815. CLANG_WARN_INT_CONVERSION = YES;
  816. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  817. CLANG_WARN_UNREACHABLE_CODE = YES;
  818. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  819. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  820. COPY_PHASE_STRIP = NO;
  821. ENABLE_STRICT_OBJC_MSGSEND = YES;
  822. GCC_C_LANGUAGE_STANDARD = gnu99;
  823. GCC_DYNAMIC_NO_PIC = NO;
  824. GCC_OPTIMIZATION_LEVEL = 0;
  825. GCC_PREPROCESSOR_DEFINITIONS = (
  826. "DEBUG=1",
  827. "$(inherited)",
  828. );
  829. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  830. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  831. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  832. GCC_WARN_UNDECLARED_SELECTOR = YES;
  833. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  834. GCC_WARN_UNUSED_FUNCTION = YES;
  835. GCC_WARN_UNUSED_VARIABLE = YES;
  836. HEADER_SEARCH_PATHS = (
  837. "$(inherited)",
  838. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  839. "$(SRCROOT)/../node_modules/react-native/React/**",
  840. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  841. );
  842. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  843. MTL_ENABLE_DEBUG_INFO = YES;
  844. ONLY_ACTIVE_ARCH = YES;
  845. SDKROOT = iphoneos;
  846. };
  847. name = Debug;
  848. };
  849. 83CBBA211A601CBA00E9B192 /* Release */ = {
  850. isa = XCBuildConfiguration;
  851. buildSettings = {
  852. ALWAYS_SEARCH_USER_PATHS = NO;
  853. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  854. CLANG_CXX_LIBRARY = "libc++";
  855. CLANG_ENABLE_MODULES = YES;
  856. CLANG_ENABLE_OBJC_ARC = YES;
  857. CLANG_WARN_BOOL_CONVERSION = YES;
  858. CLANG_WARN_CONSTANT_CONVERSION = YES;
  859. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  860. CLANG_WARN_EMPTY_BODY = YES;
  861. CLANG_WARN_ENUM_CONVERSION = YES;
  862. CLANG_WARN_INT_CONVERSION = YES;
  863. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  864. CLANG_WARN_UNREACHABLE_CODE = YES;
  865. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  866. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  867. COPY_PHASE_STRIP = YES;
  868. ENABLE_NS_ASSERTIONS = NO;
  869. ENABLE_STRICT_OBJC_MSGSEND = YES;
  870. GCC_C_LANGUAGE_STANDARD = gnu99;
  871. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  872. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  873. GCC_WARN_UNDECLARED_SELECTOR = YES;
  874. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  875. GCC_WARN_UNUSED_FUNCTION = YES;
  876. GCC_WARN_UNUSED_VARIABLE = YES;
  877. HEADER_SEARCH_PATHS = (
  878. "$(inherited)",
  879. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  880. "$(SRCROOT)/../node_modules/react-native/React/**",
  881. "$(SRCROOT)/../node_modules/react-native-vector-icons/RNVectorIconsManager",
  882. );
  883. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  884. MTL_ENABLE_DEBUG_INFO = NO;
  885. SDKROOT = iphoneos;
  886. VALIDATE_PRODUCT = YES;
  887. };
  888. name = Release;
  889. };
  890. /* End XCBuildConfiguration section */
  891. /* Begin XCConfigurationList section */
  892. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "jitsi-meet-react" */ = {
  893. isa = XCConfigurationList;
  894. buildConfigurations = (
  895. 13B07F941A680F5B00A75B9A /* Debug */,
  896. 13B07F951A680F5B00A75B9A /* Release */,
  897. );
  898. defaultConfigurationIsVisible = 0;
  899. defaultConfigurationName = Release;
  900. };
  901. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "jitsi-meet-react" */ = {
  902. isa = XCConfigurationList;
  903. buildConfigurations = (
  904. 83CBBA201A601CBA00E9B192 /* Debug */,
  905. 83CBBA211A601CBA00E9B192 /* Release */,
  906. );
  907. defaultConfigurationIsVisible = 0;
  908. defaultConfigurationName = Release;
  909. };
  910. /* End XCConfigurationList section */
  911. };
  912. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  913. }