Skip to content

Commit

Permalink
Project updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
logancollins committed Oct 11, 2012
1 parent 0361dc8 commit c96bf70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Mocha.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1014,7 +1014,7 @@
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "rm -r \"${BUILT_PRODUCTS_DIR}/Mocha.framework/PrivateHeaders/\"\nrm \"${BUILT_PRODUCTS_DIR}/Mocha.framework/PrivateHeaders\"\nrm -r \"${DSTROOT}\"\nmkdir -p \"${DSTROOT}/Library/Frameworks/\"\ncp -R \"${BUILT_PRODUCTS_DIR}/Mocha.framework\" \"${DSTROOT}/Library/Frameworks/\"\nchmod -R 755 \"${SRCROOT}/InstallPackage/Scripts/\"\npkgbuild --root \"${DSTROOT}\" \"${BUILT_PRODUCTS_DIR}/Mocha.pkg\" --identifier \"com.sunflowersw.Mocha\" --scripts \"${SRCROOT}/InstallPackage/Scripts\"";
shellScript = "rm -r \"${BUILT_PRODUCTS_DIR}/Mocha.framework/PrivateHeaders/\"\nrm \"${BUILT_PRODUCTS_DIR}/Mocha.framework/PrivateHeaders\"\nrm -rf \"${DSTROOT}\"\nmkdir -p \"${DSTROOT}/Library/Frameworks/\"\ncp -R \"${BUILT_PRODUCTS_DIR}/Mocha.framework\" \"${DSTROOT}/Library/Frameworks/\"\nchmod -R 755 \"${SRCROOT}/InstallPackage/Scripts/\"\npkgbuild --root \"${DSTROOT}\" \"${BUILT_PRODUCTS_DIR}/Mocha.pkg\" --identifier \"com.sunflowersw.Mocha\" --scripts \"${SRCROOT}/InstallPackage/Scripts\"";
};
028D628415C064C400C12842 /* Generate Documentation */ = {
isa = PBXShellScriptBuildPhase;
Expand Down

0 comments on commit c96bf70

Please sign in to comment.