Skip to content

test: [DO NOT MERGE] Run ParseUI Swift Demo without Dynamic Targets #1757

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
1 change: 1 addition & 0 deletions Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ namespace :test do
task :all do
Rake::Task['test:parseui:framework'].invoke
Rake::Task['test:parseui:demo_objc'].invoke
Rake::Task['test:parseui:demo_swift'].invoke
end

task :framework do
Expand Down