Skip to content

Commit

Permalink
actually removed script
Browse files Browse the repository at this point in the history
  • Loading branch information
wickwirew committed Feb 24, 2019
1 parent e740354 commit 2d147e5
Showing 1 changed file with 2 additions and 26 deletions.
28 changes: 2 additions & 26 deletions SideEffects.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
DE04722121DBFB7100F27295 /* SideEffects.swift in Sources */ = {isa = PBXBuildFile; fileRef = DE04722021DBFB7100F27295 /* SideEffects.swift */; };
DE04722521DBFC1A00F27295 /* ReSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE04722421DBFC1A00F27295 /* ReSwift.framework */; };
DE9E4ACB22124015002162FE /* ReSwift.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DE04722421DBFC1A00F27295 /* ReSwift.framework */; };
DED58FB421D92B0D00F2CDE1 /* SideEffects.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DED58FAA21D92B0C00F2CDE1 /* SideEffects.framework */; };
DECA075722235CEB00AB0818 /* SideEffects.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = DED58FAA21D92B0C00F2CDE1 /* SideEffects.framework */; };
DED58FB921D92B0D00F2CDE1 /* SideEffectsTests.swift in Sources */ = {isa = PBXBuildFile; fileRef = DED58FB821D92B0D00F2CDE1 /* SideEffectsTests.swift */; };
DED58FBB21D92B0D00F2CDE1 /* SideEffects.h in Headers */ = {isa = PBXBuildFile; fileRef = DED58FAD21D92B0C00F2CDE1 /* SideEffects.h */; settings = {ATTRIBUTES = (Public, ); }; };
/* End PBXBuildFile section */
Expand Down Expand Up @@ -49,7 +49,7 @@
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
DED58FB421D92B0D00F2CDE1 /* SideEffects.framework in Frameworks */,
DECA075722235CEB00AB0818 /* SideEffects.framework in Frameworks */,
DE9E4ACB22124015002162FE /* ReSwift.framework in Frameworks */,
);
runOnlyForDeploymentPostprocessing = 0;
Expand Down Expand Up @@ -125,7 +125,6 @@
DED58FA621D92B0C00F2CDE1 /* Sources */,
DED58FA721D92B0C00F2CDE1 /* Frameworks */,
DED58FA821D92B0C00F2CDE1 /* Resources */,
DE04722221DBFBE100F27295 /* Carthage */,
);
buildRules = (
);
Expand Down Expand Up @@ -208,29 +207,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
DE04722221DBFBE100F27295 /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/ReSwift.framework",
);
name = Carthage;
outputFileListPaths = (
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/ReSwift.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "# Type a script or drag a script file from your workspace to insert its path.\n/usr/local/bin/carthage copy-frameworks\n";
};
/* End PBXShellScriptBuildPhase section */

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

0 comments on commit 2d147e5

Please sign in to comment.