Skip to content

Commit

Permalink
Remove Carthage Build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas1 committed Mar 11, 2019
1 parent f39f0c9 commit 90460a9
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions AppFoundation.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -415,7 +415,6 @@
buildPhases = (
80F8DB1721BDC1130051900E /* Headers */,
80F8DB1821BDC1130051900E /* Sources */,
07B757782232AF9B004613CA /* Carthage */,
80F8DB1921BDC1130051900E /* Frameworks */,
80F8DB1A21BDC1130051900E /* Resources */,
);
Expand Down Expand Up @@ -488,31 +487,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
07B757782232AF9B004613CA /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/RxSwift.framework",
"$(SRCROOT)/Carthage/Build/iOS/RxCocoa.framework",
);
name = Carthage;
outputFileListPaths = (
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/RxSwift.framework",
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/RxCocoa.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
80B6A80C2198626F003E868C /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit 90460a9

Please sign in to comment.