react-native-navigation的迁移库

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203
  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 /* playgroundTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 00E356F21AD99517003FC87E /* playgroundTests.m */; };
  15. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 78C398B91ACF4ADC00677621 /* libRCTLinking.a */; };
  16. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */; };
  17. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */; };
  18. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB01A68108700A75B9A /* AppDelegate.m */; };
  19. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB11A68108700A75B9A /* LaunchScreen.xib */; };
  20. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */ = {isa = PBXBuildFile; fileRef = 13B07FB51A68108700A75B9A /* Images.xcassets */; };
  21. 13B07FC11A68108700A75B9A /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 13B07FB71A68108700A75B9A /* main.m */; };
  22. 146834051AC3E58100842450 /* libReact.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 146834041AC3E56700842450 /* libReact.a */; };
  23. 2636F1CD1E11309B007ABB09 /* RNNViewControllerTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 2636F1CC1E11309B007ABB09 /* RNNViewControllerTests.m */; };
  24. 2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */; };
  25. 7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */; };
  26. 7BC934871E268CF600EFA125 /* RNNControllerFactoryTest.m in Sources */ = {isa = PBXBuildFile; fileRef = 7BC934861E268CF600EFA125 /* RNNControllerFactoryTest.m */; };
  27. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 832341B51AAA6A8300B99B32 /* libRCTText.a */; };
  28. /* End PBXBuildFile section */
  29. /* Begin PBXContainerItemProxy section */
  30. 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */ = {
  31. isa = PBXContainerItemProxy;
  32. containerPortal = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  33. proxyType = 2;
  34. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  35. remoteInfo = RCTActionSheet;
  36. };
  37. 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */ = {
  38. isa = PBXContainerItemProxy;
  39. containerPortal = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  40. proxyType = 2;
  41. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  42. remoteInfo = RCTGeolocation;
  43. };
  44. 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */ = {
  45. isa = PBXContainerItemProxy;
  46. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  47. proxyType = 2;
  48. remoteGlobalIDString = 58B5115D1A9E6B3D00147676;
  49. remoteInfo = RCTImage;
  50. };
  51. 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */ = {
  52. isa = PBXContainerItemProxy;
  53. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  54. proxyType = 2;
  55. remoteGlobalIDString = 58B511DB1A9E6C8500147676;
  56. remoteInfo = RCTNetwork;
  57. };
  58. 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */ = {
  59. isa = PBXContainerItemProxy;
  60. containerPortal = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  61. proxyType = 2;
  62. remoteGlobalIDString = 832C81801AAF6DEF007FA2F7;
  63. remoteInfo = RCTVibration;
  64. };
  65. 00E356F41AD99517003FC87E /* PBXContainerItemProxy */ = {
  66. isa = PBXContainerItemProxy;
  67. containerPortal = 83CBB9F71A601CBA00E9B192 /* Project object */;
  68. proxyType = 1;
  69. remoteGlobalIDString = 13B07F861A680F5B00A75B9A;
  70. remoteInfo = example;
  71. };
  72. 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */ = {
  73. isa = PBXContainerItemProxy;
  74. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  75. proxyType = 2;
  76. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  77. remoteInfo = RCTSettings;
  78. };
  79. 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */ = {
  80. isa = PBXContainerItemProxy;
  81. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  82. proxyType = 2;
  83. remoteGlobalIDString = 3C86DF461ADF2C930047B81A;
  84. remoteInfo = RCTWebSocket;
  85. };
  86. 146834031AC3E56700842450 /* PBXContainerItemProxy */ = {
  87. isa = PBXContainerItemProxy;
  88. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  89. proxyType = 2;
  90. remoteGlobalIDString = 83CBBA2E1A601D0E00E9B192;
  91. remoteInfo = React;
  92. };
  93. 2647D65D1DB175B300B23722 /* PBXContainerItemProxy */ = {
  94. isa = PBXContainerItemProxy;
  95. containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  96. proxyType = 2;
  97. remoteGlobalIDString = D8AFADBD1BEE6F3F00A4592D;
  98. remoteInfo = ReactNativeNavigation;
  99. };
  100. 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */ = {
  101. isa = PBXContainerItemProxy;
  102. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  103. proxyType = 2;
  104. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  105. remoteInfo = RCTLinking;
  106. };
  107. 7B1126BE1E2D2CE900F9B03B /* PBXContainerItemProxy */ = {
  108. isa = PBXContainerItemProxy;
  109. containerPortal = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  110. proxyType = 1;
  111. remoteGlobalIDString = D8AFADBC1BEE6F3F00A4592D;
  112. remoteInfo = ReactNativeNavigation;
  113. };
  114. 7B9B39621DEB4076004A6281 /* PBXContainerItemProxy */ = {
  115. isa = PBXContainerItemProxy;
  116. containerPortal = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  117. proxyType = 2;
  118. remoteGlobalIDString = 134814201AA4EA6300B7C361;
  119. remoteInfo = RCTAnimation;
  120. };
  121. 7B9B39641DEB4076004A6281 /* PBXContainerItemProxy */ = {
  122. isa = PBXContainerItemProxy;
  123. containerPortal = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  124. proxyType = 2;
  125. remoteGlobalIDString = 2D2A28201D9B03D100D4039D;
  126. remoteInfo = "RCTAnimation-tvOS";
  127. };
  128. 7B9B39691DEB4076004A6281 /* PBXContainerItemProxy */ = {
  129. isa = PBXContainerItemProxy;
  130. containerPortal = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  131. proxyType = 2;
  132. remoteGlobalIDString = 2D2A283A1D9B042B00D4039D;
  133. remoteInfo = "RCTImage-tvOS";
  134. };
  135. 7B9B396D1DEB4076004A6281 /* PBXContainerItemProxy */ = {
  136. isa = PBXContainerItemProxy;
  137. containerPortal = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  138. proxyType = 2;
  139. remoteGlobalIDString = 2D2A28471D9B043800D4039D;
  140. remoteInfo = "RCTLinking-tvOS";
  141. };
  142. 7B9B39711DEB4076004A6281 /* PBXContainerItemProxy */ = {
  143. isa = PBXContainerItemProxy;
  144. containerPortal = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  145. proxyType = 2;
  146. remoteGlobalIDString = 2D2A28541D9B044C00D4039D;
  147. remoteInfo = "RCTNetwork-tvOS";
  148. };
  149. 7B9B39751DEB4076004A6281 /* PBXContainerItemProxy */ = {
  150. isa = PBXContainerItemProxy;
  151. containerPortal = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  152. proxyType = 2;
  153. remoteGlobalIDString = 2D2A28611D9B046600D4039D;
  154. remoteInfo = "RCTSettings-tvOS";
  155. };
  156. 7B9B39791DEB4076004A6281 /* PBXContainerItemProxy */ = {
  157. isa = PBXContainerItemProxy;
  158. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  159. proxyType = 2;
  160. remoteGlobalIDString = 2D2A287B1D9B048500D4039D;
  161. remoteInfo = "RCTText-tvOS";
  162. };
  163. 7B9B397E1DEB4076004A6281 /* PBXContainerItemProxy */ = {
  164. isa = PBXContainerItemProxy;
  165. containerPortal = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  166. proxyType = 2;
  167. remoteGlobalIDString = 2D2A28881D9B049200D4039D;
  168. remoteInfo = "RCTWebSocket-tvOS";
  169. };
  170. 7B9B39821DEB4076004A6281 /* PBXContainerItemProxy */ = {
  171. isa = PBXContainerItemProxy;
  172. containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  173. proxyType = 2;
  174. remoteGlobalIDString = 2D2A28131D9B038B00D4039D;
  175. remoteInfo = "React-tvOS";
  176. };
  177. 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */ = {
  178. isa = PBXContainerItemProxy;
  179. containerPortal = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  180. proxyType = 2;
  181. remoteGlobalIDString = 58B5119B1A9E6C1200147676;
  182. remoteInfo = RCTText;
  183. };
  184. /* End PBXContainerItemProxy section */
  185. /* Begin PBXFileReference section */
  186. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTActionSheet.xcodeproj; path = "../node_modules/react-native/Libraries/ActionSheetIOS/RCTActionSheet.xcodeproj"; sourceTree = "<group>"; };
  187. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTGeolocation.xcodeproj; path = "../node_modules/react-native/Libraries/Geolocation/RCTGeolocation.xcodeproj"; sourceTree = "<group>"; };
  188. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTImage.xcodeproj; path = "../node_modules/react-native/Libraries/Image/RCTImage.xcodeproj"; sourceTree = "<group>"; };
  189. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTNetwork.xcodeproj; path = "../node_modules/react-native/Libraries/Network/RCTNetwork.xcodeproj"; sourceTree = "<group>"; };
  190. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTVibration.xcodeproj; path = "../node_modules/react-native/Libraries/Vibration/RCTVibration.xcodeproj"; sourceTree = "<group>"; };
  191. 00E356EE1AD99517003FC87E /* playgroundTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = playgroundTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
  192. 00E356F11AD99517003FC87E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  193. 00E356F21AD99517003FC87E /* playgroundTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = playgroundTests.m; sourceTree = "<group>"; };
  194. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTSettings.xcodeproj; path = "../node_modules/react-native/Libraries/Settings/RCTSettings.xcodeproj"; sourceTree = "<group>"; };
  195. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTWebSocket.xcodeproj; path = "../node_modules/react-native/Libraries/WebSocket/RCTWebSocket.xcodeproj"; sourceTree = "<group>"; };
  196. 13B07F961A680F5B00A75B9A /* playground.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = playground.app; sourceTree = BUILT_PRODUCTS_DIR; };
  197. 13B07FAF1A68108700A75B9A /* AppDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
  198. 13B07FB01A68108700A75B9A /* AppDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
  199. 13B07FB21A68108700A75B9A /* Base */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = Base; path = Base.lproj/LaunchScreen.xib; sourceTree = "<group>"; };
  200. 13B07FB51A68108700A75B9A /* Images.xcassets */ = {isa = PBXFileReference; lastKnownFileType = folder.assetcatalog; path = Images.xcassets; sourceTree = "<group>"; };
  201. 13B07FB61A68108700A75B9A /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = "<group>"; };
  202. 13B07FB71A68108700A75B9A /* main.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
  203. 146833FF1AC3E56700842450 /* React.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = React.xcodeproj; path = "../node_modules/react-native/React/React.xcodeproj"; sourceTree = "<group>"; };
  204. 2636F1CC1E11309B007ABB09 /* RNNViewControllerTests.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNViewControllerTests.m; sourceTree = "<group>"; };
  205. 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = ReactNativeNavigation.xcodeproj; path = "../node_modules/react-native-navigation/ios/ReactNativeNavigation.xcodeproj"; sourceTree = "<group>"; };
  206. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTLinking.xcodeproj; path = "../node_modules/react-native/Libraries/LinkingIOS/RCTLinking.xcodeproj"; sourceTree = "<group>"; };
  207. 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTAnimation.xcodeproj; path = "../node_modules/react-native/Libraries/NativeAnimation/RCTAnimation.xcodeproj"; sourceTree = "<group>"; };
  208. 7BC934861E268CF600EFA125 /* RNNControllerFactoryTest.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = RNNControllerFactoryTest.m; sourceTree = "<group>"; };
  209. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = RCTText.xcodeproj; path = "../node_modules/react-native/Libraries/Text/RCTText.xcodeproj"; sourceTree = "<group>"; };
  210. /* End PBXFileReference section */
  211. /* Begin PBXFrameworksBuildPhase section */
  212. 00E356EB1AD99517003FC87E /* Frameworks */ = {
  213. isa = PBXFrameworksBuildPhase;
  214. buildActionMask = 2147483647;
  215. files = (
  216. );
  217. runOnlyForDeploymentPostprocessing = 0;
  218. };
  219. 13B07F8C1A680F5B00A75B9A /* Frameworks */ = {
  220. isa = PBXFrameworksBuildPhase;
  221. buildActionMask = 2147483647;
  222. files = (
  223. 7B9B39861DEB4091004A6281 /* libRCTAnimation.a in Frameworks */,
  224. 2647D65F1DB175C200B23722 /* libReactNativeNavigation.a in Frameworks */,
  225. 146834051AC3E58100842450 /* libReact.a in Frameworks */,
  226. 00C302E51ABCBA2D00DB3ED1 /* libRCTActionSheet.a in Frameworks */,
  227. 00C302E71ABCBA2D00DB3ED1 /* libRCTGeolocation.a in Frameworks */,
  228. 00C302E81ABCBA2D00DB3ED1 /* libRCTImage.a in Frameworks */,
  229. 133E29F31AD74F7200F7D852 /* libRCTLinking.a in Frameworks */,
  230. 00C302E91ABCBA2D00DB3ED1 /* libRCTNetwork.a in Frameworks */,
  231. 139105C61AF99C1200B5F7CC /* libRCTSettings.a in Frameworks */,
  232. 832341BD1AAA6AB300B99B32 /* libRCTText.a in Frameworks */,
  233. 00C302EA1ABCBA2D00DB3ED1 /* libRCTVibration.a in Frameworks */,
  234. 139FDEF61B0652A700C62182 /* libRCTWebSocket.a in Frameworks */,
  235. );
  236. runOnlyForDeploymentPostprocessing = 0;
  237. };
  238. /* End PBXFrameworksBuildPhase section */
  239. /* Begin PBXGroup section */
  240. 00C302A81ABCB8CE00DB3ED1 /* Products */ = {
  241. isa = PBXGroup;
  242. children = (
  243. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */,
  244. );
  245. name = Products;
  246. sourceTree = "<group>";
  247. };
  248. 00C302B61ABCB90400DB3ED1 /* Products */ = {
  249. isa = PBXGroup;
  250. children = (
  251. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */,
  252. );
  253. name = Products;
  254. sourceTree = "<group>";
  255. };
  256. 00C302BC1ABCB91800DB3ED1 /* Products */ = {
  257. isa = PBXGroup;
  258. children = (
  259. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */,
  260. 7B9B396A1DEB4076004A6281 /* libRCTImage-tvOS.a */,
  261. );
  262. name = Products;
  263. sourceTree = "<group>";
  264. };
  265. 00C302D41ABCB9D200DB3ED1 /* Products */ = {
  266. isa = PBXGroup;
  267. children = (
  268. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */,
  269. 7B9B39721DEB4076004A6281 /* libRCTNetwork-tvOS.a */,
  270. );
  271. name = Products;
  272. sourceTree = "<group>";
  273. };
  274. 00C302E01ABCB9EE00DB3ED1 /* Products */ = {
  275. isa = PBXGroup;
  276. children = (
  277. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */,
  278. );
  279. name = Products;
  280. sourceTree = "<group>";
  281. };
  282. 00E356EF1AD99517003FC87E /* playgroundTests */ = {
  283. isa = PBXGroup;
  284. children = (
  285. 00E356F21AD99517003FC87E /* playgroundTests.m */,
  286. 2636F1CC1E11309B007ABB09 /* RNNViewControllerTests.m */,
  287. 7BC934861E268CF600EFA125 /* RNNControllerFactoryTest.m */,
  288. 00E356F01AD99517003FC87E /* Supporting Files */,
  289. );
  290. path = playgroundTests;
  291. sourceTree = "<group>";
  292. };
  293. 00E356F01AD99517003FC87E /* Supporting Files */ = {
  294. isa = PBXGroup;
  295. children = (
  296. 00E356F11AD99517003FC87E /* Info.plist */,
  297. );
  298. name = "Supporting Files";
  299. sourceTree = "<group>";
  300. };
  301. 139105B71AF99BAD00B5F7CC /* Products */ = {
  302. isa = PBXGroup;
  303. children = (
  304. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */,
  305. 7B9B39761DEB4076004A6281 /* libRCTSettings-tvOS.a */,
  306. );
  307. name = Products;
  308. sourceTree = "<group>";
  309. };
  310. 139FDEE71B06529A00C62182 /* Products */ = {
  311. isa = PBXGroup;
  312. children = (
  313. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */,
  314. 7B9B397F1DEB4076004A6281 /* libRCTWebSocket-tvOS.a */,
  315. );
  316. name = Products;
  317. sourceTree = "<group>";
  318. };
  319. 13B07FAE1A68108700A75B9A /* playground */ = {
  320. isa = PBXGroup;
  321. children = (
  322. 13B07FAF1A68108700A75B9A /* AppDelegate.h */,
  323. 13B07FB01A68108700A75B9A /* AppDelegate.m */,
  324. 13B07FB51A68108700A75B9A /* Images.xcassets */,
  325. 13B07FB61A68108700A75B9A /* Info.plist */,
  326. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */,
  327. 13B07FB71A68108700A75B9A /* main.m */,
  328. );
  329. path = playground;
  330. sourceTree = "<group>";
  331. };
  332. 146834001AC3E56700842450 /* Products */ = {
  333. isa = PBXGroup;
  334. children = (
  335. 146834041AC3E56700842450 /* libReact.a */,
  336. 7B9B39831DEB4076004A6281 /* libReact-tvOS.a */,
  337. );
  338. name = Products;
  339. sourceTree = "<group>";
  340. };
  341. 2647D65A1DB175B300B23722 /* Products */ = {
  342. isa = PBXGroup;
  343. children = (
  344. 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */,
  345. );
  346. name = Products;
  347. sourceTree = "<group>";
  348. };
  349. 78C398B11ACF4ADC00677621 /* Products */ = {
  350. isa = PBXGroup;
  351. children = (
  352. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */,
  353. 7B9B396E1DEB4076004A6281 /* libRCTLinking-tvOS.a */,
  354. );
  355. name = Products;
  356. sourceTree = "<group>";
  357. };
  358. 7B9B395D1DEB4076004A6281 /* Products */ = {
  359. isa = PBXGroup;
  360. children = (
  361. 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */,
  362. 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */,
  363. );
  364. name = Products;
  365. sourceTree = "<group>";
  366. };
  367. 832341AE1AAA6A7D00B99B32 /* Libraries */ = {
  368. isa = PBXGroup;
  369. children = (
  370. 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */,
  371. 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */,
  372. 146833FF1AC3E56700842450 /* React.xcodeproj */,
  373. 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */,
  374. 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */,
  375. 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */,
  376. 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */,
  377. 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */,
  378. 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */,
  379. 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */,
  380. 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */,
  381. 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */,
  382. );
  383. name = Libraries;
  384. sourceTree = "<group>";
  385. };
  386. 832341B11AAA6A8300B99B32 /* Products */ = {
  387. isa = PBXGroup;
  388. children = (
  389. 832341B51AAA6A8300B99B32 /* libRCTText.a */,
  390. 7B9B397A1DEB4076004A6281 /* libRCTText-tvOS.a */,
  391. );
  392. name = Products;
  393. sourceTree = "<group>";
  394. };
  395. 83CBB9F61A601CBA00E9B192 = {
  396. isa = PBXGroup;
  397. children = (
  398. 13B07FAE1A68108700A75B9A /* playground */,
  399. 832341AE1AAA6A7D00B99B32 /* Libraries */,
  400. 00E356EF1AD99517003FC87E /* playgroundTests */,
  401. 83CBBA001A601CBA00E9B192 /* Products */,
  402. );
  403. indentWidth = 2;
  404. sourceTree = "<group>";
  405. tabWidth = 2;
  406. };
  407. 83CBBA001A601CBA00E9B192 /* Products */ = {
  408. isa = PBXGroup;
  409. children = (
  410. 13B07F961A680F5B00A75B9A /* playground.app */,
  411. 00E356EE1AD99517003FC87E /* playgroundTests.xctest */,
  412. );
  413. name = Products;
  414. sourceTree = "<group>";
  415. };
  416. /* End PBXGroup section */
  417. /* Begin PBXNativeTarget section */
  418. 00E356ED1AD99517003FC87E /* playgroundTests */ = {
  419. isa = PBXNativeTarget;
  420. buildConfigurationList = 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "playgroundTests" */;
  421. buildPhases = (
  422. 00E356EA1AD99517003FC87E /* Sources */,
  423. 00E356EB1AD99517003FC87E /* Frameworks */,
  424. 00E356EC1AD99517003FC87E /* Resources */,
  425. );
  426. buildRules = (
  427. );
  428. dependencies = (
  429. 00E356F51AD99517003FC87E /* PBXTargetDependency */,
  430. );
  431. name = playgroundTests;
  432. productName = exampleTests;
  433. productReference = 00E356EE1AD99517003FC87E /* playgroundTests.xctest */;
  434. productType = "com.apple.product-type.bundle.unit-test";
  435. };
  436. 13B07F861A680F5B00A75B9A /* playground */ = {
  437. isa = PBXNativeTarget;
  438. buildConfigurationList = 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */;
  439. buildPhases = (
  440. 13B07F871A680F5B00A75B9A /* Sources */,
  441. 13B07F8C1A680F5B00A75B9A /* Frameworks */,
  442. 13B07F8E1A680F5B00A75B9A /* Resources */,
  443. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */,
  444. 6956ED03EAA1831C238A5BB4 /* Copy Detox Framework */,
  445. );
  446. buildRules = (
  447. );
  448. dependencies = (
  449. 7B1126BF1E2D2CE900F9B03B /* PBXTargetDependency */,
  450. );
  451. name = playground;
  452. productName = "Hello World";
  453. productReference = 13B07F961A680F5B00A75B9A /* playground.app */;
  454. productType = "com.apple.product-type.application";
  455. };
  456. /* End PBXNativeTarget section */
  457. /* Begin PBXProject section */
  458. 83CBB9F71A601CBA00E9B192 /* Project object */ = {
  459. isa = PBXProject;
  460. attributes = {
  461. LastUpgradeCheck = 0610;
  462. ORGANIZATIONNAME = Wix;
  463. TargetAttributes = {
  464. 00E356ED1AD99517003FC87E = {
  465. CreatedOnToolsVersion = 6.2;
  466. TestTargetID = 13B07F861A680F5B00A75B9A;
  467. };
  468. 13B07F861A680F5B00A75B9A = {
  469. ProvisioningStyle = Manual;
  470. };
  471. };
  472. };
  473. buildConfigurationList = 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */;
  474. compatibilityVersion = "Xcode 3.2";
  475. developmentRegion = English;
  476. hasScannedForEncodings = 0;
  477. knownRegions = (
  478. en,
  479. Base,
  480. );
  481. mainGroup = 83CBB9F61A601CBA00E9B192;
  482. productRefGroup = 83CBBA001A601CBA00E9B192 /* Products */;
  483. projectDirPath = "";
  484. projectReferences = (
  485. {
  486. ProductGroup = 00C302A81ABCB8CE00DB3ED1 /* Products */;
  487. ProjectRef = 00C302A71ABCB8CE00DB3ED1 /* RCTActionSheet.xcodeproj */;
  488. },
  489. {
  490. ProductGroup = 7B9B395D1DEB4076004A6281 /* Products */;
  491. ProjectRef = 7B9B395C1DEB4076004A6281 /* RCTAnimation.xcodeproj */;
  492. },
  493. {
  494. ProductGroup = 00C302B61ABCB90400DB3ED1 /* Products */;
  495. ProjectRef = 00C302B51ABCB90400DB3ED1 /* RCTGeolocation.xcodeproj */;
  496. },
  497. {
  498. ProductGroup = 00C302BC1ABCB91800DB3ED1 /* Products */;
  499. ProjectRef = 00C302BB1ABCB91800DB3ED1 /* RCTImage.xcodeproj */;
  500. },
  501. {
  502. ProductGroup = 78C398B11ACF4ADC00677621 /* Products */;
  503. ProjectRef = 78C398B01ACF4ADC00677621 /* RCTLinking.xcodeproj */;
  504. },
  505. {
  506. ProductGroup = 00C302D41ABCB9D200DB3ED1 /* Products */;
  507. ProjectRef = 00C302D31ABCB9D200DB3ED1 /* RCTNetwork.xcodeproj */;
  508. },
  509. {
  510. ProductGroup = 139105B71AF99BAD00B5F7CC /* Products */;
  511. ProjectRef = 139105B61AF99BAD00B5F7CC /* RCTSettings.xcodeproj */;
  512. },
  513. {
  514. ProductGroup = 832341B11AAA6A8300B99B32 /* Products */;
  515. ProjectRef = 832341B01AAA6A8300B99B32 /* RCTText.xcodeproj */;
  516. },
  517. {
  518. ProductGroup = 00C302E01ABCB9EE00DB3ED1 /* Products */;
  519. ProjectRef = 00C302DF1ABCB9EE00DB3ED1 /* RCTVibration.xcodeproj */;
  520. },
  521. {
  522. ProductGroup = 139FDEE71B06529A00C62182 /* Products */;
  523. ProjectRef = 139FDEE61B06529A00C62182 /* RCTWebSocket.xcodeproj */;
  524. },
  525. {
  526. ProductGroup = 146834001AC3E56700842450 /* Products */;
  527. ProjectRef = 146833FF1AC3E56700842450 /* React.xcodeproj */;
  528. },
  529. {
  530. ProductGroup = 2647D65A1DB175B300B23722 /* Products */;
  531. ProjectRef = 2647D6591DB175B300B23722 /* ReactNativeNavigation.xcodeproj */;
  532. },
  533. );
  534. projectRoot = "";
  535. targets = (
  536. 13B07F861A680F5B00A75B9A /* playground */,
  537. 00E356ED1AD99517003FC87E /* playgroundTests */,
  538. );
  539. };
  540. /* End PBXProject section */
  541. /* Begin PBXReferenceProxy section */
  542. 00C302AC1ABCB8CE00DB3ED1 /* libRCTActionSheet.a */ = {
  543. isa = PBXReferenceProxy;
  544. fileType = archive.ar;
  545. path = libRCTActionSheet.a;
  546. remoteRef = 00C302AB1ABCB8CE00DB3ED1 /* PBXContainerItemProxy */;
  547. sourceTree = BUILT_PRODUCTS_DIR;
  548. };
  549. 00C302BA1ABCB90400DB3ED1 /* libRCTGeolocation.a */ = {
  550. isa = PBXReferenceProxy;
  551. fileType = archive.ar;
  552. path = libRCTGeolocation.a;
  553. remoteRef = 00C302B91ABCB90400DB3ED1 /* PBXContainerItemProxy */;
  554. sourceTree = BUILT_PRODUCTS_DIR;
  555. };
  556. 00C302C01ABCB91800DB3ED1 /* libRCTImage.a */ = {
  557. isa = PBXReferenceProxy;
  558. fileType = archive.ar;
  559. path = libRCTImage.a;
  560. remoteRef = 00C302BF1ABCB91800DB3ED1 /* PBXContainerItemProxy */;
  561. sourceTree = BUILT_PRODUCTS_DIR;
  562. };
  563. 00C302DC1ABCB9D200DB3ED1 /* libRCTNetwork.a */ = {
  564. isa = PBXReferenceProxy;
  565. fileType = archive.ar;
  566. path = libRCTNetwork.a;
  567. remoteRef = 00C302DB1ABCB9D200DB3ED1 /* PBXContainerItemProxy */;
  568. sourceTree = BUILT_PRODUCTS_DIR;
  569. };
  570. 00C302E41ABCB9EE00DB3ED1 /* libRCTVibration.a */ = {
  571. isa = PBXReferenceProxy;
  572. fileType = archive.ar;
  573. path = libRCTVibration.a;
  574. remoteRef = 00C302E31ABCB9EE00DB3ED1 /* PBXContainerItemProxy */;
  575. sourceTree = BUILT_PRODUCTS_DIR;
  576. };
  577. 139105C11AF99BAD00B5F7CC /* libRCTSettings.a */ = {
  578. isa = PBXReferenceProxy;
  579. fileType = archive.ar;
  580. path = libRCTSettings.a;
  581. remoteRef = 139105C01AF99BAD00B5F7CC /* PBXContainerItemProxy */;
  582. sourceTree = BUILT_PRODUCTS_DIR;
  583. };
  584. 139FDEF41B06529B00C62182 /* libRCTWebSocket.a */ = {
  585. isa = PBXReferenceProxy;
  586. fileType = archive.ar;
  587. path = libRCTWebSocket.a;
  588. remoteRef = 139FDEF31B06529B00C62182 /* PBXContainerItemProxy */;
  589. sourceTree = BUILT_PRODUCTS_DIR;
  590. };
  591. 146834041AC3E56700842450 /* libReact.a */ = {
  592. isa = PBXReferenceProxy;
  593. fileType = archive.ar;
  594. path = libReact.a;
  595. remoteRef = 146834031AC3E56700842450 /* PBXContainerItemProxy */;
  596. sourceTree = BUILT_PRODUCTS_DIR;
  597. };
  598. 2647D65E1DB175B300B23722 /* libReactNativeNavigation.a */ = {
  599. isa = PBXReferenceProxy;
  600. fileType = archive.ar;
  601. path = libReactNativeNavigation.a;
  602. remoteRef = 2647D65D1DB175B300B23722 /* PBXContainerItemProxy */;
  603. sourceTree = BUILT_PRODUCTS_DIR;
  604. };
  605. 78C398B91ACF4ADC00677621 /* libRCTLinking.a */ = {
  606. isa = PBXReferenceProxy;
  607. fileType = archive.ar;
  608. path = libRCTLinking.a;
  609. remoteRef = 78C398B81ACF4ADC00677621 /* PBXContainerItemProxy */;
  610. sourceTree = BUILT_PRODUCTS_DIR;
  611. };
  612. 7B9B39631DEB4076004A6281 /* libRCTAnimation.a */ = {
  613. isa = PBXReferenceProxy;
  614. fileType = archive.ar;
  615. path = libRCTAnimation.a;
  616. remoteRef = 7B9B39621DEB4076004A6281 /* PBXContainerItemProxy */;
  617. sourceTree = BUILT_PRODUCTS_DIR;
  618. };
  619. 7B9B39651DEB4076004A6281 /* libRCTAnimation-tvOS.a */ = {
  620. isa = PBXReferenceProxy;
  621. fileType = archive.ar;
  622. path = "libRCTAnimation-tvOS.a";
  623. remoteRef = 7B9B39641DEB4076004A6281 /* PBXContainerItemProxy */;
  624. sourceTree = BUILT_PRODUCTS_DIR;
  625. };
  626. 7B9B396A1DEB4076004A6281 /* libRCTImage-tvOS.a */ = {
  627. isa = PBXReferenceProxy;
  628. fileType = archive.ar;
  629. path = "libRCTImage-tvOS.a";
  630. remoteRef = 7B9B39691DEB4076004A6281 /* PBXContainerItemProxy */;
  631. sourceTree = BUILT_PRODUCTS_DIR;
  632. };
  633. 7B9B396E1DEB4076004A6281 /* libRCTLinking-tvOS.a */ = {
  634. isa = PBXReferenceProxy;
  635. fileType = archive.ar;
  636. path = "libRCTLinking-tvOS.a";
  637. remoteRef = 7B9B396D1DEB4076004A6281 /* PBXContainerItemProxy */;
  638. sourceTree = BUILT_PRODUCTS_DIR;
  639. };
  640. 7B9B39721DEB4076004A6281 /* libRCTNetwork-tvOS.a */ = {
  641. isa = PBXReferenceProxy;
  642. fileType = archive.ar;
  643. path = "libRCTNetwork-tvOS.a";
  644. remoteRef = 7B9B39711DEB4076004A6281 /* PBXContainerItemProxy */;
  645. sourceTree = BUILT_PRODUCTS_DIR;
  646. };
  647. 7B9B39761DEB4076004A6281 /* libRCTSettings-tvOS.a */ = {
  648. isa = PBXReferenceProxy;
  649. fileType = archive.ar;
  650. path = "libRCTSettings-tvOS.a";
  651. remoteRef = 7B9B39751DEB4076004A6281 /* PBXContainerItemProxy */;
  652. sourceTree = BUILT_PRODUCTS_DIR;
  653. };
  654. 7B9B397A1DEB4076004A6281 /* libRCTText-tvOS.a */ = {
  655. isa = PBXReferenceProxy;
  656. fileType = archive.ar;
  657. path = "libRCTText-tvOS.a";
  658. remoteRef = 7B9B39791DEB4076004A6281 /* PBXContainerItemProxy */;
  659. sourceTree = BUILT_PRODUCTS_DIR;
  660. };
  661. 7B9B397F1DEB4076004A6281 /* libRCTWebSocket-tvOS.a */ = {
  662. isa = PBXReferenceProxy;
  663. fileType = archive.ar;
  664. path = "libRCTWebSocket-tvOS.a";
  665. remoteRef = 7B9B397E1DEB4076004A6281 /* PBXContainerItemProxy */;
  666. sourceTree = BUILT_PRODUCTS_DIR;
  667. };
  668. 7B9B39831DEB4076004A6281 /* libReact-tvOS.a */ = {
  669. isa = PBXReferenceProxy;
  670. fileType = archive.ar;
  671. path = "libReact-tvOS.a";
  672. remoteRef = 7B9B39821DEB4076004A6281 /* PBXContainerItemProxy */;
  673. sourceTree = BUILT_PRODUCTS_DIR;
  674. };
  675. 832341B51AAA6A8300B99B32 /* libRCTText.a */ = {
  676. isa = PBXReferenceProxy;
  677. fileType = archive.ar;
  678. path = libRCTText.a;
  679. remoteRef = 832341B41AAA6A8300B99B32 /* PBXContainerItemProxy */;
  680. sourceTree = BUILT_PRODUCTS_DIR;
  681. };
  682. /* End PBXReferenceProxy section */
  683. /* Begin PBXResourcesBuildPhase section */
  684. 00E356EC1AD99517003FC87E /* Resources */ = {
  685. isa = PBXResourcesBuildPhase;
  686. buildActionMask = 2147483647;
  687. files = (
  688. );
  689. runOnlyForDeploymentPostprocessing = 0;
  690. };
  691. 13B07F8E1A680F5B00A75B9A /* Resources */ = {
  692. isa = PBXResourcesBuildPhase;
  693. buildActionMask = 2147483647;
  694. files = (
  695. 13B07FBF1A68108700A75B9A /* Images.xcassets in Resources */,
  696. 13B07FBD1A68108700A75B9A /* LaunchScreen.xib in Resources */,
  697. );
  698. runOnlyForDeploymentPostprocessing = 0;
  699. };
  700. /* End PBXResourcesBuildPhase section */
  701. /* Begin PBXShellScriptBuildPhase section */
  702. 00DD1BFF1BD5951E006B06BC /* Bundle React Native code and images */ = {
  703. isa = PBXShellScriptBuildPhase;
  704. buildActionMask = 2147483647;
  705. files = (
  706. );
  707. inputPaths = (
  708. );
  709. name = "Bundle React Native code and images";
  710. outputPaths = (
  711. );
  712. runOnlyForDeploymentPostprocessing = 0;
  713. shellPath = /bin/sh;
  714. shellScript = "export NODE_BINARY=node\n../node_modules/react-native/packager/react-native-xcode.sh";
  715. };
  716. 6956ED03EAA1831C238A5BB4 /* Copy Detox Framework */ = {
  717. isa = PBXShellScriptBuildPhase;
  718. buildActionMask = 2147483647;
  719. files = (
  720. );
  721. inputPaths = (
  722. );
  723. name = "Copy Detox Framework";
  724. outputPaths = (
  725. );
  726. runOnlyForDeploymentPostprocessing = 0;
  727. shellPath = /bin/bash;
  728. shellScript = "if [ -n \"$DEPLOY_DETOX_FRAMEWORK\" ]; then\nmkdir -p \"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\ncp -r \"${PROJECT_DIR}\"/../node_modules/detox/Detox.framework \"${BUILT_PRODUCTS_DIR}\"/\"${FRAMEWORKS_FOLDER_PATH}\"\nfi";
  729. };
  730. /* End PBXShellScriptBuildPhase section */
  731. /* Begin PBXSourcesBuildPhase section */
  732. 00E356EA1AD99517003FC87E /* Sources */ = {
  733. isa = PBXSourcesBuildPhase;
  734. buildActionMask = 2147483647;
  735. files = (
  736. 00E356F31AD99517003FC87E /* playgroundTests.m in Sources */,
  737. 2636F1CD1E11309B007ABB09 /* RNNViewControllerTests.m in Sources */,
  738. 7BC934871E268CF600EFA125 /* RNNControllerFactoryTest.m in Sources */,
  739. );
  740. runOnlyForDeploymentPostprocessing = 0;
  741. };
  742. 13B07F871A680F5B00A75B9A /* Sources */ = {
  743. isa = PBXSourcesBuildPhase;
  744. buildActionMask = 2147483647;
  745. files = (
  746. 13B07FBC1A68108700A75B9A /* AppDelegate.m in Sources */,
  747. 13B07FC11A68108700A75B9A /* main.m in Sources */,
  748. );
  749. runOnlyForDeploymentPostprocessing = 0;
  750. };
  751. /* End PBXSourcesBuildPhase section */
  752. /* Begin PBXTargetDependency section */
  753. 00E356F51AD99517003FC87E /* PBXTargetDependency */ = {
  754. isa = PBXTargetDependency;
  755. target = 13B07F861A680F5B00A75B9A /* playground */;
  756. targetProxy = 00E356F41AD99517003FC87E /* PBXContainerItemProxy */;
  757. };
  758. 7B1126BF1E2D2CE900F9B03B /* PBXTargetDependency */ = {
  759. isa = PBXTargetDependency;
  760. name = ReactNativeNavigation;
  761. targetProxy = 7B1126BE1E2D2CE900F9B03B /* PBXContainerItemProxy */;
  762. };
  763. /* End PBXTargetDependency section */
  764. /* Begin PBXVariantGroup section */
  765. 13B07FB11A68108700A75B9A /* LaunchScreen.xib */ = {
  766. isa = PBXVariantGroup;
  767. children = (
  768. 13B07FB21A68108700A75B9A /* Base */,
  769. );
  770. name = LaunchScreen.xib;
  771. sourceTree = "<group>";
  772. };
  773. /* End PBXVariantGroup section */
  774. /* Begin XCBuildConfiguration section */
  775. 00E356F61AD99517003FC87E /* Debug */ = {
  776. isa = XCBuildConfiguration;
  777. buildSettings = {
  778. BUNDLE_LOADER = "$(TEST_HOST)";
  779. FRAMEWORK_SEARCH_PATHS = (
  780. "$(SDKROOT)/Developer/Library/Frameworks",
  781. "$(inherited)",
  782. );
  783. GCC_PREPROCESSOR_DEFINITIONS = (
  784. "DEBUG=1",
  785. "$(inherited)",
  786. );
  787. HEADER_SEARCH_PATHS = (
  788. "$(inherited)",
  789. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  790. "$(SRCROOT)/../node_modules/react-native/React/**",
  791. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  792. );
  793. INFOPLIST_FILE = playgroundTests/Info.plist;
  794. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  795. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  796. PRODUCT_NAME = "$(TARGET_NAME)";
  797. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  798. };
  799. name = Debug;
  800. };
  801. 00E356F71AD99517003FC87E /* Release */ = {
  802. isa = XCBuildConfiguration;
  803. buildSettings = {
  804. BUNDLE_LOADER = "$(TEST_HOST)";
  805. COPY_PHASE_STRIP = NO;
  806. FRAMEWORK_SEARCH_PATHS = (
  807. "$(SDKROOT)/Developer/Library/Frameworks",
  808. "$(inherited)",
  809. );
  810. HEADER_SEARCH_PATHS = (
  811. "$(inherited)",
  812. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  813. "$(SRCROOT)/../node_modules/react-native/React/**",
  814. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  815. );
  816. INFOPLIST_FILE = playgroundTests/Info.plist;
  817. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  818. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  819. PRODUCT_NAME = "$(TARGET_NAME)";
  820. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  821. };
  822. name = Release;
  823. };
  824. 048D2E7E9477FA2088E39149 /* Release_Detox */ = {
  825. isa = XCBuildConfiguration;
  826. buildSettings = {
  827. BUNDLE_LOADER = "$(TEST_HOST)";
  828. COPY_PHASE_STRIP = NO;
  829. FRAMEWORK_SEARCH_PATHS = (
  830. "$(SDKROOT)/Developer/Library/Frameworks",
  831. "$(inherited)",
  832. );
  833. HEADER_SEARCH_PATHS = (
  834. "$(inherited)",
  835. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  836. "$(SRCROOT)/../node_modules/react-native/React/**",
  837. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  838. );
  839. INFOPLIST_FILE = playgroundTests/Info.plist;
  840. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  841. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  842. PRODUCT_NAME = "$(TARGET_NAME)";
  843. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  844. };
  845. name = Release_Detox;
  846. };
  847. 13B07F941A680F5B00A75B9A /* Debug */ = {
  848. isa = XCBuildConfiguration;
  849. buildSettings = {
  850. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  851. DEAD_CODE_STRIPPING = NO;
  852. DEVELOPMENT_TEAM = "";
  853. HEADER_SEARCH_PATHS = (
  854. "$(inherited)",
  855. "$(SRCROOT)/../node_modules/react-native/React/**",
  856. );
  857. INFOPLIST_FILE = playground/Info.plist;
  858. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  859. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  860. OTHER_LDFLAGS = (
  861. "-ObjC",
  862. "-l\"c++\"",
  863. );
  864. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  865. PRODUCT_NAME = playground;
  866. };
  867. name = Debug;
  868. };
  869. 13B07F951A680F5B00A75B9A /* Release */ = {
  870. isa = XCBuildConfiguration;
  871. buildSettings = {
  872. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  873. DEVELOPMENT_TEAM = "";
  874. HEADER_SEARCH_PATHS = (
  875. "$(inherited)",
  876. "$(SRCROOT)/../node_modules/react-native/React/**",
  877. );
  878. INFOPLIST_FILE = playground/Info.plist;
  879. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  880. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  881. OTHER_LDFLAGS = (
  882. "-ObjC",
  883. "-l\"c++\"",
  884. );
  885. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  886. PRODUCT_NAME = playground;
  887. };
  888. name = Release;
  889. };
  890. 2984212B73D7531DE5F65D1F /* Debug_Detox */ = {
  891. isa = XCBuildConfiguration;
  892. buildSettings = {
  893. BUNDLE_LOADER = "$(TEST_HOST)";
  894. FRAMEWORK_SEARCH_PATHS = (
  895. "$(SDKROOT)/Developer/Library/Frameworks",
  896. "$(inherited)",
  897. );
  898. GCC_PREPROCESSOR_DEFINITIONS = (
  899. "DEBUG=1",
  900. "$(inherited)",
  901. );
  902. HEADER_SEARCH_PATHS = (
  903. "$(inherited)",
  904. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  905. "$(SRCROOT)/../node_modules/react-native/React/**",
  906. "$(SRCROOT)/../node_modules/react-native-navigation/ios/**",
  907. );
  908. INFOPLIST_FILE = playgroundTests/Info.plist;
  909. IPHONEOS_DEPLOYMENT_TARGET = 8.2;
  910. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
  911. PRODUCT_NAME = "$(TARGET_NAME)";
  912. TEST_HOST = "$(BUILT_PRODUCTS_DIR)/playground.app/playground";
  913. };
  914. name = Debug_Detox;
  915. };
  916. 29AFC5A9B25FF77E054960D7 /* Release_Detox */ = {
  917. isa = XCBuildConfiguration;
  918. buildSettings = {
  919. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  920. DEPLOY_DETOX_FRAMEWORK = YES;
  921. DEVELOPMENT_TEAM = "";
  922. FRAMEWORK_SEARCH_PATHS = (
  923. "$(inherited)",
  924. "$(PROJECT_DIR)/../node_modules/detox",
  925. );
  926. HEADER_SEARCH_PATHS = (
  927. "$(inherited)",
  928. "$(SRCROOT)/../node_modules/react-native/React/**",
  929. );
  930. INFOPLIST_FILE = playground/Info.plist;
  931. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  932. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  933. OTHER_LDFLAGS = (
  934. "-ObjC",
  935. "-l\"c++\"",
  936. "-framework",
  937. Detox,
  938. );
  939. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  940. PRODUCT_NAME = playground;
  941. };
  942. name = Release_Detox;
  943. };
  944. 57FA1AC8487324BC4A99A465 /* Debug_Detox */ = {
  945. isa = XCBuildConfiguration;
  946. buildSettings = {
  947. ALWAYS_SEARCH_USER_PATHS = NO;
  948. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  949. CLANG_CXX_LIBRARY = "libc++";
  950. CLANG_ENABLE_MODULES = YES;
  951. CLANG_ENABLE_OBJC_ARC = YES;
  952. CLANG_WARN_BOOL_CONVERSION = YES;
  953. CLANG_WARN_CONSTANT_CONVERSION = YES;
  954. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  955. CLANG_WARN_EMPTY_BODY = YES;
  956. CLANG_WARN_ENUM_CONVERSION = YES;
  957. CLANG_WARN_INT_CONVERSION = YES;
  958. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  959. CLANG_WARN_UNREACHABLE_CODE = YES;
  960. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  961. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  962. COPY_PHASE_STRIP = NO;
  963. ENABLE_STRICT_OBJC_MSGSEND = YES;
  964. GCC_C_LANGUAGE_STANDARD = gnu99;
  965. GCC_DYNAMIC_NO_PIC = NO;
  966. GCC_OPTIMIZATION_LEVEL = 0;
  967. GCC_PREPROCESSOR_DEFINITIONS = (
  968. "DEBUG=1",
  969. "$(inherited)",
  970. );
  971. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  972. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  973. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  974. GCC_WARN_UNDECLARED_SELECTOR = YES;
  975. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  976. GCC_WARN_UNUSED_FUNCTION = YES;
  977. GCC_WARN_UNUSED_VARIABLE = YES;
  978. HEADER_SEARCH_PATHS = (
  979. "$(inherited)",
  980. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  981. "$(SRCROOT)/../node_modules/react-native/React/**",
  982. );
  983. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  984. MTL_ENABLE_DEBUG_INFO = YES;
  985. ONLY_ACTIVE_ARCH = YES;
  986. OTHER_LDFLAGS = "";
  987. SDKROOT = iphoneos;
  988. };
  989. name = Debug_Detox;
  990. };
  991. 83CBBA201A601CBA00E9B192 /* Debug */ = {
  992. isa = XCBuildConfiguration;
  993. buildSettings = {
  994. ALWAYS_SEARCH_USER_PATHS = NO;
  995. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  996. CLANG_CXX_LIBRARY = "libc++";
  997. CLANG_ENABLE_MODULES = YES;
  998. CLANG_ENABLE_OBJC_ARC = YES;
  999. CLANG_WARN_BOOL_CONVERSION = YES;
  1000. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1001. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1002. CLANG_WARN_EMPTY_BODY = YES;
  1003. CLANG_WARN_ENUM_CONVERSION = YES;
  1004. CLANG_WARN_INT_CONVERSION = YES;
  1005. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1006. CLANG_WARN_UNREACHABLE_CODE = YES;
  1007. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1008. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1009. COPY_PHASE_STRIP = NO;
  1010. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1011. GCC_C_LANGUAGE_STANDARD = gnu99;
  1012. GCC_DYNAMIC_NO_PIC = NO;
  1013. GCC_OPTIMIZATION_LEVEL = 0;
  1014. GCC_PREPROCESSOR_DEFINITIONS = (
  1015. "DEBUG=1",
  1016. "$(inherited)",
  1017. );
  1018. GCC_SYMBOLS_PRIVATE_EXTERN = NO;
  1019. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1020. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1021. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1022. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1023. GCC_WARN_UNUSED_FUNCTION = YES;
  1024. GCC_WARN_UNUSED_VARIABLE = YES;
  1025. HEADER_SEARCH_PATHS = (
  1026. "$(inherited)",
  1027. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  1028. "$(SRCROOT)/../node_modules/react-native/React/**",
  1029. );
  1030. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1031. MTL_ENABLE_DEBUG_INFO = YES;
  1032. ONLY_ACTIVE_ARCH = YES;
  1033. OTHER_LDFLAGS = "";
  1034. SDKROOT = iphoneos;
  1035. };
  1036. name = Debug;
  1037. };
  1038. 83CBBA211A601CBA00E9B192 /* Release */ = {
  1039. isa = XCBuildConfiguration;
  1040. buildSettings = {
  1041. ALWAYS_SEARCH_USER_PATHS = NO;
  1042. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1043. CLANG_CXX_LIBRARY = "libc++";
  1044. CLANG_ENABLE_MODULES = YES;
  1045. CLANG_ENABLE_OBJC_ARC = YES;
  1046. CLANG_WARN_BOOL_CONVERSION = YES;
  1047. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1048. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1049. CLANG_WARN_EMPTY_BODY = YES;
  1050. CLANG_WARN_ENUM_CONVERSION = YES;
  1051. CLANG_WARN_INT_CONVERSION = YES;
  1052. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1053. CLANG_WARN_UNREACHABLE_CODE = YES;
  1054. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1055. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1056. COPY_PHASE_STRIP = YES;
  1057. ENABLE_NS_ASSERTIONS = NO;
  1058. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1059. GCC_C_LANGUAGE_STANDARD = gnu99;
  1060. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1061. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1062. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1063. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1064. GCC_WARN_UNUSED_FUNCTION = YES;
  1065. GCC_WARN_UNUSED_VARIABLE = YES;
  1066. HEADER_SEARCH_PATHS = (
  1067. "$(inherited)",
  1068. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  1069. "$(SRCROOT)/../node_modules/react-native/React/**",
  1070. );
  1071. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1072. MTL_ENABLE_DEBUG_INFO = NO;
  1073. OTHER_LDFLAGS = "";
  1074. SDKROOT = iphoneos;
  1075. VALIDATE_PRODUCT = YES;
  1076. };
  1077. name = Release;
  1078. };
  1079. BBF3AB28495B87423DAC695F /* Release_Detox */ = {
  1080. isa = XCBuildConfiguration;
  1081. buildSettings = {
  1082. ALWAYS_SEARCH_USER_PATHS = NO;
  1083. CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x";
  1084. CLANG_CXX_LIBRARY = "libc++";
  1085. CLANG_ENABLE_MODULES = YES;
  1086. CLANG_ENABLE_OBJC_ARC = YES;
  1087. CLANG_WARN_BOOL_CONVERSION = YES;
  1088. CLANG_WARN_CONSTANT_CONVERSION = YES;
  1089. CLANG_WARN_DIRECT_OBJC_ISA_USAGE = YES_ERROR;
  1090. CLANG_WARN_EMPTY_BODY = YES;
  1091. CLANG_WARN_ENUM_CONVERSION = YES;
  1092. CLANG_WARN_INT_CONVERSION = YES;
  1093. CLANG_WARN_OBJC_ROOT_CLASS = YES_ERROR;
  1094. CLANG_WARN_UNREACHABLE_CODE = YES;
  1095. CLANG_WARN__DUPLICATE_METHOD_MATCH = YES;
  1096. "CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
  1097. COPY_PHASE_STRIP = YES;
  1098. ENABLE_NS_ASSERTIONS = NO;
  1099. ENABLE_STRICT_OBJC_MSGSEND = YES;
  1100. GCC_C_LANGUAGE_STANDARD = gnu99;
  1101. GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
  1102. GCC_WARN_ABOUT_RETURN_TYPE = YES_ERROR;
  1103. GCC_WARN_UNDECLARED_SELECTOR = YES;
  1104. GCC_WARN_UNINITIALIZED_AUTOS = YES_AGGRESSIVE;
  1105. GCC_WARN_UNUSED_FUNCTION = YES;
  1106. GCC_WARN_UNUSED_VARIABLE = YES;
  1107. HEADER_SEARCH_PATHS = (
  1108. "$(inherited)",
  1109. /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
  1110. "$(SRCROOT)/../node_modules/react-native/React/**",
  1111. );
  1112. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1113. MTL_ENABLE_DEBUG_INFO = NO;
  1114. OTHER_LDFLAGS = "";
  1115. SDKROOT = iphoneos;
  1116. VALIDATE_PRODUCT = YES;
  1117. };
  1118. name = Release_Detox;
  1119. };
  1120. DB9A0E11DD86A380A31F9DD9 /* Debug_Detox */ = {
  1121. isa = XCBuildConfiguration;
  1122. buildSettings = {
  1123. ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
  1124. DEAD_CODE_STRIPPING = NO;
  1125. DEPLOY_DETOX_FRAMEWORK = YES;
  1126. DEVELOPMENT_TEAM = "";
  1127. FRAMEWORK_SEARCH_PATHS = (
  1128. "$(inherited)",
  1129. "$(PROJECT_DIR)/../node_modules/detox",
  1130. );
  1131. HEADER_SEARCH_PATHS = (
  1132. "$(inherited)",
  1133. "$(SRCROOT)/../node_modules/react-native/React/**",
  1134. );
  1135. INFOPLIST_FILE = playground/Info.plist;
  1136. IPHONEOS_DEPLOYMENT_TARGET = 8.0;
  1137. LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
  1138. OTHER_LDFLAGS = (
  1139. "-ObjC",
  1140. "-l\"c++\"",
  1141. "-framework",
  1142. Detox,
  1143. );
  1144. PRODUCT_BUNDLE_IDENTIFIER = com.reactnativenavigation.playground;
  1145. PRODUCT_NAME = playground;
  1146. };
  1147. name = Debug_Detox;
  1148. };
  1149. /* End XCBuildConfiguration section */
  1150. /* Begin XCConfigurationList section */
  1151. 00E357021AD99517003FC87E /* Build configuration list for PBXNativeTarget "playgroundTests" */ = {
  1152. isa = XCConfigurationList;
  1153. buildConfigurations = (
  1154. 00E356F61AD99517003FC87E /* Debug */,
  1155. 00E356F71AD99517003FC87E /* Release */,
  1156. 2984212B73D7531DE5F65D1F /* Debug_Detox */,
  1157. 048D2E7E9477FA2088E39149 /* Release_Detox */,
  1158. );
  1159. defaultConfigurationIsVisible = 0;
  1160. defaultConfigurationName = Debug;
  1161. };
  1162. 13B07F931A680F5B00A75B9A /* Build configuration list for PBXNativeTarget "playground" */ = {
  1163. isa = XCConfigurationList;
  1164. buildConfigurations = (
  1165. 13B07F941A680F5B00A75B9A /* Debug */,
  1166. 13B07F951A680F5B00A75B9A /* Release */,
  1167. DB9A0E11DD86A380A31F9DD9 /* Debug_Detox */,
  1168. 29AFC5A9B25FF77E054960D7 /* Release_Detox */,
  1169. );
  1170. defaultConfigurationIsVisible = 0;
  1171. defaultConfigurationName = Debug;
  1172. };
  1173. 83CBB9FA1A601CBA00E9B192 /* Build configuration list for PBXProject "playground" */ = {
  1174. isa = XCConfigurationList;
  1175. buildConfigurations = (
  1176. 83CBBA201A601CBA00E9B192 /* Debug */,
  1177. 83CBBA211A601CBA00E9B192 /* Release */,
  1178. 57FA1AC8487324BC4A99A465 /* Debug_Detox */,
  1179. BBF3AB28495B87423DAC695F /* Release_Detox */,
  1180. );
  1181. defaultConfigurationIsVisible = 0;
  1182. defaultConfigurationName = Debug;
  1183. };
  1184. /* End XCConfigurationList section */
  1185. };
  1186. rootObject = 83CBB9F71A601CBA00E9B192 /* Project object */;
  1187. }