Skip to content

Commit 29ffab4

Browse files
committed
Merge pull request #34 from pnicholls/master
Removed the carthage copy-frameworks run script
2 parents 33f2231 + 58ce2d5 commit 29ffab4

File tree

1 file changed

+11
-23
lines changed

1 file changed

+11
-23
lines changed

Action.xcodeproj/project.pbxproj

Lines changed: 11 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,9 @@
4747
BE73AD161CDCD101006F8B98 = {
4848
isa = PBXGroup;
4949
children = (
50-
BE73AD401CDCF5FE006F8B98 /* RxSwift.framework */,
51-
BE73AD3E1CDCF5F0006F8B98 /* RxCocoa.framework */,
52-
BE73AD3C1CDCF5E0006F8B98 /* RxBlocking.framework */,
5350
BE73AD221CDCD102006F8B98 /* Action */,
5451
BE73AD211CDCD101006F8B98 /* Products */,
52+
C1CBD66A1CEB2CE5002C025A /* Dependency Frameworks */,
5553
);
5654
sourceTree = "<group>";
5755
};
@@ -76,6 +74,16 @@
7674
path = Action;
7775
sourceTree = "<group>";
7876
};
77+
C1CBD66A1CEB2CE5002C025A /* Dependency Frameworks */ = {
78+
isa = PBXGroup;
79+
children = (
80+
BE73AD401CDCF5FE006F8B98 /* RxSwift.framework */,
81+
BE73AD3E1CDCF5F0006F8B98 /* RxCocoa.framework */,
82+
BE73AD3C1CDCF5E0006F8B98 /* RxBlocking.framework */,
83+
);
84+
name = "Dependency Frameworks";
85+
sourceTree = "<group>";
86+
};
7987
/* End PBXGroup section */
8088

8189
/* Begin PBXHeadersBuildPhase section */
@@ -98,7 +106,6 @@
98106
BE73AD1C1CDCD101006F8B98 /* Frameworks */,
99107
BE73AD1D1CDCD101006F8B98 /* Headers */,
100108
BE73AD1E1CDCD101006F8B98 /* Resources */,
101-
BE73AD3B1CDCF52C006F8B98 /* ShellScript */,
102109
);
103110
buildRules = (
104111
);
@@ -150,25 +157,6 @@
150157
};
151158
/* End PBXResourcesBuildPhase section */
152159

153-
/* Begin PBXShellScriptBuildPhase section */
154-
BE73AD3B1CDCF52C006F8B98 /* ShellScript */ = {
155-
isa = PBXShellScriptBuildPhase;
156-
buildActionMask = 2147483647;
157-
files = (
158-
);
159-
inputPaths = (
160-
"$(SRCROOT)/Carthage/Build/iOS/RxCocoa.framework",
161-
"$(SRCROOT)/Carthage/Build/iOS/RxSwift.framework",
162-
"$(SRCROOT)/Carthage/Build/iOS/RxBlocking.framework",
163-
);
164-
outputPaths = (
165-
);
166-
runOnlyForDeploymentPostprocessing = 0;
167-
shellPath = /bin/sh;
168-
shellScript = "/usr/local/bin/carthage copy-frameworks";
169-
};
170-
/* End PBXShellScriptBuildPhase section */
171-
172160
/* Begin PBXSourcesBuildPhase section */
173161
BE73AD1B1CDCD101006F8B98 /* Sources */ = {
174162
isa = PBXSourcesBuildPhase;

0 commit comments

Comments
 (0)