No Description

project.pbxproj 40KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930
  1. // !$*UTF8*$!
  2. {
  3. archiveVersion = 1;
  4. classes = {
  5. };
  6. objectVersion = 46;
  7. objects = {
  8. /* Begin PBXBuildFile section */
  9. 00E356F31AD99517003FC87E /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
  10. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  11. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  12. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  13. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  14. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  15. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  16. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  17. 2DCD954D1E0B4F2C00145EB5 /* exampleTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* exampleTests.m */; };
  18. 646BD8E8CDDF5A464B5419B3 /* libPods-example-tvOS-example-tvOSTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 4830F7139A954350DD22DE4A /* libPods-example-tvOS-example-tvOSTests.a */; };
  19. C7D826CF866C25BE421302B6 /* libPods-example-tvOS.a in Frameworks */ = {isa = PBXBuildFile; fileRef = F9A8A9F158876EC099CFA57A /* libPods-example-tvOS.a */; };
  20. D0E3313DFCE78BFCB650F812 /* libPods-exampleTests.a in Frameworks */ = {isa = PBXBuildFile; fileRef = CB301596D47BBAD9E9C0A45A /* libPods-exampleTests.a */; };
  21. E719A6E171791CD8906B3D55 /* libPods-example.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 917A19FC1EBE6E8B85FE404D /* libPods-example.a */; };
  22. /* End PBXBuildFile section */
  23. /* Begin PBXContainerItemProxy section */
  24. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  25. isa = PBXContainerItemProxy;
  26. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  27. proxyType = 1;
  28. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  29. remoteInfo = example;
  30. };
  31. 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */ = {
  32. isa = PBXContainerItemProxy;
  33. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  34. proxyType = 1;
  35. remoteGlobalIDString = 2D02E47A1E0B4A5D006451C7;
  36. remoteInfo = "example-tvOS";
  37. };
  38. /* End PBXContainerItemProxy section */
  39. /* Begin PBXFileReference section */
  40. 008F07F21AC5B25A0029DE68 /* main.jsbundle */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = main.jsbundle; sourceTree = "<group>"; };
  41. 00E356EE1AD99517003FC87E /* exampleTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = exampleTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  42. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  43. 00E356F21AD99517003FC87E /* exampleTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = exampleTests.m; sourceTree = "<group>"; };
  44. 13B07F961A680F5B00A75B9A /* example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = example.app; sourceTree = BUILT_PRODUCTS_DIR; };
  45. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; name = AppDelegate.h; path = example/AppDelegate.h; sourceTree = "<group>"; };
  46. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = AppDelegate.m; path = example/AppDelegate.m; sourceTree = "<group>"; };
  47. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  48. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; name = Images.xcassets; path = example/Images.xcassets; sourceTree = "<group>"; };
  49. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; name = Info.plist; path = example/Info.plist; sourceTree = "<group>"; };
  50. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; name = main.m; path = example/main.m; sourceTree = "<group>"; };
  51. 2D02E47B1E0B4A5D006451C7 /* example-tvOS.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = "example-tvOS.app"; sourceTree = BUILT_PRODUCTS_DIR; };
  52. 2D02E4901E0B4A5D006451C7 /* example-tvOSTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "example-tvOSTests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; };
  53. 41B6A4553C4F552488B69B01 /* Pods-exampleTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleTests.release.xcconfig"; path = "Target Support Files/Pods-exampleTests/Pods-exampleTests.release.xcconfig"; sourceTree = "<group>"; };
  54. 4372A2FD2D749DE5C9FD8D3E /* Pods-example.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.debug.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.debug.xcconfig"; sourceTree = "<group>"; };
  55. 4830F7139A954350DD22DE4A /* libPods-example-tvOS-example-tvOSTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-tvOS-example-tvOSTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  56. 4FDD34C422D711AC8A7B10A7 /* Pods-example.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example.release.xcconfig"; path = "Target Support Files/Pods-example/Pods-example.release.xcconfig"; sourceTree = "<group>"; };
  57. 59A4F27CAD1B7EFE80917453 /* Pods-example-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-example-tvOSTests/Pods-example-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
  58. 6517B8E7187010A1D58A96EE /* Pods-example-tvOS-example-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOS-example-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-example-tvOS-example-tvOSTests/Pods-example-tvOS-example-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
  59. 775F6B7492793F5DB7ECE95B /* Pods-example-tvOS.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOS.debug.xcconfig"; path = "Target Support Files/Pods-example-tvOS/Pods-example-tvOS.debug.xcconfig"; sourceTree = "<group>"; };
  60. 8A20011E75A0AD2EC5C6EAE9 /* Pods-exampleTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-exampleTests.debug.xcconfig"; path = "Target Support Files/Pods-exampleTests/Pods-exampleTests.debug.xcconfig"; sourceTree = "<group>"; };
  61. 917A19FC1EBE6E8B85FE404D /* libPods-example.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  62. CB301596D47BBAD9E9C0A45A /* libPods-exampleTests.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-exampleTests.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  63. ED297162215061F000B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = System/Library/Frameworks/JavaScriptCore.framework; sourceTree = SDKROOT; };
  64. ED2971642150620600B7C4FE /* JavaScriptCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = JavaScriptCore.framework; path = Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS12.0.sdk/System/Library/Frameworks/JavaScriptCore.framework; sourceTree = DEVELOPER_DIR; };
  65. EDF80BE96CF92848F4E926EA /* Pods-example-tvOS.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOS.release.xcconfig"; path = "Target Support Files/Pods-example-tvOS/Pods-example-tvOS.release.xcconfig"; sourceTree = "<group>"; };
  66. EE3925F4209E17ECF3E692D1 /* Pods-example-tvOS-example-tvOSTests.release.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOS-example-tvOSTests.release.xcconfig"; path = "Target Support Files/Pods-example-tvOS-example-tvOSTests/Pods-example-tvOS-example-tvOSTests.release.xcconfig"; sourceTree = "<group>"; };
  67. F67BC8D73DE103BA10A5488D /* Pods-example-tvOSTests.debug.xcconfig */ = {isa = PBXFileReference; includeInIndex = 1; lastKnownFileType = text.xcconfig; name = "Pods-example-tvOSTests.debug.xcconfig"; path = "Target Support Files/Pods-example-tvOSTests/Pods-example-tvOSTests.debug.xcconfig"; sourceTree = "<group>"; };
  68. F9A8A9F158876EC099CFA57A /* libPods-example-tvOS.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libPods-example-tvOS.a"; sourceTree = BUILT_PRODUCTS_DIR; };
  69. /* End PBXFileReference section */
  70. /* Begin PBXFrameworksBuildPhase section */
  71. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  72. isa = PBXFrameworksBuildPhase;
  73. buildActionMask = 2147483647;
  74. files = (
  75. D0E3313DFCE78BFCB650F812 /* libPods-exampleTests.a in Frameworks */,
  76. );
  77. runOnlyForDeploymentPostprocessing = 0;
  78. };
  79. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  80. isa = PBXFrameworksBuildPhase;
  81. buildActionMask = 2147483647;
  82. files = (
  83. E719A6E171791CD8906B3D55 /* libPods-example.a in Frameworks */,
  84. );
  85. runOnlyForDeploymentPostprocessing = 0;
  86. };
  87. 2D02E4781E0B4A5D006451C7 /* Frameworks */ = {
  88. isa = PBXFrameworksBuildPhase;
  89. buildActionMask = 2147483647;
  90. files = (
  91. C7D826CF866C25BE421302B6 /* libPods-example-tvOS.a in Frameworks */,
  92. );
  93. runOnlyForDeploymentPostprocessing = 0;
  94. };
  95. 2D02E48D1E0B4A5D006451C7 /* Frameworks */ = {
  96. isa = PBXFrameworksBuildPhase;
  97. buildActionMask = 2147483647;
  98. files = (
  99. 646BD8E8CDDF5A464B5419B3 /* libPods-example-tvOS-example-tvOSTests.a in Frameworks */,
  100. );
  101. runOnlyForDeploymentPostprocessing = 0;
  102. };
  103. /* End PBXFrameworksBuildPhase section */
  104. /* Begin PBXGroup section */
  105. 00E356EF1AD99517003FC87E /* exampleTests */ = {
  106. isa = PBXGroup;
  107. children = (
  108. 00E356F21AD99517003FC87E /* exampleTests.m */,
  109. 00E356F01AD99517003FC87E /* Supporting Files */,
  110. );
  111. path = exampleTests;
  112. sourceTree = "<group>";
  113. };
  114. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  115. isa = PBXGroup;
  116. children = (
  117. 00E356F11AD99517003FC87E /* Info.plist */,
  118. );
  119. name = "Supporting Files";
  120. sourceTree = "<group>";
  121. };
  122. 13B07FAE1A68108700A75B9A /* example */ = {
  123. isa = PBXGroup;
  124. children = (
  125. 008F07F21AC5B25A0029DE68 /* main.jsbundle */,
  126. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  127. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  128. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  129. 13B07FB61A68108700A75B9A /* Info.plist */,
  130. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  131. 13B07FB71A68108700A75B9A /* main.m */,
  132. );
  133. name = example;
  134. sourceTree = "<group>";
  135. };
  136. 2D16E6871FA4F8E400B85C8A /* Frameworks */ = {
  137. isa = PBXGroup;
  138. children = (
  139. ED297162215061F000B7C4FE /* JavaScriptCore.framework */,
  140. ED2971642150620600B7C4FE /* JavaScriptCore.framework */,
  141. 917A19FC1EBE6E8B85FE404D /* libPods-example.a */,
  142. F9A8A9F158876EC099CFA57A /* libPods-example-tvOS.a */,
  143. CB301596D47BBAD9E9C0A45A /* libPods-exampleTests.a */,
  144. 4830F7139A954350DD22DE4A /* libPods-example-tvOS-example-tvOSTests.a */,
  145. );
  146. name = Frameworks;
  147. sourceTree = "<group>";
  148. };
  149. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  150. isa = PBXGroup;
  151. children = (
  152. );
  153. name = Libraries;
  154. sourceTree = "<group>";
  155. };
  156. 83CBB9F61A601CBA00E9B192 = {
  157. isa = PBXGroup;
  158. children = (
  159. 13B07FAE1A68108700A75B9A /* example */,
  160. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  161. 00E356EF1AD99517003FC87E /* exampleTests */,
  162. 83CBBA001A601CBA00E9B192 /* Products */,
  163. 2D16E6871FA4F8E400B85C8A /* Frameworks */,
  164. CCBCEDC2885B5181A2E42CE7 /* Pods */,
  165. );
  166. indentWidth = 2;
  167. sourceTree = "<group>";
  168. tabWidth = 2;
  169. usesTabs = 0;
  170. };
  171. 83CBBA001A601CBA00E9B192 /* Products */ = {
  172. isa = PBXGroup;
  173. children = (
  174. 13B07F961A680F5B00A75B9A /* example.app */,
  175. 00E356EE1AD99517003FC87E /* exampleTests.xctest */,
  176. 2D02E47B1E0B4A5D006451C7 /* example-tvOS.app */,
  177. 2D02E4901E0B4A5D006451C7 /* example-tvOSTests.xctest */,
  178. );
  179. name = Products;
  180. sourceTree = "<group>";
  181. };
  182. CCBCEDC2885B5181A2E42CE7 /* Pods */ = {
  183. isa = PBXGroup;
  184. children = (
  185. 4372A2FD2D749DE5C9FD8D3E /* Pods-example.debug.xcconfig */,
  186. 4FDD34C422D711AC8A7B10A7 /* Pods-example.release.xcconfig */,
  187. 775F6B7492793F5DB7ECE95B /* Pods-example-tvOS.debug.xcconfig */,
  188. EDF80BE96CF92848F4E926EA /* Pods-example-tvOS.release.xcconfig */,
  189. F67BC8D73DE103BA10A5488D /* Pods-example-tvOSTests.debug.xcconfig */,
  190. 59A4F27CAD1B7EFE80917453 /* Pods-example-tvOSTests.release.xcconfig */,
  191. 8A20011E75A0AD2EC5C6EAE9 /* Pods-exampleTests.debug.xcconfig */,
  192. 41B6A4553C4F552488B69B01 /* Pods-exampleTests.release.xcconfig */,
  193. 6517B8E7187010A1D58A96EE /* Pods-example-tvOS-example-tvOSTests.debug.xcconfig */,
  194. EE3925F4209E17ECF3E692D1 /* Pods-example-tvOS-example-tvOSTests.release.xcconfig */,
  195. );
  196. path = Pods;
  197. sourceTree = "<group>";
  198. };
  199. /* End PBXGroup section */
  200. /* Begin PBXNativeTarget section */
  201. 00E356ED1AD99517003FC87E /* exampleTests */ = {
  202. isa = PBXNativeTarget;
  203. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */;
  204. buildPhases = (
  205. A2264F1CFC0047F3C8C5D43D /* [CP] Check Pods Manifest.lock */,
  206. 00E356EA1AD99517003FC87E /* Sources */,
  207. 00E356EB1AD99517003FC87E /* Frameworks */,
  208. 00E356EC1AD99517003FC87E /* Resources */,
  209. );
  210. buildRules = (
  211. );
  212. dependencies = (
  213. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  214. );
  215. name = exampleTests;
  216. productName = exampleTests;
  217. productReference = 00E356EE1AD99517003FC87E /* exampleTests.xctest */;
  218. productType = "com.apple.product-type.bundle.unit-test";
  219. };
  220. 13B07F861A680F5B00A75B9A /* example */ = {
  221. isa = PBXNativeTarget;
  222. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */;
  223. buildPhases = (
  224. 6D39E19069EEC1F18C65E89E /* [CP] Check Pods Manifest.lock */,
  225. FD10A7F022414F080027D42C /* Start Packager */,
  226. 13B07F871A680F5B00A75B9A /* Sources */,
  227. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  228. 13B07F8E1A680F5B00A75B9A /* Resources */,
  229. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  230. );
  231. buildRules = (
  232. );
  233. dependencies = (
  234. );
  235. name = example;
  236. productName = example;
  237. productReference = 13B07F961A680F5B00A75B9A /* example.app */;
  238. productType = "com.apple.product-type.application";
  239. };
  240. 2D02E47A1E0B4A5D006451C7 /* example-tvOS */ = {
  241. isa = PBXNativeTarget;
  242. buildConfigurationList = 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "example-tvOS" */;
  243. buildPhases = (
  244. B980633124DB020AB7EC55E3 /* [CP] Check Pods Manifest.lock */,
  245. FD10A7F122414F3F0027D42C /* Start Packager */,
  246. 2D02E4771E0B4A5D006451C7 /* Sources */,
  247. 2D02E4781E0B4A5D006451C7 /* Frameworks */,
  248. 2D02E4791E0B4A5D006451C7 /* Resources */,
  249. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */,
  250. );
  251. buildRules = (
  252. );
  253. dependencies = (
  254. );
  255. name = "example-tvOS";
  256. productName = "example-tvOS";
  257. productReference = 2D02E47B1E0B4A5D006451C7 /* example-tvOS.app */;
  258. productType = "com.apple.product-type.application";
  259. };
  260. 2D02E48F1E0B4A5D006451C7 /* example-tvOSTests */ = {
  261. isa = PBXNativeTarget;
  262. buildConfigurationList = 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "example-tvOSTests" */;
  263. buildPhases = (
  264. 56202D3091BCA37A2C594528 /* [CP] Check Pods Manifest.lock */,
  265. 2D02E48C1E0B4A5D006451C7 /* Sources */,
  266. 2D02E48D1E0B4A5D006451C7 /* Frameworks */,
  267. 2D02E48E1E0B4A5D006451C7 /* Resources */,
  268. );
  269. buildRules = (
  270. );
  271. dependencies = (
  272. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */,
  273. );
  274. name = "example-tvOSTests";
  275. productName = "example-tvOSTests";
  276. productReference = 2D02E4901E0B4A5D006451C7 /* example-tvOSTests.xctest */;
  277. productType = "com.apple.product-type.bundle.unit-test";
  278. };
  279. /* End PBXNativeTarget section */
  280. /* Begin PBXProject section */
  281. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  282. isa = PBXProject;
  283. attributes = {
  284. LastUpgradeCheck = 0940;
  285. ORGANIZATIONNAME = Facebook;
  286. TargetAttributes = {
  287. 00E356ED1AD99517003FC87E = {
  288. CreatedOnToolsVersion = 6.2;
  289. TestTargetID = 13B07F861A680F5B00A75B9A;
  290. };
  291. 2D02E47A1E0B4A5D006451C7 = {
  292. CreatedOnToolsVersion = 8.2.1;
  293. ProvisioningStyle = Automatic;
  294. };
  295. 2D02E48F1E0B4A5D006451C7 = {
  296. CreatedOnToolsVersion = 8.2.1;
  297. ProvisioningStyle = Automatic;
  298. TestTargetID = 2D02E47A1E0B4A5D006451C7;
  299. };
  300. };
  301. };
  302. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */;
  303. compatibilityVersion = "Xcode 3.2";
  304. developmentRegion = English;
  305. hasScannedForEncodings = 0;
  306. knownRegions = (
  307. English,
  308. en,
  309. Base,
  310. );
  311. mainGroup = 83CBB9F61A601CBA00E9B192;
  312. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  313. projectDirPath = "";
  314. projectRoot = "";
  315. targets = (
  316. 13B07F861A680F5B00A75B9A /* example */,
  317. 00E356ED1AD99517003FC87E /* exampleTests */,
  318. 2D02E47A1E0B4A5D006451C7 /* example-tvOS */,
  319. 2D02E48F1E0B4A5D006451C7 /* example-tvOSTests */,
  320. );
  321. };
  322. /* End PBXProject section */
  323. /* Begin PBXResourcesBuildPhase section */
  324. 00E356EC1AD99517003FC87E /* Resources */ = {
  325. isa = PBXResourcesBuildPhase;
  326. buildActionMask = 2147483647;
  327. files = (
  328. );
  329. runOnlyForDeploymentPostprocessing = 0;
  330. };
  331. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  332. isa = PBXResourcesBuildPhase;
  333. buildActionMask = 2147483647;
  334. files = (
  335. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  336. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  337. );
  338. runOnlyForDeploymentPostprocessing = 0;
  339. };
  340. 2D02E4791E0B4A5D006451C7 /* Resources */ = {
  341. isa = PBXResourcesBuildPhase;
  342. buildActionMask = 2147483647;
  343. files = (
  344. 2D02E4BD1E0B4A84006451C7 /* Images.xcassets in Resources */,
  345. );
  346. runOnlyForDeploymentPostprocessing = 0;
  347. };
  348. 2D02E48E1E0B4A5D006451C7 /* Resources */ = {
  349. isa = PBXResourcesBuildPhase;
  350. buildActionMask = 2147483647;
  351. files = (
  352. );
  353. runOnlyForDeploymentPostprocessing = 0;
  354. };
  355. /* End PBXResourcesBuildPhase section */
  356. /* Begin PBXShellScriptBuildPhase section */
  357. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  358. isa = PBXShellScriptBuildPhase;
  359. buildActionMask = 2147483647;
  360. files = (
  361. );
  362. inputPaths = (
  363. );
  364. name = "Bundle React Native code and images";
  365. outputPaths = (
  366. );
  367. runOnlyForDeploymentPostprocessing = 0;
  368. shellPath = /bin/sh;
  369. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
  370. };
  371. 2D02E4CB1E0B4B27006451C7 /* Bundle React Native Code And Images */ = {
  372. isa = PBXShellScriptBuildPhase;
  373. buildActionMask = 2147483647;
  374. files = (
  375. );
  376. inputPaths = (
  377. );
  378. name = "Bundle React Native Code And Images";
  379. outputPaths = (
  380. );
  381. runOnlyForDeploymentPostprocessing = 0;
  382. shellPath = /bin/sh;
  383. shellScript = "export NODE_BINARY=node\n../../node_modules/react-native/scripts/react-native-xcode.sh\n";
  384. };
  385. 56202D3091BCA37A2C594528 /* [CP] Check Pods Manifest.lock */ = {
  386. isa = PBXShellScriptBuildPhase;
  387. buildActionMask = 2147483647;
  388. files = (
  389. );
  390. inputFileListPaths = (
  391. );
  392. inputPaths = (
  393. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  394. "${PODS_ROOT}/Manifest.lock",
  395. );
  396. name = "[CP] Check Pods Manifest.lock";
  397. outputFileListPaths = (
  398. );
  399. outputPaths = (
  400. "$(DERIVED_FILE_DIR)/Pods-example-tvOS-example-tvOSTests-checkManifestLockResult.txt",
  401. );
  402. runOnlyForDeploymentPostprocessing = 0;
  403. shellPath = /bin/sh;
  404. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  405. showEnvVarsInLog = 0;
  406. };
  407. 6D39E19069EEC1F18C65E89E /* [CP] Check Pods Manifest.lock */ = {
  408. isa = PBXShellScriptBuildPhase;
  409. buildActionMask = 2147483647;
  410. files = (
  411. );
  412. inputFileListPaths = (
  413. );
  414. inputPaths = (
  415. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  416. "${PODS_ROOT}/Manifest.lock",
  417. );
  418. name = "[CP] Check Pods Manifest.lock";
  419. outputFileListPaths = (
  420. );
  421. outputPaths = (
  422. "$(DERIVED_FILE_DIR)/Pods-example-checkManifestLockResult.txt",
  423. );
  424. runOnlyForDeploymentPostprocessing = 0;
  425. shellPath = /bin/sh;
  426. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  427. showEnvVarsInLog = 0;
  428. };
  429. A2264F1CFC0047F3C8C5D43D /* [CP] Check Pods Manifest.lock */ = {
  430. isa = PBXShellScriptBuildPhase;
  431. buildActionMask = 2147483647;
  432. files = (
  433. );
  434. inputFileListPaths = (
  435. );
  436. inputPaths = (
  437. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  438. "${PODS_ROOT}/Manifest.lock",
  439. );
  440. name = "[CP] Check Pods Manifest.lock";
  441. outputFileListPaths = (
  442. );
  443. outputPaths = (
  444. "$(DERIVED_FILE_DIR)/Pods-exampleTests-checkManifestLockResult.txt",
  445. );
  446. runOnlyForDeploymentPostprocessing = 0;
  447. shellPath = /bin/sh;
  448. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  449. showEnvVarsInLog = 0;
  450. };
  451. B980633124DB020AB7EC55E3 /* [CP] Check Pods Manifest.lock */ = {
  452. isa = PBXShellScriptBuildPhase;
  453. buildActionMask = 2147483647;
  454. files = (
  455. );
  456. inputFileListPaths = (
  457. );
  458. inputPaths = (
  459. "${PODS_PODFILE_DIR_PATH}/Podfile.lock",
  460. "${PODS_ROOT}/Manifest.lock",
  461. );
  462. name = "[CP] Check Pods Manifest.lock";
  463. outputFileListPaths = (
  464. );
  465. outputPaths = (
  466. "$(DERIVED_FILE_DIR)/Pods-example-tvOS-checkManifestLockResult.txt",
  467. );
  468. runOnlyForDeploymentPostprocessing = 0;
  469. shellPath = /bin/sh;
  470. shellScript = "diff \"${PODS_PODFILE_DIR_PATH}/Podfile.lock\" \"${PODS_ROOT}/Manifest.lock\" > /dev/null\nif [ $? != 0 ] ; then\n # print error to STDERR\n echo \"error: The sandbox is not in sync with the Podfile.lock. Run 'pod install' or update your CocoaPods installation.\" >&2\n exit 1\nfi\n# This output is used by Xcode 'outputs' to avoid re-running this script phase.\necho \"SUCCESS\" > \"${SCRIPT_OUTPUT_FILE_0}\"\n";
  471. showEnvVarsInLog = 0;
  472. };
  473. FD10A7F022414F080027D42C /* Start Packager */ = {
  474. isa = PBXShellScriptBuildPhase;
  475. buildActionMask = 2147483647;
  476. files = (
  477. );
  478. inputFileListPaths = (
  479. );
  480. inputPaths = (
  481. );
  482. name = "Start Packager";
  483. outputFileListPaths = (
  484. );
  485. outputPaths = (
  486. );
  487. runOnlyForDeploymentPostprocessing = 0;
  488. shellPath = /bin/sh;
  489. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  490. showEnvVarsInLog = 0;
  491. };
  492. FD10A7F122414F3F0027D42C /* Start Packager */ = {
  493. isa = PBXShellScriptBuildPhase;
  494. buildActionMask = 2147483647;
  495. files = (
  496. );
  497. inputFileListPaths = (
  498. );
  499. inputPaths = (
  500. );
  501. name = "Start Packager";
  502. outputFileListPaths = (
  503. );
  504. outputPaths = (
  505. );
  506. runOnlyForDeploymentPostprocessing = 0;
  507. shellPath = /bin/sh;
  508. shellScript = "export RCT_METRO_PORT=\"${RCT_METRO_PORT:=8081}\"\necho \"export RCT_METRO_PORT=${RCT_METRO_PORT}\" > \"${SRCROOT}/../../node_modules/react-native/scripts/.packager.env\"\nif [ -z \"${RCT_NO_LAUNCH_PACKAGER+xxx}\" ] ; then\n if nc -w 5 -z localhost ${RCT_METRO_PORT} ; then\n if ! curl -s \"http://localhost:${RCT_METRO_PORT}/status\" | grep -q \"packager-status:running\" ; then\n echo \"Port ${RCT_METRO_PORT} already in use, packager is either not running or not running correctly\"\n exit 2\n fi\n else\n open \"$SRCROOT/../../node_modules/react-native/scripts/launchPackager.command\" || echo \"Can't start packager automatically\"\n fi\nfi\n";
  509. showEnvVarsInLog = 0;
  510. };
  511. /* End PBXShellScriptBuildPhase section */
  512. /* Begin PBXSourcesBuildPhase section */
  513. 00E356EA1AD99517003FC87E /* Sources */ = {
  514. isa = PBXSourcesBuildPhase;
  515. buildActionMask = 2147483647;
  516. files = (
  517. 00E356F31AD99517003FC87E /* exampleTests.m in Sources */,
  518. );
  519. runOnlyForDeploymentPostprocessing = 0;
  520. };
  521. 13B07F871A680F5B00A75B9A /* Sources */ = {
  522. isa = PBXSourcesBuildPhase;
  523. buildActionMask = 2147483647;
  524. files = (
  525. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  526. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  527. );
  528. runOnlyForDeploymentPostprocessing = 0;
  529. };
  530. 2D02E4771E0B4A5D006451C7 /* Sources */ = {
  531. isa = PBXSourcesBuildPhase;
  532. buildActionMask = 2147483647;
  533. files = (
  534. 2D02E4BF1E0B4AB3006451C7 /* main.m in Sources */,
  535. 2D02E4BC1E0B4A80006451C7 /* AppDelegate.m in Sources */,
  536. );
  537. runOnlyForDeploymentPostprocessing = 0;
  538. };
  539. 2D02E48C1E0B4A5D006451C7 /* Sources */ = {
  540. isa = PBXSourcesBuildPhase;
  541. buildActionMask = 2147483647;
  542. files = (
  543. 2DCD954D1E0B4F2C00145EB5 /* exampleTests.m in Sources */,
  544. );
  545. runOnlyForDeploymentPostprocessing = 0;
  546. };
  547. /* End PBXSourcesBuildPhase section */
  548. /* Begin PBXTargetDependency section */
  549. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  550. isa = PBXTargetDependency;
  551. target = 13B07F861A680F5B00A75B9A /* example */;
  552. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  553. };
  554. 2D02E4921E0B4A5D006451C7 /* PBXTargetDependency */ = {
  555. isa = PBXTargetDependency;
  556. target = 2D02E47A1E0B4A5D006451C7 /* example-tvOS */;
  557. targetProxy = 2D02E4911E0B4A5D006451C7 /* PBXContainerItemProxy */;
  558. };
  559. /* End PBXTargetDependency section */
  560. /* Begin PBXVariantGroup section */
  561. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  562. isa = PBXVariantGroup;
  563. children = (
  564. 13B07FB21A68108700A75B9A /* Base */,
  565. );
  566. name = LaunchScreen.xib;
  567. path = example;
  568. sourceTree = "<group>";
  569. };
  570. /* End PBXVariantGroup section */
  571. /* Begin XCBuildConfiguration section */
  572. 00E356F61AD99517003FC87E /* Debug */ = {
  573. isa = XCBuildConfiguration;
  574. baseConfigurationReference = 8A20011E75A0AD2EC5C6EAE9 /* Pods-exampleTests.debug.xcconfig */;
  575. buildSettings = {
  576. BUNDLE_LOADER = "$(TEST_HOST)";
  577. GCC_PREPROCESSOR_DEFINITIONS = (
  578. "DEBUG=1",
  579. "$(inherited)",
  580. );
  581. INFOPLIST_FILE = exampleTests/Info.plist;
  582. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  583. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  584. OTHER_LDFLAGS = (
  585. "-ObjC",
  586. "-lc++",
  587. "$(inherited)",
  588. );
  589. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  590. PRODUCT_NAME = "$(TARGET_NAME)";
  591. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
  592. };
  593. name = Debug;
  594. };
  595. 00E356F71AD99517003FC87E /* Release */ = {
  596. isa = XCBuildConfiguration;
  597. baseConfigurationReference = 41B6A4553C4F552488B69B01 /* Pods-exampleTests.release.xcconfig */;
  598. buildSettings = {
  599. BUNDLE_LOADER = "$(TEST_HOST)";
  600. COPY_PHASE_STRIP = NO;
  601. INFOPLIST_FILE = exampleTests/Info.plist;
  602. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  603. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  604. OTHER_LDFLAGS = (
  605. "-ObjC",
  606. "-lc++",
  607. "$(inherited)",
  608. );
  609. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  610. PRODUCT_NAME = "$(TARGET_NAME)";
  611. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example.app/example";
  612. };
  613. name = Release;
  614. };
  615. 13B07F941A680F5B00A75B9A /* Debug */ = {
  616. isa = XCBuildConfiguration;
  617. baseConfigurationReference = 4372A2FD2D749DE5C9FD8D3E /* Pods-example.debug.xcconfig */;
  618. buildSettings = {
  619. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  620. CURRENT_PROJECT_VERSION = 1;
  621. DEAD_CODE_STRIPPING = NO;
  622. INFOPLIST_FILE = example/Info.plist;
  623. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  624. OTHER_LDFLAGS = (
  625. "$(inherited)",
  626. "-ObjC",
  627. "-lc++",
  628. );
  629. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  630. PRODUCT_NAME = example;
  631. VERSIONING_SYSTEM = "apple-generic";
  632. };
  633. name = Debug;
  634. };
  635. 13B07F951A680F5B00A75B9A /* Release */ = {
  636. isa = XCBuildConfiguration;
  637. baseConfigurationReference = 4FDD34C422D711AC8A7B10A7 /* Pods-example.release.xcconfig */;
  638. buildSettings = {
  639. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  640. CURRENT_PROJECT_VERSION = 1;
  641. INFOPLIST_FILE = example/Info.plist;
  642. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  643. OTHER_LDFLAGS = (
  644. "$(inherited)",
  645. "-ObjC",
  646. "-lc++",
  647. );
  648. PRODUCT_BUNDLE_IDENTIFIER = "org.reactjs.native.example.$(PRODUCT_NAME:rfc1034identifier)";
  649. PRODUCT_NAME = example;
  650. VERSIONING_SYSTEM = "apple-generic";
  651. };
  652. name = Release;
  653. };
  654. 2D02E4971E0B4A5E006451C7 /* Debug */ = {
  655. isa = XCBuildConfiguration;
  656. baseConfigurationReference = 775F6B7492793F5DB7ECE95B /* Pods-example-tvOS.debug.xcconfig */;
  657. buildSettings = {
  658. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  659. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  660. CLANG_ANALYZER_NONNULL = YES;
  661. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  662. CLANG_WARN_INFINITE_RECURSION = YES;
  663. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  664. DEBUG_INFORMATION_FORMAT = dwarf;
  665. ENABLE_TESTABILITY = YES;
  666. GCC_NO_COMMON_BLOCKS = YES;
  667. INFOPLIST_FILE = "example-tvOS/Info.plist";
  668. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  669. OTHER_LDFLAGS = (
  670. "$(inherited)",
  671. "-ObjC",
  672. "-lc++",
  673. );
  674. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.example-tvOS";
  675. PRODUCT_NAME = "$(TARGET_NAME)";
  676. SDKROOT = appletvos;
  677. TARGETED_DEVICE_FAMILY = 3;
  678. TVOS_DEPLOYMENT_TARGET = 9.2;
  679. };
  680. name = Debug;
  681. };
  682. 2D02E4981E0B4A5E006451C7 /* Release */ = {
  683. isa = XCBuildConfiguration;
  684. baseConfigurationReference = EDF80BE96CF92848F4E926EA /* Pods-example-tvOS.release.xcconfig */;
  685. buildSettings = {
  686. ASSETCATALOG_COMPILER_APPICON_NAME = "App Icon & Top Shelf Image";
  687. ASSETCATALOG_COMPILER_LAUNCHIMAGE_NAME = LaunchImage;
  688. CLANG_ANALYZER_NONNULL = YES;
  689. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  690. CLANG_WARN_INFINITE_RECURSION = YES;
  691. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  692. COPY_PHASE_STRIP = NO;
  693. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  694. GCC_NO_COMMON_BLOCKS = YES;
  695. INFOPLIST_FILE = "example-tvOS/Info.plist";
  696. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  697. OTHER_LDFLAGS = (
  698. "$(inherited)",
  699. "-ObjC",
  700. "-lc++",
  701. );
  702. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.example-tvOS";
  703. PRODUCT_NAME = "$(TARGET_NAME)";
  704. SDKROOT = appletvos;
  705. TARGETED_DEVICE_FAMILY = 3;
  706. TVOS_DEPLOYMENT_TARGET = 9.2;
  707. };
  708. name = Release;
  709. };
  710. 2D02E4991E0B4A5E006451C7 /* Debug */ = {
  711. isa = XCBuildConfiguration;
  712. baseConfigurationReference = 6517B8E7187010A1D58A96EE /* Pods-example-tvOS-example-tvOSTests.debug.xcconfig */;
  713. buildSettings = {
  714. BUNDLE_LOADER = "$(TEST_HOST)";
  715. CLANG_ANALYZER_NONNULL = YES;
  716. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  717. CLANG_WARN_INFINITE_RECURSION = YES;
  718. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  719. DEBUG_INFORMATION_FORMAT = dwarf;
  720. ENABLE_TESTABILITY = YES;
  721. GCC_NO_COMMON_BLOCKS = YES;
  722. INFOPLIST_FILE = "example-tvOSTests/Info.plist";
  723. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  724. OTHER_LDFLAGS = (
  725. "$(inherited)",
  726. "-ObjC",
  727. "-lc++",
  728. );
  729. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.example-tvOSTests";
  730. PRODUCT_NAME = "$(TARGET_NAME)";
  731. SDKROOT = appletvos;
  732. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example-tvOS.app/example-tvOS";
  733. TVOS_DEPLOYMENT_TARGET = 10.1;
  734. };
  735. name = Debug;
  736. };
  737. 2D02E49A1E0B4A5E006451C7 /* Release */ = {
  738. isa = XCBuildConfiguration;
  739. baseConfigurationReference = EE3925F4209E17ECF3E692D1 /* Pods-example-tvOS-example-tvOSTests.release.xcconfig */;
  740. buildSettings = {
  741. BUNDLE_LOADER = "$(TEST_HOST)";
  742. CLANG_ANALYZER_NONNULL = YES;
  743. CLANG_WARN_DOCUMENTATION_COMMENTS = YES;
  744. CLANG_WARN_INFINITE_RECURSION = YES;
  745. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  746. COPY_PHASE_STRIP = NO;
  747. DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
  748. GCC_NO_COMMON_BLOCKS = YES;
  749. INFOPLIST_FILE = "example-tvOSTests/Info.plist";
  750. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  751. OTHER_LDFLAGS = (
  752. "$(inherited)",
  753. "-ObjC",
  754. "-lc++",
  755. );
  756. PRODUCT_BUNDLE_IDENTIFIER = "com.facebook.REACT.example-tvOSTests";
  757. PRODUCT_NAME = "$(TARGET_NAME)";
  758. SDKROOT = appletvos;
  759. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/example-tvOS.app/example-tvOS";
  760. TVOS_DEPLOYMENT_TARGET = 10.1;
  761. };
  762. name = Release;
  763. };
  764. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  765. isa = XCBuildConfiguration;
  766. buildSettings = {
  767. ALWAYS_SEARCH_USER_PATHS = NO;
  768. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  769. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  770. CLANG_CXX_LIBRARY = "libc++";
  771. CLANG_ENABLE_MODULES = YES;
  772. CLANG_ENABLE_OBJC_ARC = YES;
  773. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  774. CLANG_WARN_BOOL_CONVERSION = YES;
  775. CLANG_WARN_COMMA = YES;
  776. CLANG_WARN_CONSTANT_CONVERSION = YES;
  777. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  778. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  779. CLANG_WARN_EMPTY_BODY = YES;
  780. CLANG_WARN_ENUM_CONVERSION = YES;
  781. CLANG_WARN_INFINITE_RECURSION = YES;
  782. CLANG_WARN_INT_CONVERSION = YES;
  783. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  784. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  785. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  786. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  787. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  788. CLANG_WARN_STRICT_PROTOTYPES = YES;
  789. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  790. CLANG_WARN_UNREACHABLE_CODE = YES;
  791. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  792. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  793. COPY_PHASE_STRIP = NO;
  794. ENABLE_STRICT_OBJC_MSGSEND = YES;
  795. ENABLE_TESTABILITY = YES;
  796. GCC_C_LANGUAGE_STANDARD = gnu99;
  797. GCC_DYNAMIC_NO_PIC = NO;
  798. GCC_NO_COMMON_BLOCKS = YES;
  799. GCC_OPTIMIZATION_LEVEL = 0;
  800. GCC_PREPROCESSOR_DEFINITIONS = (
  801. "DEBUG=1",
  802. "$(inherited)",
  803. );
  804. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  805. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  806. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  807. GCC_WARN_UNDECLARED_SELECTOR = YES;
  808. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  809. GCC_WARN_UNUSED_FUNCTION = YES;
  810. GCC_WARN_UNUSED_VARIABLE = YES;
  811. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  812. MTL_ENABLE_DEBUG_INFO = YES;
  813. ONLY_ACTIVE_ARCH = YES;
  814. SDKROOT = iphoneos;
  815. };
  816. name = Debug;
  817. };
  818. 83CBBA211A601CBA00E9B192 /* Release */ = {
  819. isa = XCBuildConfiguration;
  820. buildSettings = {
  821. ALWAYS_SEARCH_USER_PATHS = NO;
  822. CLANG_ANALYZER_LOCALIZABILITY_NONLOCALIZED = YES;
  823. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  824. CLANG_CXX_LIBRARY = "libc++";
  825. CLANG_ENABLE_MODULES = YES;
  826. CLANG_ENABLE_OBJC_ARC = YES;
  827. CLANG_WARN_BLOCK_CAPTURE_AUTORELEASING = YES;
  828. CLANG_WARN_BOOL_CONVERSION = YES;
  829. CLANG_WARN_COMMA = YES;
  830. CLANG_WARN_CONSTANT_CONVERSION = YES;
  831. CLANG_WARN_DEPRECATED_OBJC_IMPLEMENTATIONS = YES;
  832. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  833. CLANG_WARN_EMPTY_BODY = YES;
  834. CLANG_WARN_ENUM_CONVERSION = YES;
  835. CLANG_WARN_INFINITE_RECURSION = YES;
  836. CLANG_WARN_INT_CONVERSION = YES;
  837. CLANG_WARN_NON_LITERAL_NULL_CONVERSION = YES;
  838. CLANG_WARN_OBJC_IMPLICIT_RETAIN_SELF = YES;
  839. CLANG_WARN_OBJC_LITERAL_CONVERSION = YES;
  840. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  841. CLANG_WARN_RANGE_LOOP_ANALYSIS = YES;
  842. CLANG_WARN_STRICT_PROTOTYPES = YES;
  843. CLANG_WARN_SUSPICIOUS_MOVE = YES;
  844. CLANG_WARN_UNREACHABLE_CODE = YES;
  845. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  846. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  847. COPY_PHASE_STRIP = YES;
  848. ENABLE_NS_ASSERTIONS = NO;
  849. ENABLE_STRICT_OBJC_MSGSEND = YES;
  850. GCC_C_LANGUAGE_STANDARD = gnu99;
  851. GCC_NO_COMMON_BLOCKS = YES;
  852. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  853. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  854. GCC_WARN_UNDECLARED_SELECTOR = YES;
  855. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  856. GCC_WARN_UNUSED_FUNCTION = YES;
  857. GCC_WARN_UNUSED_VARIABLE = YES;
  858. IPHONEOS_DEPLOYMENT_TARGET = 9.0;
  859. MTL_ENABLE_DEBUG_INFO = NO;
  860. SDKROOT = iphoneos;
  861. VALIDATE_PRODUCT = YES;
  862. };
  863. name = Release;
  864. };
  865. /* End XCBuildConfiguration section */
  866. /* Begin XCConfigurationList section */
  867. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "exampleTests" */ = {
  868. isa = XCConfigurationList;
  869. buildConfigurations = (
  870. 00E356F61AD99517003FC87E /* Debug */,
  871. 00E356F71AD99517003FC87E /* Release */,
  872. );
  873. defaultConfigurationIsVisible = 0;
  874. defaultConfigurationName = Release;
  875. };
  876. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "example" */ = {
  877. isa = XCConfigurationList;
  878. buildConfigurations = (
  879. 13B07F941A680F5B00A75B9A /* Debug */,
  880. 13B07F951A680F5B00A75B9A /* Release */,
  881. );
  882. defaultConfigurationIsVisible = 0;
  883. defaultConfigurationName = Release;
  884. };
  885. 2D02E4BA1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "example-tvOS" */ = {
  886. isa = XCConfigurationList;
  887. buildConfigurations = (
  888. 2D02E4971E0B4A5E006451C7 /* Debug */,
  889. 2D02E4981E0B4A5E006451C7 /* Release */,
  890. );
  891. defaultConfigurationIsVisible = 0;
  892. defaultConfigurationName = Release;
  893. };
  894. 2D02E4BB1E0B4A5E006451C7 /* Build configuration list for PBXNativeTarget "example-tvOSTests" */ = {
  895. isa = XCConfigurationList;
  896. buildConfigurations = (
  897. 2D02E4991E0B4A5E006451C7 /* Debug */,
  898. 2D02E49A1E0B4A5E006451C7 /* Release */,
  899. );
  900. defaultConfigurationIsVisible = 0;
  901. defaultConfigurationName = Release;
  902. };
  903. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "example" */ = {
  904. isa = XCConfigurationList;
  905. buildConfigurations = (
  906. 83CBBA201A601CBA00E9B192 /* Debug */,
  907. 83CBBA211A601CBA00E9B192 /* Release */,
  908. );
  909. defaultConfigurationIsVisible = 0;
  910. defaultConfigurationName = Release;
  911. };
  912. /* End XCConfigurationList section */
  913. };
  914. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  915. }