Skip to content

Commit

Permalink
Merge pull request #8 from pizthewiz/invalid-bundle
Browse files Browse the repository at this point in the history
Avoid App Store submission failure due to embedded frameworks
  • Loading branch information
tristanhimmelman committed Jun 11, 2015
2 parents 45a0c14 + 20956b3 commit dc6fda6
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions AlamofireObjectMapper.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,6 @@
6AB2A00C1AF26C36001EBB20 /* Sources */,
6AB2A00D1AF26C36001EBB20 /* Frameworks */,
6AB2A00E1AF26C36001EBB20 /* Headers */,
6A905E411B067F8100884083 /* ShellScript */,
);
buildRules = (
);
Expand Down Expand Up @@ -322,24 +321,6 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
6A905E411B067F8100884083 /* ShellScript */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
"$(SRCROOT)/Carthage/Build/iOS/Alamofire.framework",
"$(SRCROOT)/Carthage/Build/iOS/ObjectMapper.framework",
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "/usr/local/bin/carthage copy-frameworks";
};
/* End PBXShellScriptBuildPhase section */

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

0 comments on commit dc6fda6

Please sign in to comment.