Skip to content

Commit

Permalink
[DO NOT MERGE] Run ParseUI Swift Demo without Dynamic Targets
Browse files Browse the repository at this point in the history
  • Loading branch information
dplewis committed Oct 7, 2023
1 parent a87bfb0 commit 33e0dc5
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions ParseUI/ParseUI.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -184,19 +184,19 @@
/* End PBXBuildFile section */

/* Begin PBXContainerItemProxy section */
4A0ECCAC200DA7D100BA84A3 /* PBXContainerItemProxy */ = {
39D1F8932AD1AA7D0011B331 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4A9A9496200D0329005D8F4B;
remoteInfo = ParseUI;
};
4A0ECCB0200DA8DC00BA84A3 /* PBXContainerItemProxy */ = {
4A0ECCAC200DA7D100BA84A3 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 0867D690FE84028FC02AAC07 /* Project object */;
proxyType = 1;
remoteGlobalIDString = 4A0ECBE4200D8C0200BA84A3;
remoteInfo = "ParseUI-Dynamic";
remoteGlobalIDString = 4A9A9496200D0329005D8F4B;
remoteInfo = ParseUI;
};
7C77D138292A50BF00C4D90E /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
Expand Down Expand Up @@ -1272,7 +1272,7 @@
buildRules = (
);
dependencies = (
4A0ECCB1200DA8DC00BA84A3 /* PBXTargetDependency */,
39D1F8942AD1AA7D0011B331 /* PBXTargetDependency */,
);
name = "ParseUIDemo-Swift";
productName = ParseUIDemo;
Expand Down Expand Up @@ -1745,15 +1745,15 @@
/* End PBXSourcesBuildPhase section */

/* Begin PBXTargetDependency section */
4A0ECCAD200DA7D100BA84A3 /* PBXTargetDependency */ = {
39D1F8942AD1AA7D0011B331 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4A9A9496200D0329005D8F4B /* ParseUI */;
targetProxy = 4A0ECCAC200DA7D100BA84A3 /* PBXContainerItemProxy */;
targetProxy = 39D1F8932AD1AA7D0011B331 /* PBXContainerItemProxy */;
};
4A0ECCB1200DA8DC00BA84A3 /* PBXTargetDependency */ = {
4A0ECCAD200DA7D100BA84A3 /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
target = 4A0ECBE4200D8C0200BA84A3 /* ParseUI-Dynamic */;
targetProxy = 4A0ECCB0200DA8DC00BA84A3 /* PBXContainerItemProxy */;
target = 4A9A9496200D0329005D8F4B /* ParseUI */;
targetProxy = 4A0ECCAC200DA7D100BA84A3 /* PBXContainerItemProxy */;
};
7C77D14F292A50F600C4D90E /* PBXTargetDependency */ = {
isa = PBXTargetDependency;
Expand Down

0 comments on commit 33e0dc5

Please sign in to comment.