project.pbxproj 62 KB

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