react-native-webview.git

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */; };
  10. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
  11. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
  12. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
  13. 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
  14. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
  15. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
  16. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
  17. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  18. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  19. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  20. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  21. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  22. 3D82E3B72248BD39001F5D1A /* libRNCWebView.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DC5398C220F2C940035D3A3 /* libRNCWebView.a */; };
  23. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  24. ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
  25. ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = ED297162215061F000B7C4FE /* JavaScriptCore.framework */; };
  26. /* End PBXBuildFile section */
  27. /* Begin PBXContainerItemProxy section */
  28. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  29. isa = PBXContainerItemProxy;
  30. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  31. proxyType = 2;
  32. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  33. remoteInfo = RCTActionSheet;
  34. };
  35. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  36. isa = PBXContainerItemProxy;
  37. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  38. proxyType = 2;
  39. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  40. remoteInfo = RCTImage;
  41. };
  42. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  43. isa = PBXContainerItemProxy;
  44. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  45. proxyType = 2;
  46. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  47. remoteInfo = RCTNetwork;
  48. };
  49. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  50. isa = PBXContainerItemProxy;
  51. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  52. proxyType = 2;
  53. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  54. remoteInfo = RCTVibration;
  55. };
  56. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  57. isa = PBXContainerItemProxy;
  58. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  59. proxyType = 2;
  60. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  61. remoteInfo = RCTSettings;
  62. };
  63. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  64. isa = PBXContainerItemProxy;
  65. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  66. proxyType = 2;
  67. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  68. remoteInfo = RCTWebSocket;
  69. };
  70. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  71. isa = PBXContainerItemProxy;
  72. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  73. proxyType = 2;
  74. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  75. remoteInfo = React;
  76. };
  77. 1990B95122398FC4009E5EA1 /* PBXContainerItemProxy */ = {
  78. isa = PBXContainerItemProxy;
  79. containerPortal = 3DC5395A220F2C940035D3A3 /* RNCWebView.xcodeproj */;
  80. proxyType = 1;
  81. remoteGlobalIDString = 58B511DA1A9E6C8500147676;
  82. remoteInfo = RNCWebView;
  83. };
  84. 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = {
  85. isa = PBXContainerItemProxy;
  86. containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  87. proxyType = 2;
  88. remoteGlobalIDString = ADD01A681E09402E00F6D226;
  89. remoteInfo = "RCTBlob-tvOS";
  90. };
  91. 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = {
  92. isa = PBXContainerItemProxy;
  93. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  94. proxyType = 2;
  95. remoteGlobalIDString = EBF21BDC1FC498900052F4D5;
  96. remoteInfo = jsinspector;
  97. };
  98. 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = {
  99. isa = PBXContainerItemProxy;
  100. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  101. proxyType = 2;
  102. remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5;
  103. remoteInfo = "jsinspector-tvOS";
  104. };
  105. 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = {
  106. isa = PBXContainerItemProxy;
  107. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  108. proxyType = 2;
  109. remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7;
  110. remoteInfo = "third-party";
  111. };
  112. 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = {
  113. isa = PBXContainerItemProxy;
  114. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  115. proxyType = 2;
  116. remoteGlobalIDString = 3D383D3C1EBD27B6005632C8;
  117. remoteInfo = "third-party-tvOS";
  118. };
  119. 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = {
  120. isa = PBXContainerItemProxy;
  121. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  122. proxyType = 2;
  123. remoteGlobalIDString = 139D7E881E25C6D100323FB7;
  124. remoteInfo = "double-conversion";
  125. };
  126. 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = {
  127. isa = PBXContainerItemProxy;
  128. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  129. proxyType = 2;
  130. remoteGlobalIDString = 3D383D621EBD27B9005632C8;
  131. remoteInfo = "double-conversion-tvOS";
  132. };
  133. 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  134. isa = PBXContainerItemProxy;
  135. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  136. proxyType = 2;
  137. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  138. remoteInfo = "RCTImage-tvOS";
  139. };
  140. 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  141. isa = PBXContainerItemProxy;
  142. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  143. proxyType = 2;
  144. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  145. remoteInfo = "RCTLinking-tvOS";
  146. };
  147. 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  148. isa = PBXContainerItemProxy;
  149. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  150. proxyType = 2;
  151. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  152. remoteInfo = "RCTNetwork-tvOS";
  153. };
  154. 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  155. isa = PBXContainerItemProxy;
  156. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  157. proxyType = 2;
  158. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  159. remoteInfo = "RCTSettings-tvOS";
  160. };
  161. 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  162. isa = PBXContainerItemProxy;
  163. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  164. proxyType = 2;
  165. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  166. remoteInfo = "RCTText-tvOS";
  167. };
  168. 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  169. isa = PBXContainerItemProxy;
  170. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  171. proxyType = 2;
  172. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  173. remoteInfo = "RCTWebSocket-tvOS";
  174. };
  175. 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  176. isa = PBXContainerItemProxy;
  177. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  178. proxyType = 2;
  179. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  180. remoteInfo = "React-tvOS";
  181. };
  182. 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  183. isa = PBXContainerItemProxy;
  184. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  185. proxyType = 2;
  186. remoteGlobalIDString = 3D3C059A1DE3340900C268FA;
  187. remoteInfo = yoga;
  188. };
  189. 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  190. isa = PBXContainerItemProxy;
  191. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  192. proxyType = 2;
  193. remoteGlobalIDString = 3D3C06751DE3340C00C268FA;
  194. remoteInfo = "yoga-tvOS";
  195. };
  196. 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  197. isa = PBXContainerItemProxy;
  198. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  199. proxyType = 2;
  200. remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4;
  201. remoteInfo = cxxreact;
  202. };
  203. 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  204. isa = PBXContainerItemProxy;
  205. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  206. proxyType = 2;
  207. remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4;
  208. remoteInfo = "cxxreact-tvOS";
  209. };
  210. 3DC53982220F2C940035D3A3 /* PBXContainerItemProxy */ = {
  211. isa = PBXContainerItemProxy;
  212. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  213. proxyType = 2;
  214. remoteGlobalIDString = EDEBC6D6214B3E7000DD5AC8;
  215. remoteInfo = jsi;
  216. };
  217. 3DC53984220F2C940035D3A3 /* PBXContainerItemProxy */ = {
  218. isa = PBXContainerItemProxy;
  219. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  220. proxyType = 2;
  221. remoteGlobalIDString = EDEBC73B214B45A300DD5AC8;
  222. remoteInfo = jsiexecutor;
  223. };
  224. 3DC53986220F2C940035D3A3 /* PBXContainerItemProxy */ = {
  225. isa = PBXContainerItemProxy;
  226. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  227. proxyType = 2;
  228. remoteGlobalIDString = ED296FB6214C9A0900B7C4FE;
  229. remoteInfo = "jsi-tvOS";
  230. };
  231. 3DC53988220F2C940035D3A3 /* PBXContainerItemProxy */ = {
  232. isa = PBXContainerItemProxy;
  233. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  234. proxyType = 2;
  235. remoteGlobalIDString = ED296FEE214C9CF800B7C4FE;
  236. remoteInfo = "jsiexecutor-tvOS";
  237. };
  238. 3DC5398B220F2C940035D3A3 /* PBXContainerItemProxy */ = {
  239. isa = PBXContainerItemProxy;
  240. containerPortal = 3DC5395A220F2C940035D3A3 /* RNCWebView.xcodeproj */;
  241. proxyType = 2;
  242. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  243. remoteInfo = RNCWebView;
  244. };
  245. 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  246. isa = PBXContainerItemProxy;
  247. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  248. proxyType = 2;
  249. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  250. remoteInfo = RCTAnimation;
  251. };
  252. 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  253. isa = PBXContainerItemProxy;
  254. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  255. proxyType = 2;
  256. remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
  257. remoteInfo = "RCTAnimation-tvOS";
  258. };
  259. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  260. isa = PBXContainerItemProxy;
  261. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  262. proxyType = 2;
  263. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  264. remoteInfo = RCTLinking;
  265. };
  266. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  267. isa = PBXContainerItemProxy;
  268. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  269. proxyType = 2;
  270. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  271. remoteInfo = RCTText;
  272. };
  273. ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
  274. isa = PBXContainerItemProxy;
  275. containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  276. proxyType = 2;
  277. remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
  278. remoteInfo = RCTBlob;
  279. };
  280. /* End PBXContainerItemProxy section */
  281. /* Begin PBXFileReference section */
  282. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  283. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  284. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  285. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  286. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  287. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  288. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  289. 13B07F961A680F5B00A75B9A /* RNCWebViewExample.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = RNCWebViewExample.app; sourceTree = BUILT_PRODUCTS_DIR; };
  290. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = RNCWebViewExample/AppDelegate.h; sourceTree = "<group>"; };
  291. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = RNCWebViewExample/AppDelegate.m; sourceTree = "<group>"; };
  292. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  293. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = RNCWebViewExample/Images.xcassets; sourceTree = "<group>"; };
  294. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = RNCWebViewExample/Info.plist; sourceTree = "<group>"; };
  295. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = RNCWebViewExample/main.m; sourceTree = "<group>"; };
  296. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  297. 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
  298. 3DC5395A220F2C940035D3A3 /* RNCWebView.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RNCWebView.xcodeproj; path = ../../ios/RNCWebView.xcodeproj; sourceTree = "<group>"; };
  299. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
  300. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  301. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  302. ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
  303. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  304. ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
  305. /* End PBXFileReference section */
  306. /* Begin PBXFrameworksBuildPhase section */
  307. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  308. isa = PBXFrameworksBuildPhase;
  309. buildActionMask = 2147483647;
  310. files = (
  311. 3D82E3B72248BD39001F5D1A /* libRNCWebView.a in Frameworks */,
  312. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  313. 11D1A2F320CAFA9E000508D9 /* libRCTAnimation.a in Frameworks */,
  314. ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */,
  315. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  316. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  317. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  318. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  319. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  320. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  321. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  322. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  323. ED297163215061F000B7C4FE /* JavaScriptCore.framework in Frameworks */,
  324. );
  325. runOnlyForDeploymentPostprocessing = 0;
  326. };
  327. /* End PBXFrameworksBuildPhase section */
  328. /* Begin PBXGroup section */
  329. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  330. isa = PBXGroup;
  331. children = (
  332. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  333. );
  334. name = Products;
  335. sourceTree = "<group>";
  336. };
  337. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  338. isa = PBXGroup;
  339. children = (
  340. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  341. 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */,
  342. );
  343. name = Products;
  344. sourceTree = "<group>";
  345. };
  346. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  347. isa = PBXGroup;
  348. children = (
  349. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  350. 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */,
  351. );
  352. name = Products;
  353. sourceTree = "<group>";
  354. };
  355. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  356. isa = PBXGroup;
  357. children = (
  358. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  359. );
  360. name = Products;
  361. sourceTree = "<group>";
  362. };
  363. 139105B71AF99BAD00B5F7CC /* Products */ = {
  364. isa = PBXGroup;
  365. children = (
  366. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  367. 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */,
  368. );
  369. name = Products;
  370. sourceTree = "<group>";
  371. };
  372. 139FDEE71B06529A00C62182 /* Products */ = {
  373. isa = PBXGroup;
  374. children = (
  375. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  376. 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */,
  377. );
  378. name = Products;
  379. sourceTree = "<group>";
  380. };
  381. 13B07FAE1A68108700A75B9A /* RNCWebViewExample */ = {
  382. isa = PBXGroup;
  383. children = (
  384. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  385. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  386. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  387. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  388. 13B07FB61A68108700A75B9A /* Info.plist */,
  389. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  390. 13B07FB71A68108700A75B9A /* main.m */,
  391. );
  392. name = RNCWebViewExample;
  393. sourceTree = "<group>";
  394. };
  395. 146834001AC3E56700842450 /* Products */ = {
  396. isa = PBXGroup;
  397. children = (
  398. 146834041AC3E56700842450 /* libReact.a */,
  399. 3DAD3EA31DF850E9000B6D8A /* libReact.a */,
  400. 3DAD3EA51DF850E9000B6D8A /* libyoga.a */,
  401. 3DAD3EA71DF850E9000B6D8A /* libyoga.a */,
  402. 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */,
  403. 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
  404. 2DF0FFDF2056DD460020B375 /* libjsinspector.a */,
  405. 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */,
  406. 2DF0FFE32056DD460020B375 /* libthird-party.a */,
  407. 2DF0FFE52056DD460020B375 /* libthird-party.a */,
  408. 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */,
  409. 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */,
  410. 3DC53983220F2C940035D3A3 /* libjsi.a */,
  411. 3DC53985220F2C940035D3A3 /* libjsiexecutor.a */,
  412. 3DC53987220F2C940035D3A3 /* libjsi-tvOS.a */,
  413. 3DC53989220F2C940035D3A3 /* libjsiexecutor-tvOS.a */,
  414. );
  415. name = Products;
  416. sourceTree = "<group>";
  417. };
  418. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  419. isa = PBXGroup;
  420. children = (
  421. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  422. ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
  423. 2D16E6891FA4F8E400B85C8A /* libReact.a */,
  424. );
  425. name = Frameworks;
  426. sourceTree = "<group>";
  427. };
  428. 3DC5395B220F2C940035D3A3 /* Products */ = {
  429. isa = PBXGroup;
  430. children = (
  431. 3DC5398C220F2C940035D3A3 /* libRNCWebView.a */,
  432. );
  433. name = Products;
  434. sourceTree = "<group>";
  435. };
  436. 5E91572E1DD0AC6500FF2AA8 /* Products */ = {
  437. isa = PBXGroup;
  438. children = (
  439. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */,
  440. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */,
  441. );
  442. name = Products;
  443. sourceTree = "<group>";
  444. };
  445. 78C398B11ACF4ADC00677621 /* Products */ = {
  446. isa = PBXGroup;
  447. children = (
  448. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  449. 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */,
  450. );
  451. name = Products;
  452. sourceTree = "<group>";
  453. };
  454. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  455. isa = PBXGroup;
  456. children = (
  457. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
  458. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  459. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  460. ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */,
  461. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  462. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  463. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  464. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  465. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  466. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  467. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  468. );
  469. name = Libraries;
  470. sourceTree = "<group>";
  471. };
  472. 832341B11AAA6A8300B99B32 /* Products */ = {
  473. isa = PBXGroup;
  474. children = (
  475. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  476. 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */,
  477. );
  478. name = Products;
  479. sourceTree = "<group>";
  480. };
  481. 83CBB9F61A601CBA00E9B192 = {
  482. isa = PBXGroup;
  483. children = (
  484. 3DC5395A220F2C940035D3A3 /* RNCWebView.xcodeproj */,
  485. 13B07FAE1A68108700A75B9A /* RNCWebViewExample */,
  486. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  487. 83CBBA001A601CBA00E9B192 /* Products */,
  488. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  489. );
  490. indentWidth = 2;
  491. sourceTree = "<group>";
  492. tabWidth = 2;
  493. usesTabs = 0;
  494. };
  495. 83CBBA001A601CBA00E9B192 /* Products */ = {
  496. isa = PBXGroup;
  497. children = (
  498. 13B07F961A680F5B00A75B9A /* RNCWebViewExample.app */,
  499. );
  500. name = Products;
  501. sourceTree = "<group>";
  502. };
  503. ADBDB9201DFEBF0600ED6528 /* Products */ = {
  504. isa = PBXGroup;
  505. children = (
  506. ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */,
  507. 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */,
  508. );
  509. name = Products;
  510. sourceTree = "<group>";
  511. };
  512. /* End PBXGroup section */
  513. /* Begin PBXNativeTarget section */
  514. 13B07F861A680F5B00A75B9A /* RNCWebViewExample */ = {
  515. isa = PBXNativeTarget;
  516. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNCWebViewExample" */;
  517. buildPhases = (
  518. 13B07F871A680F5B00A75B9A /* Sources */,
  519. 382B320523C3B76000E88E8C /* Launch Packager */,
  520. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  521. 13B07F8E1A680F5B00A75B9A /* Resources */,
  522. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  523. );
  524. buildRules = (
  525. );
  526. dependencies = (
  527. 1990B95222398FC4009E5EA1 /* PBXTargetDependency */,
  528. );
  529. name = RNCWebViewExample;
  530. productName = "Hello World";
  531. productReference = 13B07F961A680F5B00A75B9A /* RNCWebViewExample.app */;
  532. productType = "com.apple.product-type.application";
  533. };
  534. /* End PBXNativeTarget section */
  535. /* Begin PBXProject section */
  536. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  537. isa = PBXProject;
  538. attributes = {
  539. LastUpgradeCheck = 0940;
  540. ORGANIZATIONNAME = Facebook;
  541. };
  542. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNCWebViewExample" */;
  543. compatibilityVersion = "Xcode 3.2";
  544. developmentRegion = English;
  545. hasScannedForEncodings = 0;
  546. knownRegions = (
  547. English,
  548. en,
  549. Base,
  550. );
  551. mainGroup = 83CBB9F61A601CBA00E9B192;
  552. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  553. projectDirPath = "";
  554. projectReferences = (
  555. {
  556. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  557. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  558. },
  559. {
  560. ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
  561. ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  562. },
  563. {
  564. ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */;
  565. ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  566. },
  567. {
  568. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  569. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  570. },
  571. {
  572. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  573. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  574. },
  575. {
  576. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  577. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  578. },
  579. {
  580. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  581. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  582. },
  583. {
  584. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  585. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  586. },
  587. {
  588. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  589. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  590. },
  591. {
  592. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  593. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  594. },
  595. {
  596. ProductGroup = 146834001AC3E56700842450 /* Products */;
  597. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  598. },
  599. {
  600. ProductGroup = 3DC5395B220F2C940035D3A3 /* Products */;
  601. ProjectRef = 3DC5395A220F2C940035D3A3 /* RNCWebView.xcodeproj */;
  602. },
  603. );
  604. projectRoot = "";
  605. targets = (
  606. 13B07F861A680F5B00A75B9A /* RNCWebViewExample */,
  607. );
  608. };
  609. /* End PBXProject section */
  610. /* Begin PBXReferenceProxy section */
  611. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  612. isa = PBXReferenceProxy;
  613. fileType = archive.ar;
  614. path = libRCTActionSheet.a;
  615. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  616. sourceTree = BUILT_PRODUCTS_DIR;
  617. };
  618. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  619. isa = PBXReferenceProxy;
  620. fileType = archive.ar;
  621. path = libRCTImage.a;
  622. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  623. sourceTree = BUILT_PRODUCTS_DIR;
  624. };
  625. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  626. isa = PBXReferenceProxy;
  627. fileType = archive.ar;
  628. path = libRCTNetwork.a;
  629. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  630. sourceTree = BUILT_PRODUCTS_DIR;
  631. };
  632. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  633. isa = PBXReferenceProxy;
  634. fileType = archive.ar;
  635. path = libRCTVibration.a;
  636. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  637. sourceTree = BUILT_PRODUCTS_DIR;
  638. };
  639. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  640. isa = PBXReferenceProxy;
  641. fileType = archive.ar;
  642. path = libRCTSettings.a;
  643. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  644. sourceTree = BUILT_PRODUCTS_DIR;
  645. };
  646. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  647. isa = PBXReferenceProxy;
  648. fileType = archive.ar;
  649. path = libRCTWebSocket.a;
  650. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  651. sourceTree = BUILT_PRODUCTS_DIR;
  652. };
  653. 146834041AC3E56700842450 /* libReact.a */ = {
  654. isa = PBXReferenceProxy;
  655. fileType = archive.ar;
  656. path = libReact.a;
  657. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  658. sourceTree = BUILT_PRODUCTS_DIR;
  659. };
  660. 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = {
  661. isa = PBXReferenceProxy;
  662. fileType = archive.ar;
  663. path = "libRCTBlob-tvOS.a";
  664. remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */;
  665. sourceTree = BUILT_PRODUCTS_DIR;
  666. };
  667. 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = {
  668. isa = PBXReferenceProxy;
  669. fileType = archive.ar;
  670. path = libjsinspector.a;
  671. remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */;
  672. sourceTree = BUILT_PRODUCTS_DIR;
  673. };
  674. 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = {
  675. isa = PBXReferenceProxy;
  676. fileType = archive.ar;
  677. path = "libjsinspector-tvOS.a";
  678. remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */;
  679. sourceTree = BUILT_PRODUCTS_DIR;
  680. };
  681. 2DF0FFE32056DD460020B375 /* libthird-party.a */ = {
  682. isa = PBXReferenceProxy;
  683. fileType = archive.ar;
  684. path = "libthird-party.a";
  685. remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */;
  686. sourceTree = BUILT_PRODUCTS_DIR;
  687. };
  688. 2DF0FFE52056DD460020B375 /* libthird-party.a */ = {
  689. isa = PBXReferenceProxy;
  690. fileType = archive.ar;
  691. path = "libthird-party.a";
  692. remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */;
  693. sourceTree = BUILT_PRODUCTS_DIR;
  694. };
  695. 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = {
  696. isa = PBXReferenceProxy;
  697. fileType = archive.ar;
  698. path = "libdouble-conversion.a";
  699. remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */;
  700. sourceTree = BUILT_PRODUCTS_DIR;
  701. };
  702. 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = {
  703. isa = PBXReferenceProxy;
  704. fileType = archive.ar;
  705. path = "libdouble-conversion.a";
  706. remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */;
  707. sourceTree = BUILT_PRODUCTS_DIR;
  708. };
  709. 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = {
  710. isa = PBXReferenceProxy;
  711. fileType = archive.ar;
  712. path = "libRCTImage-tvOS.a";
  713. remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */;
  714. sourceTree = BUILT_PRODUCTS_DIR;
  715. };
  716. 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = {
  717. isa = PBXReferenceProxy;
  718. fileType = archive.ar;
  719. path = "libRCTLinking-tvOS.a";
  720. remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */;
  721. sourceTree = BUILT_PRODUCTS_DIR;
  722. };
  723. 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = {
  724. isa = PBXReferenceProxy;
  725. fileType = archive.ar;
  726. path = "libRCTNetwork-tvOS.a";
  727. remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */;
  728. sourceTree = BUILT_PRODUCTS_DIR;
  729. };
  730. 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = {
  731. isa = PBXReferenceProxy;
  732. fileType = archive.ar;
  733. path = "libRCTSettings-tvOS.a";
  734. remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */;
  735. sourceTree = BUILT_PRODUCTS_DIR;
  736. };
  737. 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = {
  738. isa = PBXReferenceProxy;
  739. fileType = archive.ar;
  740. path = "libRCTText-tvOS.a";
  741. remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */;
  742. sourceTree = BUILT_PRODUCTS_DIR;
  743. };
  744. 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = {
  745. isa = PBXReferenceProxy;
  746. fileType = archive.ar;
  747. path = "libRCTWebSocket-tvOS.a";
  748. remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
  749. sourceTree = BUILT_PRODUCTS_DIR;
  750. };
  751. 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = {
  752. isa = PBXReferenceProxy;
  753. fileType = archive.ar;
  754. path = libReact.a;
  755. remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
  756. sourceTree = BUILT_PRODUCTS_DIR;
  757. };
  758. 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = {
  759. isa = PBXReferenceProxy;
  760. fileType = archive.ar;
  761. path = libyoga.a;
  762. remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */;
  763. sourceTree = BUILT_PRODUCTS_DIR;
  764. };
  765. 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = {
  766. isa = PBXReferenceProxy;
  767. fileType = archive.ar;
  768. path = libyoga.a;
  769. remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */;
  770. sourceTree = BUILT_PRODUCTS_DIR;
  771. };
  772. 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = {
  773. isa = PBXReferenceProxy;
  774. fileType = archive.ar;
  775. path = libcxxreact.a;
  776. remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */;
  777. sourceTree = BUILT_PRODUCTS_DIR;
  778. };
  779. 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = {
  780. isa = PBXReferenceProxy;
  781. fileType = archive.ar;
  782. path = libcxxreact.a;
  783. remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */;
  784. sourceTree = BUILT_PRODUCTS_DIR;
  785. };
  786. 3DC53983220F2C940035D3A3 /* libjsi.a */ = {
  787. isa = PBXReferenceProxy;
  788. fileType = archive.ar;
  789. path = libjsi.a;
  790. remoteRef = 3DC53982220F2C940035D3A3 /* PBXContainerItemProxy */;
  791. sourceTree = BUILT_PRODUCTS_DIR;
  792. };
  793. 3DC53985220F2C940035D3A3 /* libjsiexecutor.a */ = {
  794. isa = PBXReferenceProxy;
  795. fileType = archive.ar;
  796. path = libjsiexecutor.a;
  797. remoteRef = 3DC53984220F2C940035D3A3 /* PBXContainerItemProxy */;
  798. sourceTree = BUILT_PRODUCTS_DIR;
  799. };
  800. 3DC53987220F2C940035D3A3 /* libjsi-tvOS.a */ = {
  801. isa = PBXReferenceProxy;
  802. fileType = archive.ar;
  803. path = "libjsi-tvOS.a";
  804. remoteRef = 3DC53986220F2C940035D3A3 /* PBXContainerItemProxy */;
  805. sourceTree = BUILT_PRODUCTS_DIR;
  806. };
  807. 3DC53989220F2C940035D3A3 /* libjsiexecutor-tvOS.a */ = {
  808. isa = PBXReferenceProxy;
  809. fileType = archive.ar;
  810. path = "libjsiexecutor-tvOS.a";
  811. remoteRef = 3DC53988220F2C940035D3A3 /* PBXContainerItemProxy */;
  812. sourceTree = BUILT_PRODUCTS_DIR;
  813. };
  814. 3DC5398C220F2C940035D3A3 /* libRNCWebView.a */ = {
  815. isa = PBXReferenceProxy;
  816. fileType = archive.ar;
  817. path = libRNCWebView.a;
  818. remoteRef = 3DC5398B220F2C940035D3A3 /* PBXContainerItemProxy */;
  819. sourceTree = BUILT_PRODUCTS_DIR;
  820. };
  821. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
  822. isa = PBXReferenceProxy;
  823. fileType = archive.ar;
  824. path = libRCTAnimation.a;
  825. remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  826. sourceTree = BUILT_PRODUCTS_DIR;
  827. };
  828. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
  829. isa = PBXReferenceProxy;
  830. fileType = archive.ar;
  831. path = libRCTAnimation.a;
  832. remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  833. sourceTree = BUILT_PRODUCTS_DIR;
  834. };
  835. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  836. isa = PBXReferenceProxy;
  837. fileType = archive.ar;
  838. path = libRCTLinking.a;
  839. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  840. sourceTree = BUILT_PRODUCTS_DIR;
  841. };
  842. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  843. isa = PBXReferenceProxy;
  844. fileType = archive.ar;
  845. path = libRCTText.a;
  846. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  847. sourceTree = BUILT_PRODUCTS_DIR;
  848. };
  849. ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
  850. isa = PBXReferenceProxy;
  851. fileType = archive.ar;
  852. path = libRCTBlob.a;
  853. remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
  854. sourceTree = BUILT_PRODUCTS_DIR;
  855. };
  856. /* End PBXReferenceProxy section */
  857. /* Begin PBXResourcesBuildPhase section */
  858. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  859. isa = PBXResourcesBuildPhase;
  860. buildActionMask = 2147483647;
  861. files = (
  862. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  863. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  864. );
  865. runOnlyForDeploymentPostprocessing = 0;
  866. };
  867. /* End PBXResourcesBuildPhase section */
  868. /* Begin PBXShellScriptBuildPhase section */
  869. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  870. isa = PBXShellScriptBuildPhase;
  871. buildActionMask = 2147483647;
  872. files = (
  873. );
  874. inputPaths = (
  875. );
  876. name = "Bundle React Native code and images";
  877. outputPaths = (
  878. );
  879. runOnlyForDeploymentPostprocessing = 0;
  880. shellPath = /bin/sh;
  881. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
  882. };
  883. 382B320523C3B76000E88E8C /* Launch Packager */ = {
  884. isa = PBXShellScriptBuildPhase;
  885. buildActionMask = 2147483647;
  886. files = (
  887. );
  888. inputFileListPaths = (
  889. );
  890. inputPaths = (
  891. );
  892. name = "Launch Packager";
  893. outputFileListPaths = (
  894. );
  895. outputPaths = (
  896. );
  897. runOnlyForDeploymentPostprocessing = 0;
  898. shellPath = /bin/sh;
  899. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  900. };
  901. /* End PBXShellScriptBuildPhase section */
  902. /* Begin PBXSourcesBuildPhase section */
  903. 13B07F871A680F5B00A75B9A /* Sources */ = {
  904. isa = PBXSourcesBuildPhase;
  905. buildActionMask = 2147483647;
  906. files = (
  907. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  908. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  909. );
  910. runOnlyForDeploymentPostprocessing = 0;
  911. };
  912. /* End PBXSourcesBuildPhase section */
  913. /* Begin PBXTargetDependency section */
  914. 1990B95222398FC4009E5EA1 /* PBXTargetDependency */ = {
  915. isa = PBXTargetDependency;
  916. name = RNCWebView;
  917. targetProxy = 1990B95122398FC4009E5EA1 /* PBXContainerItemProxy */;
  918. };
  919. /* End PBXTargetDependency section */
  920. /* Begin PBXVariantGroup section */
  921. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  922. isa = PBXVariantGroup;
  923. children = (
  924. 13B07FB21A68108700A75B9A /* Base */,
  925. );
  926. name = LaunchScreen.xib;
  927. path = RNCWebViewExample;
  928. sourceTree = "<group>";
  929. };
  930. /* End PBXVariantGroup section */
  931. /* Begin XCBuildConfiguration section */
  932. 13B07F941A680F5B00A75B9A /* Debug */ = {
  933. isa = XCBuildConfiguration;
  934. buildSettings = {
  935. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  936. CURRENT_PROJECT_VERSION = 1;
  937. DEAD_CODE_STRIPPING = NO;
  938. INFOPLIST_FILE = RNCWebViewExample/Info.plist;
  939. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  940. OTHER_LDFLAGS = (
  941. "$(inherited)",
  942. "-ObjC",
  943. "-lc++",
  944. );
  945. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  946. PRODUCT_NAME = RNCWebViewExample;
  947. VERSIONING_SYSTEM = "apple-generic";
  948. };
  949. name = Debug;
  950. };
  951. 13B07F951A680F5B00A75B9A /* Release */ = {
  952. isa = XCBuildConfiguration;
  953. buildSettings = {
  954. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  955. CURRENT_PROJECT_VERSION = 1;
  956. INFOPLIST_FILE = RNCWebViewExample/Info.plist;
  957. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  958. OTHER_LDFLAGS = (
  959. "$(inherited)",
  960. "-ObjC",
  961. "-lc++",
  962. );
  963. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  964. PRODUCT_NAME = RNCWebViewExample;
  965. VERSIONING_SYSTEM = "apple-generic";
  966. };
  967. name = Release;
  968. };
  969. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  970. isa = XCBuildConfiguration;
  971. buildSettings = {
  972. ALWAYS_SEARCH_USER_PATHS = NO;
  973. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  974. CLANG_CXX_LIBRARY = "libc++";
  975. CLANG_ENABLE_MODULES = YES;
  976. CLANG_ENABLE_OBJC_ARC = YES;
  977. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  978. CLANG_WARN_BOOL_CONVERSION = YES;
  979. CLANG_WARN_COMMA = YES;
  980. CLANG_WARN_CONSTANT_CONVERSION = YES;
  981. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  982. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  983. CLANG_WARN_EMPTY_BODY = YES;
  984. CLANG_WARN_ENUM_CONVERSION = YES;
  985. CLANG_WARN_INFINITE_RECURSION = YES;
  986. CLANG_WARN_INT_CONVERSION = YES;
  987. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  988. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  989. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  990. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  991. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  992. CLANG_WARN_STRICT_PROTOTYPES = YES;
  993. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  994. CLANG_WARN_UNREACHABLE_CODE = YES;
  995. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  996. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  997. COPY_PHASE_STRIP = NO;
  998. ENABLE_STRICT_OBJC_MSGSEND = YES;
  999. ENABLE_TESTABILITY = YES;
  1000. GCC_C_LANGUAGE_STANDARD = gnu99;
  1001. GCC_DYNAMIC_NO_PIC = NO;
  1002. GCC_NO_COMMON_BLOCKS = YES;
  1003. GCC_OPTIMIZATION_LEVEL = 0;
  1004. GCC_PREPROCESSOR_DEFINITIONS = (
  1005. "DEBUG=1",
  1006. "$(inherited)",
  1007. );
  1008. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1009. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1010. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1011. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1012. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1013. GCC_WARN_UNUSED_FUNCTION = YES;
  1014. GCC_WARN_UNUSED_VARIABLE = YES;
  1015. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1016. MTL_ENABLE_DEBUG_INFO = YES;
  1017. ONLY_ACTIVE_ARCH = YES;
  1018. SDKROOT = iphoneos;
  1019. };
  1020. name = Debug;
  1021. };
  1022. 83CBBA211A601CBA00E9B192 /* Release */ = {
  1023. isa = XCBuildConfiguration;
  1024. buildSettings = {
  1025. ALWAYS_SEARCH_USER_PATHS = NO;
  1026. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1027. CLANG_CXX_LIBRARY = "libc++";
  1028. CLANG_ENABLE_MODULES = YES;
  1029. CLANG_ENABLE_OBJC_ARC = YES;
  1030. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  1031. CLANG_WARN_BOOL_CONVERSION = YES;
  1032. CLANG_WARN_COMMA = YES;
  1033. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1034. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  1035. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1036. CLANG_WARN_EMPTY_BODY = YES;
  1037. CLANG_WARN_ENUM_CONVERSION = YES;
  1038. CLANG_WARN_INFINITE_RECURSION = YES;
  1039. CLANG_WARN_INT_CONVERSION = YES;
  1040. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  1041. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  1042. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  1043. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1044. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  1045. CLANG_WARN_STRICT_PROTOTYPES = YES;
  1046. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1047. CLANG_WARN_UNREACHABLE_CODE = YES;
  1048. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1049. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1050. COPY_PHASE_STRIP = YES;
  1051. ENABLE_NS_ASSERTIONS = NO;
  1052. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1053. GCC_C_LANGUAGE_STANDARD = gnu99;
  1054. GCC_NO_COMMON_BLOCKS = YES;
  1055. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1056. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1057. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1058. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1059. GCC_WARN_UNUSED_FUNCTION = YES;
  1060. GCC_WARN_UNUSED_VARIABLE = YES;
  1061. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1062. MTL_ENABLE_DEBUG_INFO = NO;
  1063. SDKROOT = iphoneos;
  1064. VALIDATE_PRODUCT = YES;
  1065. };
  1066. name = Release;
  1067. };
  1068. /* End XCBuildConfiguration section */
  1069. /* Begin XCConfigurationList section */
  1070. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "RNCWebViewExample" */ = {
  1071. isa = XCConfigurationList;
  1072. buildConfigurations = (
  1073. 13B07F941A680F5B00A75B9A /* Debug */,
  1074. 13B07F951A680F5B00A75B9A /* Release */,
  1075. );
  1076. defaultConfigurationIsVisible = 0;
  1077. defaultConfigurationName = Release;
  1078. };
  1079. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "RNCWebViewExample" */ = {
  1080. isa = XCConfigurationList;
  1081. buildConfigurations = (
  1082. 83CBBA201A601CBA00E9B192 /* Debug */,
  1083. 83CBBA211A601CBA00E9B192 /* Release */,
  1084. );
  1085. defaultConfigurationIsVisible = 0;
  1086. defaultConfigurationName = Release;
  1087. };
  1088. /* End XCConfigurationList section */
  1089. };
  1090. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1091. }