From e90715140baef585927c44a6f95e4353827beb84 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Mon, 26 Oct 2015 17:15:40 -0700 Subject: [PATCH] Make libReact a target dependency of ReactExample Was experiencing a bug where the packager would startup for ReactTests rather than ReactExample. This fixes that. --- .../ReactExample.xcodeproj/project.pbxproj | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj b/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj index 8d07b0c8..f380c05b 100644 --- a/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj +++ b/examples/ReactExample/ReactExample.xcodeproj/project.pbxproj @@ -133,6 +133,13 @@ remoteGlobalIDString = 02B29A151B7CF7C9008A7E6B; remoteInfo = RealmReact; }; + F6EA29001BDEEC4B00ECDC7B /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */; + proxyType = 1; + remoteGlobalIDString = 83CBBA2D1A601D0E00E9B192; + remoteInfo = React; + }; /* End PBXContainerItemProxy section */ /* Begin PBXCopyFilesBuildPhase section */ @@ -389,6 +396,7 @@ buildRules = ( ); dependencies = ( + F6EA29011BDEEC4B00ECDC7B /* PBXTargetDependency */, F636F6E31BCDB72D0023F35C /* PBXTargetDependency */, ); name = ReactExample; @@ -637,6 +645,11 @@ name = RealmReact; targetProxy = F636F6E21BCDB72D0023F35C /* PBXContainerItemProxy */; }; + F6EA29011BDEEC4B00ECDC7B /* PBXTargetDependency */ = { + isa = PBXTargetDependency; + name = React; + targetProxy = F6EA29001BDEEC4B00ECDC7B /* PBXContainerItemProxy */; + }; /* End PBXTargetDependency section */ /* Begin PBXVariantGroup section */