react-native-navigation的迁移库

project.pbxproj 47KB

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