Skip to content

Commit

Permalink
remove carthage build phase
Browse files Browse the repository at this point in the history
  • Loading branch information
cameronehrlich committed May 26, 2020
1 parent e2ae304 commit 7f91c98
Showing 1 changed file with 0 additions and 45 deletions.
45 changes: 0 additions & 45 deletions mParticle_Optimizely.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,6 @@
D308517A219B2CEC00D1C15A /* Frameworks */,
D308517B219B2CEC00D1C15A /* Headers */,
D308517C219B2CEC00D1C15A /* Resources */,
D345E7EB23FDAADD0071FF8C /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -246,7 +245,6 @@
D316BD2D217F670500688E56 /* Sources */,
D316BD2E217F670500688E56 /* Frameworks */,
D316BD2F217F670500688E56 /* Headers */,
D345E7EA23FDAA9E0071FF8C /* Carthage */,
D316BD30217F670500688E56 /* Resources */,
);
buildRules = (
Expand Down Expand Up @@ -352,49 +350,6 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
D345E7EA23FDAA9E0071FF8C /* Carthage */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Optimizely.framework",
"$(SRCROOT)/Carthage/Build/iOS/mParticle_Apple_SDK.framework",
);
name = Carthage;
outputFileListPaths = (
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/mParticle_Apple_SDK.framework",
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Optimizely.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
D345E7EB23FDAADD0071FF8C /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/tvOS/Optimizely.framework",
"$(SRCROOT)/Carthage/Build/tvOS/mParticle_Apple_SDK.framework",
);
outputFileListPaths = (
);
outputPaths = (
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/mParticle_Apple_SDK.framework",
"$(BUILT_PRODUCTS_DIR)/$(FRAMEWORKS_FOLDER_PATH)/Optimizely.framework",
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks\n";
};
D37713972404282100CF4773 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit 7f91c98

Please sign in to comment.