Skip to content

Commit

Permalink
Remove app before copying it over.
Browse files Browse the repository at this point in the history
  • Loading branch information
danasilver committed Aug 27, 2015
1 parent 6ad62fd commit 253b882
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GiphyMessages/GiphyMessages.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -247,7 +247,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cp -r ${BUILT_PRODUCTS_DIR}/Giphy\\ Messages.app ${SRCROOT}/../Giphy\\ Messages.app";
shellScript = "rm -rf ${SRCROOT}/../Giphy\\ Messages.app\ncp -r ${BUILT_PRODUCTS_DIR}/Giphy\\ Messages.app ${SRCROOT}/../Giphy\\ Messages.app";
};
/* End PBXShellScriptBuildPhase section */

Expand Down

0 comments on commit 253b882

Please sign in to comment.