Nessuna descrizione

project.pbxproj 58KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493
  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. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */; };
  11. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */; };
  12. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */; };
  13. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */; };
  14. 00E356F31AD99517003FC87E /* demoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* demoTests.m */; };
  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. 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  23. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  24. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  25. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  26. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  27. 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
  28. 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */; };
  29. 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */; };
  30. 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */; };
  31. 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */; };
  32. 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */; };
  33. 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */; };
  34. 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2D16E6891FA4F8E400B85C8A /* libReact.a */; };
  35. 2DCD954D1E0B4F2C00145EB5 /* demoTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* demoTests.m */; };
  36. 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 3DAD3EA31DF850E9000B6D8A /* libReact.a */; };
  37. 37C4D8D1212434D7009B8FF3 /* demo.css in Resources */ = {isa = PBXBuildFile; fileRef = 37C4D8D0212434D7009B8FF3 /* demo.css */; };
  38. 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */; };
  39. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  40. ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */ = {isa = PBXBuildFile; fileRef = ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */; };
  41. B7420B85210E3185007509B0 /* demo.css in Resources */ = {isa = PBXBuildFile; fileRef = B7420B84210E3185007509B0 /* demo.css */; };
  42. /* End PBXBuildFile section */
  43. /* Begin PBXContainerItemProxy section */
  44. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  49. remoteInfo = RCTActionSheet;
  50. };
  51. 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  56. remoteInfo = RCTGeolocation;
  57. };
  58. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  63. remoteInfo = RCTImage;
  64. };
  65. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  68. proxyType = 2;
  69. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  70. remoteInfo = RCTNetwork;
  71. };
  72. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  75. proxyType = 2;
  76. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  77. remoteInfo = RCTVibration;
  78. };
  79. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  82. proxyType = 1;
  83. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  84. remoteInfo = demo;
  85. };
  86. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  89. proxyType = 2;
  90. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  91. remoteInfo = RCTSettings;
  92. };
  93. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  96. proxyType = 2;
  97. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  98. remoteInfo = RCTWebSocket;
  99. };
  100. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  103. proxyType = 2;
  104. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  105. remoteInfo = React;
  106. };
  107. 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  110. proxyType = 1;
  111. remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
  112. remoteInfo = "demo-tvOS";
  113. };
  114. 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = ADD01A681E09402E00F6D226;
  119. remoteInfo = "RCTBlob-tvOS";
  120. };
  121. 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = 3DBE0D001F3B181A0099AA32;
  126. remoteInfo = fishhook;
  127. };
  128. 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  131. proxyType = 2;
  132. remoteGlobalIDString = 3DBE0D0D1F3B181C0099AA32;
  133. remoteInfo = "fishhook-tvOS";
  134. };
  135. 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  138. proxyType = 2;
  139. remoteGlobalIDString = EBF21BDC1FC498900052F4D5;
  140. remoteInfo = jsinspector;
  141. };
  142. 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */ = {
  143. isa = PBXContainerItemProxy;
  144. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  145. proxyType = 2;
  146. remoteGlobalIDString = EBF21BFA1FC4989A0052F4D5;
  147. remoteInfo = "jsinspector-tvOS";
  148. };
  149. 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  152. proxyType = 2;
  153. remoteGlobalIDString = 139D7ECE1E25DB7D00323FB7;
  154. remoteInfo = "third-party";
  155. };
  156. 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  159. proxyType = 2;
  160. remoteGlobalIDString = 3D383D3C1EBD27B6005632C8;
  161. remoteInfo = "third-party-tvOS";
  162. };
  163. 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */ = {
  164. isa = PBXContainerItemProxy;
  165. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  166. proxyType = 2;
  167. remoteGlobalIDString = 139D7E881E25C6D100323FB7;
  168. remoteInfo = "double-conversion";
  169. };
  170. 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */ = {
  171. isa = PBXContainerItemProxy;
  172. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  173. proxyType = 2;
  174. remoteGlobalIDString = 3D383D621EBD27B9005632C8;
  175. remoteInfo = "double-conversion-tvOS";
  176. };
  177. 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */ = {
  178. isa = PBXContainerItemProxy;
  179. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  180. proxyType = 2;
  181. remoteGlobalIDString = 9936F3131F5F2E4B0010BF04;
  182. remoteInfo = privatedata;
  183. };
  184. 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */ = {
  185. isa = PBXContainerItemProxy;
  186. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  187. proxyType = 2;
  188. remoteGlobalIDString = 9936F32F1F5F2E5B0010BF04;
  189. remoteInfo = "privatedata-tvOS";
  190. };
  191. 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  192. isa = PBXContainerItemProxy;
  193. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  194. proxyType = 2;
  195. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  196. remoteInfo = "RCTImage-tvOS";
  197. };
  198. 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  199. isa = PBXContainerItemProxy;
  200. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  201. proxyType = 2;
  202. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  203. remoteInfo = "RCTLinking-tvOS";
  204. };
  205. 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  206. isa = PBXContainerItemProxy;
  207. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  208. proxyType = 2;
  209. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  210. remoteInfo = "RCTNetwork-tvOS";
  211. };
  212. 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  213. isa = PBXContainerItemProxy;
  214. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  215. proxyType = 2;
  216. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  217. remoteInfo = "RCTSettings-tvOS";
  218. };
  219. 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  220. isa = PBXContainerItemProxy;
  221. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  222. proxyType = 2;
  223. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  224. remoteInfo = "RCTText-tvOS";
  225. };
  226. 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  227. isa = PBXContainerItemProxy;
  228. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  229. proxyType = 2;
  230. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  231. remoteInfo = "RCTWebSocket-tvOS";
  232. };
  233. 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  234. isa = PBXContainerItemProxy;
  235. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  236. proxyType = 2;
  237. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  238. remoteInfo = "React-tvOS";
  239. };
  240. 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  241. isa = PBXContainerItemProxy;
  242. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  243. proxyType = 2;
  244. remoteGlobalIDString = 3D3C059A1DE3340900C268FA;
  245. remoteInfo = yoga;
  246. };
  247. 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  248. isa = PBXContainerItemProxy;
  249. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  250. proxyType = 2;
  251. remoteGlobalIDString = 3D3C06751DE3340C00C268FA;
  252. remoteInfo = "yoga-tvOS";
  253. };
  254. 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  255. isa = PBXContainerItemProxy;
  256. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  257. proxyType = 2;
  258. remoteGlobalIDString = 3D3CD9251DE5FBEC00167DC4;
  259. remoteInfo = cxxreact;
  260. };
  261. 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  262. isa = PBXContainerItemProxy;
  263. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  264. proxyType = 2;
  265. remoteGlobalIDString = 3D3CD9321DE5FBEE00167DC4;
  266. remoteInfo = "cxxreact-tvOS";
  267. };
  268. 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  269. isa = PBXContainerItemProxy;
  270. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  271. proxyType = 2;
  272. remoteGlobalIDString = 3D3CD90B1DE5FBD600167DC4;
  273. remoteInfo = jschelpers;
  274. };
  275. 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */ = {
  276. isa = PBXContainerItemProxy;
  277. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  278. proxyType = 2;
  279. remoteGlobalIDString = 3D3CD9181DE5FBD800167DC4;
  280. remoteInfo = "jschelpers-tvOS";
  281. };
  282. 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  283. isa = PBXContainerItemProxy;
  284. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  285. proxyType = 2;
  286. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  287. remoteInfo = RCTAnimation;
  288. };
  289. 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */ = {
  290. isa = PBXContainerItemProxy;
  291. containerPortal = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  292. proxyType = 2;
  293. remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
  294. remoteInfo = "RCTAnimation-tvOS";
  295. };
  296. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  297. isa = PBXContainerItemProxy;
  298. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  299. proxyType = 2;
  300. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  301. remoteInfo = RCTLinking;
  302. };
  303. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  304. isa = PBXContainerItemProxy;
  305. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  306. proxyType = 2;
  307. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  308. remoteInfo = RCTText;
  309. };
  310. ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */ = {
  311. isa = PBXContainerItemProxy;
  312. containerPortal = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  313. proxyType = 2;
  314. remoteGlobalIDString = 358F4ED71D1E81A9004DF814;
  315. remoteInfo = RCTBlob;
  316. };
  317. /* End PBXContainerItemProxy section */
  318. /* Begin PBXFileReference section */
  319. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  320. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  321. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
  322. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  323. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  324. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  325. 00E356EE1AD99517003FC87E /* demoTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = demoTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  326. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  327. 00E356F21AD99517003FC87E /* demoTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = demoTests.m; sourceTree = "<group>"; };
  328. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  329. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  330. 13B07F961A680F5B00A75B9A /* demo.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = demo.app; sourceTree = BUILT_PRODUCTS_DIR; };
  331. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = demo/AppDelegate.h; sourceTree = "<group>"; };
  332. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = demo/AppDelegate.m; sourceTree = "<group>"; };
  333. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  334. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = demo/Images.xcassets; sourceTree = "<group>"; };
  335. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = demo/Info.plist; sourceTree = "<group>"; };
  336. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = demo/main.m; sourceTree = "<group>"; };
  337. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  338. 2D02E47B1E0B4A5D006451C7 /* demo-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "demo-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  339. 2D02E4901E0B4A5D006451C7 /* demo-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "demo-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  340. 2D16E6891FA4F8E400B85C8A /* libReact.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; path = libReact.a; sourceTree = BUILT_PRODUCTS_DIR; };
  341. 37C4D8D0212434D7009B8FF3 /* demo.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = demo.css; sourceTree = "<group>"; };
  342. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
  343. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  344. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  345. ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTBlob.xcodeproj; path = "../node_modules/react-native/Libraries/Blob/RCTBlob.xcodeproj"; sourceTree = "<group>"; };
  346. B7420B84210E3185007509B0 /* demo.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = demo.css; sourceTree = "<group>"; };
  347. /* End PBXFileReference section */
  348. /* Begin PBXFrameworksBuildPhase section */
  349. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  350. isa = PBXFrameworksBuildPhase;
  351. buildActionMask = 2147483647;
  352. files = (
  353. 140ED2AC1D01E1AD002B40FF /* libReact.a in Frameworks */,
  354. );
  355. runOnlyForDeploymentPostprocessing = 0;
  356. };
  357. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  358. isa = PBXFrameworksBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. ADBDB9381DFEBF1600ED6528 /* libRCTBlob.a in Frameworks */,
  362. 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
  363. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  364. 5E9157361DD0AC6A00FF2AA8 /* libRCTAnimation.a in Frameworks */,
  365. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  366. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
  367. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  368. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  369. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  370. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  371. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  372. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  373. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  374. );
  375. runOnlyForDeploymentPostprocessing = 0;
  376. };
  377. 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
  378. isa = PBXFrameworksBuildPhase;
  379. buildActionMask = 2147483647;
  380. files = (
  381. 2D16E6881FA4F8E400B85C8A /* libReact.a in Frameworks */,
  382. 2D02E4C21E0B4AEC006451C7 /* libRCTAnimation.a in Frameworks */,
  383. 2D02E4C31E0B4AEC006451C7 /* libRCTImage-tvOS.a in Frameworks */,
  384. 2D02E4C41E0B4AEC006451C7 /* libRCTLinking-tvOS.a in Frameworks */,
  385. 2D02E4C51E0B4AEC006451C7 /* libRCTNetwork-tvOS.a in Frameworks */,
  386. 2D02E4C61E0B4AEC006451C7 /* libRCTSettings-tvOS.a in Frameworks */,
  387. 2D02E4C71E0B4AEC006451C7 /* libRCTText-tvOS.a in Frameworks */,
  388. 2D02E4C81E0B4AEC006451C7 /* libRCTWebSocket-tvOS.a in Frameworks */,
  389. );
  390. runOnlyForDeploymentPostprocessing = 0;
  391. };
  392. 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
  393. isa = PBXFrameworksBuildPhase;
  394. buildActionMask = 2147483647;
  395. files = (
  396. 2DF0FFEE2056DD460020B375 /* libReact.a in Frameworks */,
  397. );
  398. runOnlyForDeploymentPostprocessing = 0;
  399. };
  400. /* End PBXFrameworksBuildPhase section */
  401. /* Begin PBXGroup section */
  402. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  403. isa = PBXGroup;
  404. children = (
  405. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  406. );
  407. name = Products;
  408. sourceTree = "<group>";
  409. };
  410. 00C302B61ABCB90400DB3ED1 /* Products */ = {
  411. isa = PBXGroup;
  412. children = (
  413. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
  414. );
  415. name = Products;
  416. sourceTree = "<group>";
  417. };
  418. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  419. isa = PBXGroup;
  420. children = (
  421. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  422. 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */,
  423. );
  424. name = Products;
  425. sourceTree = "<group>";
  426. };
  427. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  428. isa = PBXGroup;
  429. children = (
  430. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  431. 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */,
  432. );
  433. name = Products;
  434. sourceTree = "<group>";
  435. };
  436. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  437. isa = PBXGroup;
  438. children = (
  439. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  440. );
  441. name = Products;
  442. sourceTree = "<group>";
  443. };
  444. 00E356EF1AD99517003FC87E /* demoTests */ = {
  445. isa = PBXGroup;
  446. children = (
  447. 00E356F21AD99517003FC87E /* demoTests.m */,
  448. 00E356F01AD99517003FC87E /* Supporting Files */,
  449. );
  450. path = demoTests;
  451. sourceTree = "<group>";
  452. };
  453. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  454. isa = PBXGroup;
  455. children = (
  456. 00E356F11AD99517003FC87E /* Info.plist */,
  457. );
  458. name = "Supporting Files";
  459. sourceTree = "<group>";
  460. };
  461. 139105B71AF99BAD00B5F7CC /* Products */ = {
  462. isa = PBXGroup;
  463. children = (
  464. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  465. 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */,
  466. );
  467. name = Products;
  468. sourceTree = "<group>";
  469. };
  470. 139FDEE71B06529A00C62182 /* Products */ = {
  471. isa = PBXGroup;
  472. children = (
  473. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  474. 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */,
  475. 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */,
  476. 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */,
  477. );
  478. name = Products;
  479. sourceTree = "<group>";
  480. };
  481. 13B07FAE1A68108700A75B9A /* demo */ = {
  482. isa = PBXGroup;
  483. children = (
  484. 37C4D8CF2124349B009B8FF3 /* webAssets */,
  485. B7420B5E210E3082007509B0 /* web */,
  486. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  487. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  488. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  489. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  490. 13B07FB61A68108700A75B9A /* Info.plist */,
  491. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  492. 13B07FB71A68108700A75B9A /* main.m */,
  493. );
  494. name = demo;
  495. sourceTree = "<group>";
  496. };
  497. 146834001AC3E56700842450 /* Products */ = {
  498. isa = PBXGroup;
  499. children = (
  500. 146834041AC3E56700842450 /* libReact.a */,
  501. 3DAD3EA31DF850E9000B6D8A /* libReact.a */,
  502. 3DAD3EA51DF850E9000B6D8A /* libyoga.a */,
  503. 3DAD3EA71DF850E9000B6D8A /* libyoga.a */,
  504. 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */,
  505. 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */,
  506. 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */,
  507. 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */,
  508. 2DF0FFDF2056DD460020B375 /* libjsinspector.a */,
  509. 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */,
  510. 2DF0FFE32056DD460020B375 /* libthird-party.a */,
  511. 2DF0FFE52056DD460020B375 /* libthird-party.a */,
  512. 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */,
  513. 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */,
  514. 2DF0FFEB2056DD460020B375 /* libprivatedata.a */,
  515. 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */,
  516. );
  517. name = Products;
  518. sourceTree = "<group>";
  519. };
  520. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  521. isa = PBXGroup;
  522. children = (
  523. 2D16E6891FA4F8E400B85C8A /* libReact.a */,
  524. );
  525. name = Frameworks;
  526. sourceTree = "<group>";
  527. };
  528. 37C4D8CF2124349B009B8FF3 /* webAssets */ = {
  529. isa = PBXGroup;
  530. children = (
  531. 37C4D8D0212434D7009B8FF3 /* demo.css */,
  532. );
  533. path = webAssets;
  534. sourceTree = "<group>";
  535. };
  536. 5E91572E1DD0AC6500FF2AA8 /* Products */ = {
  537. isa = PBXGroup;
  538. children = (
  539. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */,
  540. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */,
  541. );
  542. name = Products;
  543. sourceTree = "<group>";
  544. };
  545. 78C398B11ACF4ADC00677621 /* Products */ = {
  546. isa = PBXGroup;
  547. children = (
  548. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  549. 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */,
  550. );
  551. name = Products;
  552. sourceTree = "<group>";
  553. };
  554. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  555. isa = PBXGroup;
  556. children = (
  557. 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */,
  558. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  559. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  560. ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */,
  561. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
  562. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  563. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  564. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  565. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  566. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  567. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  568. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  569. );
  570. name = Libraries;
  571. sourceTree = "<group>";
  572. };
  573. 832341B11AAA6A8300B99B32 /* Products */ = {
  574. isa = PBXGroup;
  575. children = (
  576. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  577. 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */,
  578. );
  579. name = Products;
  580. sourceTree = "<group>";
  581. };
  582. 83CBB9F61A601CBA00E9B192 = {
  583. isa = PBXGroup;
  584. children = (
  585. 13B07FAE1A68108700A75B9A /* demo */,
  586. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  587. 00E356EF1AD99517003FC87E /* demoTests */,
  588. 83CBBA001A601CBA00E9B192 /* Products */,
  589. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  590. );
  591. indentWidth = 2;
  592. sourceTree = "<group>";
  593. tabWidth = 2;
  594. usesTabs = 0;
  595. };
  596. 83CBBA001A601CBA00E9B192 /* Products */ = {
  597. isa = PBXGroup;
  598. children = (
  599. 13B07F961A680F5B00A75B9A /* demo.app */,
  600. 00E356EE1AD99517003FC87E /* demoTests.xctest */,
  601. 2D02E47B1E0B4A5D006451C7 /* demo-tvOS.app */,
  602. 2D02E4901E0B4A5D006451C7 /* demo-tvOSTests.xctest */,
  603. );
  604. name = Products;
  605. sourceTree = "<group>";
  606. };
  607. ADBDB9201DFEBF0600ED6528 /* Products */ = {
  608. isa = PBXGroup;
  609. children = (
  610. ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */,
  611. 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */,
  612. );
  613. name = Products;
  614. sourceTree = "<group>";
  615. };
  616. B7420B5E210E3082007509B0 /* web */ = {
  617. isa = PBXGroup;
  618. children = (
  619. B7420B84210E3185007509B0 /* demo.css */,
  620. );
  621. path = web;
  622. sourceTree = "<group>";
  623. };
  624. /* End PBXGroup section */
  625. /* Begin PBXNativeTarget section */
  626. 00E356ED1AD99517003FC87E /* demoTests */ = {
  627. isa = PBXNativeTarget;
  628. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "demoTests" */;
  629. buildPhases = (
  630. 00E356EA1AD99517003FC87E /* Sources */,
  631. 00E356EB1AD99517003FC87E /* Frameworks */,
  632. 00E356EC1AD99517003FC87E /* Resources */,
  633. );
  634. buildRules = (
  635. );
  636. dependencies = (
  637. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  638. );
  639. name = demoTests;
  640. productName = demoTests;
  641. productReference = 00E356EE1AD99517003FC87E /* demoTests.xctest */;
  642. productType = "com.apple.product-type.bundle.unit-test";
  643. };
  644. 13B07F861A680F5B00A75B9A /* demo */ = {
  645. isa = PBXNativeTarget;
  646. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "demo" */;
  647. buildPhases = (
  648. 13B07F871A680F5B00A75B9A /* Sources */,
  649. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  650. 13B07F8E1A680F5B00A75B9A /* Resources */,
  651. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  652. );
  653. buildRules = (
  654. );
  655. dependencies = (
  656. );
  657. name = demo;
  658. productName = "Hello World";
  659. productReference = 13B07F961A680F5B00A75B9A /* demo.app */;
  660. productType = "com.apple.product-type.application";
  661. };
  662. 2D02E47A1E0B4A5D006451C7 /* demo-tvOS */ = {
  663. isa = PBXNativeTarget;
  664. buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOS" */;
  665. buildPhases = (
  666. 2D02E4771E0B4A5D006451C7 /* Sources */,
  667. 2D02E4781E0B4A5D006451C7 /* Frameworks */,
  668. 2D02E4791E0B4A5D006451C7 /* Resources */,
  669. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
  670. );
  671. buildRules = (
  672. );
  673. dependencies = (
  674. );
  675. name = "demo-tvOS";
  676. productName = "demo-tvOS";
  677. productReference = 2D02E47B1E0B4A5D006451C7 /* demo-tvOS.app */;
  678. productType = "com.apple.product-type.application";
  679. };
  680. 2D02E48F1E0B4A5D006451C7 /* demo-tvOSTests */ = {
  681. isa = PBXNativeTarget;
  682. buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOSTests" */;
  683. buildPhases = (
  684. 2D02E48C1E0B4A5D006451C7 /* Sources */,
  685. 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
  686. 2D02E48E1E0B4A5D006451C7 /* Resources */,
  687. );
  688. buildRules = (
  689. );
  690. dependencies = (
  691. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
  692. );
  693. name = "demo-tvOSTests";
  694. productName = "demo-tvOSTests";
  695. productReference = 2D02E4901E0B4A5D006451C7 /* demo-tvOSTests.xctest */;
  696. productType = "com.apple.product-type.bundle.unit-test";
  697. };
  698. /* End PBXNativeTarget section */
  699. /* Begin PBXProject section */
  700. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  701. isa = PBXProject;
  702. attributes = {
  703. LastUpgradeCheck = 0610;
  704. ORGANIZATIONNAME = Facebook;
  705. TargetAttributes = {
  706. 00E356ED1AD99517003FC87E = {
  707. CreatedOnToolsVersion = 6.2;
  708. TestTargetID = 13B07F861A680F5B00A75B9A;
  709. };
  710. 2D02E47A1E0B4A5D006451C7 = {
  711. CreatedOnToolsVersion = 8.2.1;
  712. ProvisioningStyle = Automatic;
  713. };
  714. 2D02E48F1E0B4A5D006451C7 = {
  715. CreatedOnToolsVersion = 8.2.1;
  716. ProvisioningStyle = Automatic;
  717. TestTargetID = 2D02E47A1E0B4A5D006451C7;
  718. };
  719. };
  720. };
  721. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "demo" */;
  722. compatibilityVersion = "Xcode 3.2";
  723. developmentRegion = English;
  724. hasScannedForEncodings = 0;
  725. knownRegions = (
  726. en,
  727. Base,
  728. );
  729. mainGroup = 83CBB9F61A601CBA00E9B192;
  730. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  731. projectDirPath = "";
  732. projectReferences = (
  733. {
  734. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  735. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  736. },
  737. {
  738. ProductGroup = 5E91572E1DD0AC6500FF2AA8 /* Products */;
  739. ProjectRef = 5E91572D1DD0AC6500FF2AA8 /* RCTAnimation.xcodeproj */;
  740. },
  741. {
  742. ProductGroup = ADBDB9201DFEBF0600ED6528 /* Products */;
  743. ProjectRef = ADBDB91F1DFEBF0600ED6528 /* RCTBlob.xcodeproj */;
  744. },
  745. {
  746. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  747. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  748. },
  749. {
  750. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  751. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  752. },
  753. {
  754. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  755. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  756. },
  757. {
  758. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  759. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  760. },
  761. {
  762. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  763. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  764. },
  765. {
  766. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  767. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  768. },
  769. {
  770. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  771. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  772. },
  773. {
  774. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  775. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  776. },
  777. {
  778. ProductGroup = 146834001AC3E56700842450 /* Products */;
  779. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  780. },
  781. );
  782. projectRoot = "";
  783. targets = (
  784. 13B07F861A680F5B00A75B9A /* demo */,
  785. 00E356ED1AD99517003FC87E /* demoTests */,
  786. 2D02E47A1E0B4A5D006451C7 /* demo-tvOS */,
  787. 2D02E48F1E0B4A5D006451C7 /* demo-tvOSTests */,
  788. );
  789. };
  790. /* End PBXProject section */
  791. /* Begin PBXReferenceProxy section */
  792. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  793. isa = PBXReferenceProxy;
  794. fileType = archive.ar;
  795. path = libRCTActionSheet.a;
  796. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  797. sourceTree = BUILT_PRODUCTS_DIR;
  798. };
  799. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  800. isa = PBXReferenceProxy;
  801. fileType = archive.ar;
  802. path = libRCTGeolocation.a;
  803. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  804. sourceTree = BUILT_PRODUCTS_DIR;
  805. };
  806. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  807. isa = PBXReferenceProxy;
  808. fileType = archive.ar;
  809. path = libRCTImage.a;
  810. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  811. sourceTree = BUILT_PRODUCTS_DIR;
  812. };
  813. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  814. isa = PBXReferenceProxy;
  815. fileType = archive.ar;
  816. path = libRCTNetwork.a;
  817. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  818. sourceTree = BUILT_PRODUCTS_DIR;
  819. };
  820. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  821. isa = PBXReferenceProxy;
  822. fileType = archive.ar;
  823. path = libRCTVibration.a;
  824. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  825. sourceTree = BUILT_PRODUCTS_DIR;
  826. };
  827. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  828. isa = PBXReferenceProxy;
  829. fileType = archive.ar;
  830. path = libRCTSettings.a;
  831. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  832. sourceTree = BUILT_PRODUCTS_DIR;
  833. };
  834. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  835. isa = PBXReferenceProxy;
  836. fileType = archive.ar;
  837. path = libRCTWebSocket.a;
  838. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  839. sourceTree = BUILT_PRODUCTS_DIR;
  840. };
  841. 146834041AC3E56700842450 /* libReact.a */ = {
  842. isa = PBXReferenceProxy;
  843. fileType = archive.ar;
  844. path = libReact.a;
  845. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  846. sourceTree = BUILT_PRODUCTS_DIR;
  847. };
  848. 2D16E6721FA4F8DC00B85C8A /* libRCTBlob-tvOS.a */ = {
  849. isa = PBXReferenceProxy;
  850. fileType = archive.ar;
  851. path = "libRCTBlob-tvOS.a";
  852. remoteRef = 2D16E6711FA4F8DC00B85C8A /* PBXContainerItemProxy */;
  853. sourceTree = BUILT_PRODUCTS_DIR;
  854. };
  855. 2D16E6841FA4F8DC00B85C8A /* libfishhook.a */ = {
  856. isa = PBXReferenceProxy;
  857. fileType = archive.ar;
  858. path = libfishhook.a;
  859. remoteRef = 2D16E6831FA4F8DC00B85C8A /* PBXContainerItemProxy */;
  860. sourceTree = BUILT_PRODUCTS_DIR;
  861. };
  862. 2D16E6861FA4F8DC00B85C8A /* libfishhook-tvOS.a */ = {
  863. isa = PBXReferenceProxy;
  864. fileType = archive.ar;
  865. path = "libfishhook-tvOS.a";
  866. remoteRef = 2D16E6851FA4F8DC00B85C8A /* PBXContainerItemProxy */;
  867. sourceTree = BUILT_PRODUCTS_DIR;
  868. };
  869. 2DF0FFDF2056DD460020B375 /* libjsinspector.a */ = {
  870. isa = PBXReferenceProxy;
  871. fileType = archive.ar;
  872. path = libjsinspector.a;
  873. remoteRef = 2DF0FFDE2056DD460020B375 /* PBXContainerItemProxy */;
  874. sourceTree = BUILT_PRODUCTS_DIR;
  875. };
  876. 2DF0FFE12056DD460020B375 /* libjsinspector-tvOS.a */ = {
  877. isa = PBXReferenceProxy;
  878. fileType = archive.ar;
  879. path = "libjsinspector-tvOS.a";
  880. remoteRef = 2DF0FFE02056DD460020B375 /* PBXContainerItemProxy */;
  881. sourceTree = BUILT_PRODUCTS_DIR;
  882. };
  883. 2DF0FFE32056DD460020B375 /* libthird-party.a */ = {
  884. isa = PBXReferenceProxy;
  885. fileType = archive.ar;
  886. path = "libthird-party.a";
  887. remoteRef = 2DF0FFE22056DD460020B375 /* PBXContainerItemProxy */;
  888. sourceTree = BUILT_PRODUCTS_DIR;
  889. };
  890. 2DF0FFE52056DD460020B375 /* libthird-party.a */ = {
  891. isa = PBXReferenceProxy;
  892. fileType = archive.ar;
  893. path = "libthird-party.a";
  894. remoteRef = 2DF0FFE42056DD460020B375 /* PBXContainerItemProxy */;
  895. sourceTree = BUILT_PRODUCTS_DIR;
  896. };
  897. 2DF0FFE72056DD460020B375 /* libdouble-conversion.a */ = {
  898. isa = PBXReferenceProxy;
  899. fileType = archive.ar;
  900. path = "libdouble-conversion.a";
  901. remoteRef = 2DF0FFE62056DD460020B375 /* PBXContainerItemProxy */;
  902. sourceTree = BUILT_PRODUCTS_DIR;
  903. };
  904. 2DF0FFE92056DD460020B375 /* libdouble-conversion.a */ = {
  905. isa = PBXReferenceProxy;
  906. fileType = archive.ar;
  907. path = "libdouble-conversion.a";
  908. remoteRef = 2DF0FFE82056DD460020B375 /* PBXContainerItemProxy */;
  909. sourceTree = BUILT_PRODUCTS_DIR;
  910. };
  911. 2DF0FFEB2056DD460020B375 /* libprivatedata.a */ = {
  912. isa = PBXReferenceProxy;
  913. fileType = archive.ar;
  914. path = libprivatedata.a;
  915. remoteRef = 2DF0FFEA2056DD460020B375 /* PBXContainerItemProxy */;
  916. sourceTree = BUILT_PRODUCTS_DIR;
  917. };
  918. 2DF0FFED2056DD460020B375 /* libprivatedata-tvOS.a */ = {
  919. isa = PBXReferenceProxy;
  920. fileType = archive.ar;
  921. path = "libprivatedata-tvOS.a";
  922. remoteRef = 2DF0FFEC2056DD460020B375 /* PBXContainerItemProxy */;
  923. sourceTree = BUILT_PRODUCTS_DIR;
  924. };
  925. 3DAD3E841DF850E9000B6D8A /* libRCTImage-tvOS.a */ = {
  926. isa = PBXReferenceProxy;
  927. fileType = archive.ar;
  928. path = "libRCTImage-tvOS.a";
  929. remoteRef = 3DAD3E831DF850E9000B6D8A /* PBXContainerItemProxy */;
  930. sourceTree = BUILT_PRODUCTS_DIR;
  931. };
  932. 3DAD3E881DF850E9000B6D8A /* libRCTLinking-tvOS.a */ = {
  933. isa = PBXReferenceProxy;
  934. fileType = archive.ar;
  935. path = "libRCTLinking-tvOS.a";
  936. remoteRef = 3DAD3E871DF850E9000B6D8A /* PBXContainerItemProxy */;
  937. sourceTree = BUILT_PRODUCTS_DIR;
  938. };
  939. 3DAD3E8C1DF850E9000B6D8A /* libRCTNetwork-tvOS.a */ = {
  940. isa = PBXReferenceProxy;
  941. fileType = archive.ar;
  942. path = "libRCTNetwork-tvOS.a";
  943. remoteRef = 3DAD3E8B1DF850E9000B6D8A /* PBXContainerItemProxy */;
  944. sourceTree = BUILT_PRODUCTS_DIR;
  945. };
  946. 3DAD3E901DF850E9000B6D8A /* libRCTSettings-tvOS.a */ = {
  947. isa = PBXReferenceProxy;
  948. fileType = archive.ar;
  949. path = "libRCTSettings-tvOS.a";
  950. remoteRef = 3DAD3E8F1DF850E9000B6D8A /* PBXContainerItemProxy */;
  951. sourceTree = BUILT_PRODUCTS_DIR;
  952. };
  953. 3DAD3E941DF850E9000B6D8A /* libRCTText-tvOS.a */ = {
  954. isa = PBXReferenceProxy;
  955. fileType = archive.ar;
  956. path = "libRCTText-tvOS.a";
  957. remoteRef = 3DAD3E931DF850E9000B6D8A /* PBXContainerItemProxy */;
  958. sourceTree = BUILT_PRODUCTS_DIR;
  959. };
  960. 3DAD3E991DF850E9000B6D8A /* libRCTWebSocket-tvOS.a */ = {
  961. isa = PBXReferenceProxy;
  962. fileType = archive.ar;
  963. path = "libRCTWebSocket-tvOS.a";
  964. remoteRef = 3DAD3E981DF850E9000B6D8A /* PBXContainerItemProxy */;
  965. sourceTree = BUILT_PRODUCTS_DIR;
  966. };
  967. 3DAD3EA31DF850E9000B6D8A /* libReact.a */ = {
  968. isa = PBXReferenceProxy;
  969. fileType = archive.ar;
  970. path = libReact.a;
  971. remoteRef = 3DAD3EA21DF850E9000B6D8A /* PBXContainerItemProxy */;
  972. sourceTree = BUILT_PRODUCTS_DIR;
  973. };
  974. 3DAD3EA51DF850E9000B6D8A /* libyoga.a */ = {
  975. isa = PBXReferenceProxy;
  976. fileType = archive.ar;
  977. path = libyoga.a;
  978. remoteRef = 3DAD3EA41DF850E9000B6D8A /* PBXContainerItemProxy */;
  979. sourceTree = BUILT_PRODUCTS_DIR;
  980. };
  981. 3DAD3EA71DF850E9000B6D8A /* libyoga.a */ = {
  982. isa = PBXReferenceProxy;
  983. fileType = archive.ar;
  984. path = libyoga.a;
  985. remoteRef = 3DAD3EA61DF850E9000B6D8A /* PBXContainerItemProxy */;
  986. sourceTree = BUILT_PRODUCTS_DIR;
  987. };
  988. 3DAD3EA91DF850E9000B6D8A /* libcxxreact.a */ = {
  989. isa = PBXReferenceProxy;
  990. fileType = archive.ar;
  991. path = libcxxreact.a;
  992. remoteRef = 3DAD3EA81DF850E9000B6D8A /* PBXContainerItemProxy */;
  993. sourceTree = BUILT_PRODUCTS_DIR;
  994. };
  995. 3DAD3EAB1DF850E9000B6D8A /* libcxxreact.a */ = {
  996. isa = PBXReferenceProxy;
  997. fileType = archive.ar;
  998. path = libcxxreact.a;
  999. remoteRef = 3DAD3EAA1DF850E9000B6D8A /* PBXContainerItemProxy */;
  1000. sourceTree = BUILT_PRODUCTS_DIR;
  1001. };
  1002. 3DAD3EAD1DF850E9000B6D8A /* libjschelpers.a */ = {
  1003. isa = PBXReferenceProxy;
  1004. fileType = archive.ar;
  1005. path = libjschelpers.a;
  1006. remoteRef = 3DAD3EAC1DF850E9000B6D8A /* PBXContainerItemProxy */;
  1007. sourceTree = BUILT_PRODUCTS_DIR;
  1008. };
  1009. 3DAD3EAF1DF850E9000B6D8A /* libjschelpers.a */ = {
  1010. isa = PBXReferenceProxy;
  1011. fileType = archive.ar;
  1012. path = libjschelpers.a;
  1013. remoteRef = 3DAD3EAE1DF850E9000B6D8A /* PBXContainerItemProxy */;
  1014. sourceTree = BUILT_PRODUCTS_DIR;
  1015. };
  1016. 5E9157331DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
  1017. isa = PBXReferenceProxy;
  1018. fileType = archive.ar;
  1019. path = libRCTAnimation.a;
  1020. remoteRef = 5E9157321DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  1021. sourceTree = BUILT_PRODUCTS_DIR;
  1022. };
  1023. 5E9157351DD0AC6500FF2AA8 /* libRCTAnimation.a */ = {
  1024. isa = PBXReferenceProxy;
  1025. fileType = archive.ar;
  1026. path = libRCTAnimation.a;
  1027. remoteRef = 5E9157341DD0AC6500FF2AA8 /* PBXContainerItemProxy */;
  1028. sourceTree = BUILT_PRODUCTS_DIR;
  1029. };
  1030. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  1031. isa = PBXReferenceProxy;
  1032. fileType = archive.ar;
  1033. path = libRCTLinking.a;
  1034. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  1035. sourceTree = BUILT_PRODUCTS_DIR;
  1036. };
  1037. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  1038. isa = PBXReferenceProxy;
  1039. fileType = archive.ar;
  1040. path = libRCTText.a;
  1041. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  1042. sourceTree = BUILT_PRODUCTS_DIR;
  1043. };
  1044. ADBDB9271DFEBF0700ED6528 /* libRCTBlob.a */ = {
  1045. isa = PBXReferenceProxy;
  1046. fileType = archive.ar;
  1047. path = libRCTBlob.a;
  1048. remoteRef = ADBDB9261DFEBF0700ED6528 /* PBXContainerItemProxy */;
  1049. sourceTree = BUILT_PRODUCTS_DIR;
  1050. };
  1051. /* End PBXReferenceProxy section */
  1052. /* Begin PBXResourcesBuildPhase section */
  1053. 00E356EC1AD99517003FC87E /* Resources */ = {
  1054. isa = PBXResourcesBuildPhase;
  1055. buildActionMask = 2147483647;
  1056. files = (
  1057. );
  1058. runOnlyForDeploymentPostprocessing = 0;
  1059. };
  1060. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  1061. isa = PBXResourcesBuildPhase;
  1062. buildActionMask = 2147483647;
  1063. files = (
  1064. 37C4D8D1212434D7009B8FF3 /* demo.css in Resources */,
  1065. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  1066. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  1067. B7420B85210E3185007509B0 /* demo.css in Resources */,
  1068. );
  1069. runOnlyForDeploymentPostprocessing = 0;
  1070. };
  1071. 2D02E4791E0B4A5D006451C7 /* Resources */ = {
  1072. isa = PBXResourcesBuildPhase;
  1073. buildActionMask = 2147483647;
  1074. files = (
  1075. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
  1076. );
  1077. runOnlyForDeploymentPostprocessing = 0;
  1078. };
  1079. 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
  1080. isa = PBXResourcesBuildPhase;
  1081. buildActionMask = 2147483647;
  1082. files = (
  1083. );
  1084. runOnlyForDeploymentPostprocessing = 0;
  1085. };
  1086. /* End PBXResourcesBuildPhase section */
  1087. /* Begin PBXShellScriptBuildPhase section */
  1088. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  1089. isa = PBXShellScriptBuildPhase;
  1090. buildActionMask = 2147483647;
  1091. files = (
  1092. );
  1093. inputPaths = (
  1094. );
  1095. name = "Bundle React Native code and images";
  1096. outputPaths = (
  1097. );
  1098. runOnlyForDeploymentPostprocessing = 0;
  1099. shellPath = /bin/sh;
  1100. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
  1101. };
  1102. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
  1103. isa = PBXShellScriptBuildPhase;
  1104. buildActionMask = 2147483647;
  1105. files = (
  1106. );
  1107. inputPaths = (
  1108. );
  1109. name = "Bundle React Native Code And Images";
  1110. outputPaths = (
  1111. );
  1112. runOnlyForDeploymentPostprocessing = 0;
  1113. shellPath = /bin/sh;
  1114. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/scripts/react-native-xcode.sh";
  1115. };
  1116. /* End PBXShellScriptBuildPhase section */
  1117. /* Begin PBXSourcesBuildPhase section */
  1118. 00E356EA1AD99517003FC87E /* Sources */ = {
  1119. isa = PBXSourcesBuildPhase;
  1120. buildActionMask = 2147483647;
  1121. files = (
  1122. 00E356F31AD99517003FC87E /* demoTests.m in Sources */,
  1123. );
  1124. runOnlyForDeploymentPostprocessing = 0;
  1125. };
  1126. 13B07F871A680F5B00A75B9A /* Sources */ = {
  1127. isa = PBXSourcesBuildPhase;
  1128. buildActionMask = 2147483647;
  1129. files = (
  1130. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  1131. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  1132. );
  1133. runOnlyForDeploymentPostprocessing = 0;
  1134. };
  1135. 2D02E4771E0B4A5D006451C7 /* Sources */ = {
  1136. isa = PBXSourcesBuildPhase;
  1137. buildActionMask = 2147483647;
  1138. files = (
  1139. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
  1140. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
  1141. );
  1142. runOnlyForDeploymentPostprocessing = 0;
  1143. };
  1144. 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
  1145. isa = PBXSourcesBuildPhase;
  1146. buildActionMask = 2147483647;
  1147. files = (
  1148. 2DCD954D1E0B4F2C00145EB5 /* demoTests.m in Sources */,
  1149. );
  1150. runOnlyForDeploymentPostprocessing = 0;
  1151. };
  1152. /* End PBXSourcesBuildPhase section */
  1153. /* Begin PBXTargetDependency section */
  1154. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  1155. isa = PBXTargetDependency;
  1156. target = 13B07F861A680F5B00A75B9A /* demo */;
  1157. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  1158. };
  1159. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
  1160. isa = PBXTargetDependency;
  1161. target = 2D02E47A1E0B4A5D006451C7 /* demo-tvOS */;
  1162. targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
  1163. };
  1164. /* End PBXTargetDependency section */
  1165. /* Begin PBXVariantGroup section */
  1166. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  1167. isa = PBXVariantGroup;
  1168. children = (
  1169. 13B07FB21A68108700A75B9A /* Base */,
  1170. );
  1171. name = LaunchScreen.xib;
  1172. path = demo;
  1173. sourceTree = "<group>";
  1174. };
  1175. /* End PBXVariantGroup section */
  1176. /* Begin XCBuildConfiguration section */
  1177. 00E356F61AD99517003FC87E /* Debug */ = {
  1178. isa = XCBuildConfiguration;
  1179. buildSettings = {
  1180. BUNDLE_LOADER = "$(TEST_HOST)";
  1181. GCC_PREPROCESSOR_DEFINITIONS = (
  1182. "DEBUG=1",
  1183. "$(inherited)",
  1184. );
  1185. INFOPLIST_FILE = demoTests/Info.plist;
  1186. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1187. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1188. OTHER_LDFLAGS = (
  1189. "-ObjC",
  1190. "-lc++",
  1191. );
  1192. PRODUCT_NAME = "$(TARGET_NAME)";
  1193. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo.app/demo";
  1194. };
  1195. name = Debug;
  1196. };
  1197. 00E356F71AD99517003FC87E /* Release */ = {
  1198. isa = XCBuildConfiguration;
  1199. buildSettings = {
  1200. BUNDLE_LOADER = "$(TEST_HOST)";
  1201. COPY_PHASE_STRIP = NO;
  1202. INFOPLIST_FILE = demoTests/Info.plist;
  1203. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1204. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1205. OTHER_LDFLAGS = (
  1206. "-ObjC",
  1207. "-lc++",
  1208. );
  1209. PRODUCT_NAME = "$(TARGET_NAME)";
  1210. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo.app/demo";
  1211. };
  1212. name = Release;
  1213. };
  1214. 13B07F941A680F5B00A75B9A /* Debug */ = {
  1215. isa = XCBuildConfiguration;
  1216. buildSettings = {
  1217. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1218. CURRENT_PROJECT_VERSION = 1;
  1219. DEAD_CODE_STRIPPING = NO;
  1220. INFOPLIST_FILE = demo/Info.plist;
  1221. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1222. OTHER_LDFLAGS = (
  1223. "$(inherited)",
  1224. "-ObjC",
  1225. "-lc++",
  1226. );
  1227. PRODUCT_NAME = demo;
  1228. VERSIONING_SYSTEM = "apple-generic";
  1229. };
  1230. name = Debug;
  1231. };
  1232. 13B07F951A680F5B00A75B9A /* Release */ = {
  1233. isa = XCBuildConfiguration;
  1234. buildSettings = {
  1235. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1236. CURRENT_PROJECT_VERSION = 1;
  1237. INFOPLIST_FILE = demo/Info.plist;
  1238. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1239. OTHER_LDFLAGS = (
  1240. "$(inherited)",
  1241. "-ObjC",
  1242. "-lc++",
  1243. );
  1244. PRODUCT_NAME = demo;
  1245. VERSIONING_SYSTEM = "apple-generic";
  1246. };
  1247. name = Release;
  1248. };
  1249. 2D02E4971E0B4A5E006451C7 /* Debug */ = {
  1250. isa = XCBuildConfiguration;
  1251. buildSettings = {
  1252. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1253. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1254. CLANG_ANALYZER_NONNULL = YES;
  1255. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1256. CLANG_WARN_INFINITE_RECURSION = YES;
  1257. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1258. DEBUG_INFORMATION_FORMAT = dwarf;
  1259. ENABLE_TESTABILITY = YES;
  1260. GCC_NO_COMMON_BLOCKS = YES;
  1261. INFOPLIST_FILE = "demo-tvOS/Info.plist";
  1262. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1263. OTHER_LDFLAGS = (
  1264. "-ObjC",
  1265. "-lc++",
  1266. );
  1267. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.demo-tvOS";
  1268. PRODUCT_NAME = "$(TARGET_NAME)";
  1269. SDKROOT = appletvos;
  1270. TARGETED_DEVICE_FAMILY = 3;
  1271. TVOS_DEPLOYMENT_TARGET = 9.2;
  1272. };
  1273. name = Debug;
  1274. };
  1275. 2D02E4981E0B4A5E006451C7 /* Release */ = {
  1276. isa = XCBuildConfiguration;
  1277. buildSettings = {
  1278. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  1279. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  1280. CLANG_ANALYZER_NONNULL = YES;
  1281. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1282. CLANG_WARN_INFINITE_RECURSION = YES;
  1283. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1284. COPY_PHASE_STRIP = NO;
  1285. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1286. GCC_NO_COMMON_BLOCKS = YES;
  1287. INFOPLIST_FILE = "demo-tvOS/Info.plist";
  1288. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1289. OTHER_LDFLAGS = (
  1290. "-ObjC",
  1291. "-lc++",
  1292. );
  1293. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.demo-tvOS";
  1294. PRODUCT_NAME = "$(TARGET_NAME)";
  1295. SDKROOT = appletvos;
  1296. TARGETED_DEVICE_FAMILY = 3;
  1297. TVOS_DEPLOYMENT_TARGET = 9.2;
  1298. };
  1299. name = Release;
  1300. };
  1301. 2D02E4991E0B4A5E006451C7 /* Debug */ = {
  1302. isa = XCBuildConfiguration;
  1303. buildSettings = {
  1304. BUNDLE_LOADER = "$(TEST_HOST)";
  1305. CLANG_ANALYZER_NONNULL = YES;
  1306. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1307. CLANG_WARN_INFINITE_RECURSION = YES;
  1308. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1309. DEBUG_INFORMATION_FORMAT = dwarf;
  1310. ENABLE_TESTABILITY = YES;
  1311. GCC_NO_COMMON_BLOCKS = YES;
  1312. INFOPLIST_FILE = "demo-tvOSTests/Info.plist";
  1313. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1314. OTHER_LDFLAGS = (
  1315. "-ObjC",
  1316. "-lc++",
  1317. );
  1318. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.demo-tvOSTests";
  1319. PRODUCT_NAME = "$(TARGET_NAME)";
  1320. SDKROOT = appletvos;
  1321. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo-tvOS.app/demo-tvOS";
  1322. TVOS_DEPLOYMENT_TARGET = 10.1;
  1323. };
  1324. name = Debug;
  1325. };
  1326. 2D02E49A1E0B4A5E006451C7 /* Release */ = {
  1327. isa = XCBuildConfiguration;
  1328. buildSettings = {
  1329. BUNDLE_LOADER = "$(TEST_HOST)";
  1330. CLANG_ANALYZER_NONNULL = YES;
  1331. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  1332. CLANG_WARN_INFINITE_RECURSION = YES;
  1333. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  1334. COPY_PHASE_STRIP = NO;
  1335. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  1336. GCC_NO_COMMON_BLOCKS = YES;
  1337. INFOPLIST_FILE = "demo-tvOSTests/Info.plist";
  1338. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  1339. OTHER_LDFLAGS = (
  1340. "-ObjC",
  1341. "-lc++",
  1342. );
  1343. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.demo-tvOSTests";
  1344. PRODUCT_NAME = "$(TARGET_NAME)";
  1345. SDKROOT = appletvos;
  1346. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/demo-tvOS.app/demo-tvOS";
  1347. TVOS_DEPLOYMENT_TARGET = 10.1;
  1348. };
  1349. name = Release;
  1350. };
  1351. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  1352. isa = XCBuildConfiguration;
  1353. buildSettings = {
  1354. ALWAYS_SEARCH_USER_PATHS = NO;
  1355. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1356. CLANG_CXX_LIBRARY = "libc++";
  1357. CLANG_ENABLE_MODULES = YES;
  1358. CLANG_ENABLE_OBJC_ARC = YES;
  1359. CLANG_WARN_BOOL_CONVERSION = YES;
  1360. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1361. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1362. CLANG_WARN_EMPTY_BODY = YES;
  1363. CLANG_WARN_ENUM_CONVERSION = YES;
  1364. CLANG_WARN_INT_CONVERSION = YES;
  1365. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1366. CLANG_WARN_UNREACHABLE_CODE = YES;
  1367. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1368. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1369. COPY_PHASE_STRIP = NO;
  1370. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1371. GCC_C_LANGUAGE_STANDARD = gnu99;
  1372. GCC_DYNAMIC_NO_PIC = NO;
  1373. GCC_OPTIMIZATION_LEVEL = 0;
  1374. GCC_PREPROCESSOR_DEFINITIONS = (
  1375. "DEBUG=1",
  1376. "$(inherited)",
  1377. );
  1378. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1379. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1380. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1381. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1382. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1383. GCC_WARN_UNUSED_FUNCTION = YES;
  1384. GCC_WARN_UNUSED_VARIABLE = YES;
  1385. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1386. MTL_ENABLE_DEBUG_INFO = YES;
  1387. ONLY_ACTIVE_ARCH = YES;
  1388. SDKROOT = iphoneos;
  1389. };
  1390. name = Debug;
  1391. };
  1392. 83CBBA211A601CBA00E9B192 /* Release */ = {
  1393. isa = XCBuildConfiguration;
  1394. buildSettings = {
  1395. ALWAYS_SEARCH_USER_PATHS = NO;
  1396. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1397. CLANG_CXX_LIBRARY = "libc++";
  1398. CLANG_ENABLE_MODULES = YES;
  1399. CLANG_ENABLE_OBJC_ARC = YES;
  1400. CLANG_WARN_BOOL_CONVERSION = YES;
  1401. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1402. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1403. CLANG_WARN_EMPTY_BODY = YES;
  1404. CLANG_WARN_ENUM_CONVERSION = YES;
  1405. CLANG_WARN_INT_CONVERSION = YES;
  1406. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1407. CLANG_WARN_UNREACHABLE_CODE = YES;
  1408. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1409. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1410. COPY_PHASE_STRIP = YES;
  1411. ENABLE_NS_ASSERTIONS = NO;
  1412. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1413. GCC_C_LANGUAGE_STANDARD = gnu99;
  1414. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1415. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1416. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1417. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1418. GCC_WARN_UNUSED_FUNCTION = YES;
  1419. GCC_WARN_UNUSED_VARIABLE = YES;
  1420. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  1421. MTL_ENABLE_DEBUG_INFO = NO;
  1422. SDKROOT = iphoneos;
  1423. VALIDATE_PRODUCT = YES;
  1424. };
  1425. name = Release;
  1426. };
  1427. /* End XCBuildConfiguration section */
  1428. /* Begin XCConfigurationList section */
  1429. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "demoTests" */ = {
  1430. isa = XCConfigurationList;
  1431. buildConfigurations = (
  1432. 00E356F61AD99517003FC87E /* Debug */,
  1433. 00E356F71AD99517003FC87E /* Release */,
  1434. );
  1435. defaultConfigurationIsVisible = 0;
  1436. defaultConfigurationName = Release;
  1437. };
  1438. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "demo" */ = {
  1439. isa = XCConfigurationList;
  1440. buildConfigurations = (
  1441. 13B07F941A680F5B00A75B9A /* Debug */,
  1442. 13B07F951A680F5B00A75B9A /* Release */,
  1443. );
  1444. defaultConfigurationIsVisible = 0;
  1445. defaultConfigurationName = Release;
  1446. };
  1447. 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOS" */ = {
  1448. isa = XCConfigurationList;
  1449. buildConfigurations = (
  1450. 2D02E4971E0B4A5E006451C7 /* Debug */,
  1451. 2D02E4981E0B4A5E006451C7 /* Release */,
  1452. );
  1453. defaultConfigurationIsVisible = 0;
  1454. defaultConfigurationName = Release;
  1455. };
  1456. 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "demo-tvOSTests" */ = {
  1457. isa = XCConfigurationList;
  1458. buildConfigurations = (
  1459. 2D02E4991E0B4A5E006451C7 /* Debug */,
  1460. 2D02E49A1E0B4A5E006451C7 /* Release */,
  1461. );
  1462. defaultConfigurationIsVisible = 0;
  1463. defaultConfigurationName = Release;
  1464. };
  1465. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "demo" */ = {
  1466. isa = XCConfigurationList;
  1467. buildConfigurations = (
  1468. 83CBBA201A601CBA00E9B192 /* Debug */,
  1469. 83CBBA211A601CBA00E9B192 /* Release */,
  1470. );
  1471. defaultConfigurationIsVisible = 0;
  1472. defaultConfigurationName = Release;
  1473. };
  1474. /* End XCConfigurationList section */
  1475. };
  1476. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1477. }