Skip to content
This repository was archived by the owner on Dec 5, 2019. It is now read-only.

Commit 9c7dafc

Browse files
committed
Merge pull request #8 from ReactiveCocoa/fix-xcodebuild
Remove RunUnitTests scripts
2 parents c555544 + f750907 commit 9c7dafc

File tree

1 file changed

+15
-31
lines changed

1 file changed

+15
-31
lines changed

ReactiveViewModel.xcodeproj/project.pbxproj

Lines changed: 15 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,13 @@
3838
/* End PBXBuildFile section */
3939

4040
/* Begin PBXContainerItemProxy section */
41+
D0461453182D807E00EBB2F8 /* PBXContainerItemProxy */ = {
42+
isa = PBXContainerItemProxy;
43+
containerPortal = D0948ABE17815B3600BA8F23 /* ReactiveCocoa.xcodeproj */;
44+
proxyType = 2;
45+
remoteGlobalIDString = D05AD39417F2D56F0080895B;
46+
remoteInfo = "ReactiveCocoa-Mac";
47+
};
4148
D0948A57178159AD00BA8F23 /* PBXContainerItemProxy */ = {
4249
isa = PBXContainerItemProxy;
4350
containerPortal = D0948A32178159AD00BA8F23 /* Project object */;
@@ -442,6 +449,7 @@
442449
D0948AD017815B3600BA8F23 /* ReactiveCocoaTests-iOS.octest */,
443450
D0948AD217815B3600BA8F23 /* ReactiveCocoa-iOS-UIKitTestHost.app */,
444451
D0948AD417815B3600BA8F23 /* ReactiveCocoa-iOS-UIKitTestHostTests.octest */,
452+
D0461454182D807E00EBB2F8 /* libReactiveCocoa-Mac.a */,
445453
);
446454
name = Products;
447455
sourceTree = "<group>";
@@ -527,7 +535,6 @@
527535
D0948A4E178159AD00BA8F23 /* Sources */,
528536
D0948A4F178159AD00BA8F23 /* Frameworks */,
529537
D0948A50178159AD00BA8F23 /* Resources */,
530-
D0948A51178159AD00BA8F23 /* ShellScript */,
531538
);
532539
buildRules = (
533540
);
@@ -566,7 +573,6 @@
566573
D0948A97178159F900BA8F23 /* Sources */,
567574
D0948A98178159F900BA8F23 /* Frameworks */,
568575
D0948A99178159F900BA8F23 /* Resources */,
569-
D0948A9A178159F900BA8F23 /* ShellScript */,
570576
);
571577
buildRules = (
572578
);
@@ -624,6 +630,13 @@
624630
/* End PBXProject section */
625631

626632
/* Begin PBXReferenceProxy section */
633+
D0461454182D807E00EBB2F8 /* libReactiveCocoa-Mac.a */ = {
634+
isa = PBXReferenceProxy;
635+
fileType = archive.ar;
636+
path = "libReactiveCocoa-Mac.a";
637+
remoteRef = D0461453182D807E00EBB2F8 /* PBXContainerItemProxy */;
638+
sourceTree = BUILT_PRODUCTS_DIR;
639+
};
627640
D0948ACA17815B3600BA8F23 /* ReactiveCocoa.framework */ = {
628641
isa = PBXReferenceProxy;
629642
fileType = wrapper.framework;
@@ -750,35 +763,6 @@
750763
};
751764
/* End PBXResourcesBuildPhase section */
752765

753-
/* Begin PBXShellScriptBuildPhase section */
754-
D0948A51178159AD00BA8F23 /* ShellScript */ = {
755-
isa = PBXShellScriptBuildPhase;
756-
buildActionMask = 2147483647;
757-
files = (
758-
);
759-
inputPaths = (
760-
);
761-
outputPaths = (
762-
);
763-
runOnlyForDeploymentPostprocessing = 0;
764-
shellPath = /bin/sh;
765-
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
766-
};
767-
D0948A9A178159F900BA8F23 /* ShellScript */ = {
768-
isa = PBXShellScriptBuildPhase;
769-
buildActionMask = 2147483647;
770-
files = (
771-
);
772-
inputPaths = (
773-
);
774-
outputPaths = (
775-
);
776-
runOnlyForDeploymentPostprocessing = 0;
777-
shellPath = /bin/sh;
778-
shellScript = "# Run the unit tests in this test bundle.\n\"${SYSTEM_DEVELOPER_DIR}/Tools/RunUnitTests\"\n";
779-
};
780-
/* End PBXShellScriptBuildPhase section */
781-
782766
/* Begin PBXSourcesBuildPhase section */
783767
D0948A36178159AD00BA8F23 /* Sources */ = {
784768
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)