Skip to content
This repository has been archived by the owner on Mar 30, 2021. It is now read-only.

Commit

Permalink
Add a build script to ZIP up the application
Browse files Browse the repository at this point in the history
  • Loading branch information
kbhomes committed Feb 20, 2014
1 parent b7c1487 commit ce2e0e8
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions google-music-mac.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,7 @@
1A7B683917453E40001E509E /* Frameworks */,
1A7B683A17453E40001E509E /* Resources */,
1A67E21B1853ACF500EA5F38 /* Copy Files */,
D3981F6318B5D5D900EA4D7A /* Run Script */,
);
buildRules = (
);
Expand Down Expand Up @@ -204,6 +205,23 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
D3981F6318B5D5D900EA4D7A /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd ${BUILT_PRODUCTS_DIR}\nzip -u -r -1 \"${BUILT_PRODUCTS_DIR}/${PRODUCT_NAME}.zip\" \"${PRODUCT_NAME}.app/\"";
};
/* End PBXShellScriptBuildPhase section */

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

0 comments on commit ce2e0e8

Please sign in to comment.