Make libReact a target dependency of ReactExample

Was experiencing a bug where the packager would startup for ReactTests rather than ReactExample. This fixes that.
This commit is contained in:
Scott Kyle 2015-10-26 17:15:40 -07:00
parent 8c680ffbf6
commit e90715140b
1 changed files with 13 additions and 0 deletions

View File

@ -133,6 +133,13 @@
remoteGlobalIDString = 02B29A151B7CF7C9008A7E6B; remoteGlobalIDString = 02B29A151B7CF7C9008A7E6B;
remoteInfo = RealmReact; remoteInfo = RealmReact;
}; };
F6EA29001BDEEC4B00ECDC7B /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 146833FF1AC3E56700842450 /* React.xcodeproj */;
proxyType = 1;
remoteGlobalIDString = 83CBBA2D1A601D0E00E9B192;
remoteInfo = React;
};
/* End PBXContainerItemProxy section */ /* End PBXContainerItemProxy section */
/* Begin PBXCopyFilesBuildPhase section */ /* Begin PBXCopyFilesBuildPhase section */
@ -389,6 +396,7 @@
buildRules = ( buildRules = (
); );
dependencies = ( dependencies = (
F6EA29011BDEEC4B00ECDC7B /* PBXTargetDependency */,
F636F6E31BCDB72D0023F35C /* PBXTargetDependency */, F636F6E31BCDB72D0023F35C /* PBXTargetDependency */,
); );
name = ReactExample; name = ReactExample;
@ -637,6 +645,11 @@
name = RealmReact; name = RealmReact;
targetProxy = F636F6E21BCDB72D0023F35C /* PBXContainerItemProxy */; targetProxy = F636F6E21BCDB72D0023F35C /* PBXContainerItemProxy */;
}; };
F6EA29011BDEEC4B00ECDC7B /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
name = React;
targetProxy = F6EA29001BDEEC4B00ECDC7B /* PBXContainerItemProxy */;
};
/* End PBXTargetDependency section */ /* End PBXTargetDependency section */
/* Begin PBXVariantGroup section */ /* Begin PBXVariantGroup section */