react-native-navigation的迁移库

project.pbxproj 46KB

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