react-native-navigation的迁移库

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