Skip to content

Commit

Permalink
Add archiving phase
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Dec 3, 2019
1 parent a78ed83 commit 45cc7df
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions VoodooInput.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,7 @@
7BBAB1F522E3A2F800B2941A /* Sources */,
7BBAB1F622E3A2F800B2941A /* Frameworks */,
7BBAB1F722E3A2F800B2941A /* Resources */,
CEFB081C239659D000215B0B /* Archive */,
);
buildRules = (
);
Expand Down Expand Up @@ -216,6 +217,27 @@
};
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
CEFB081C239659D000215B0B /* Archive */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputFileListPaths = (
);
inputPaths = (
);
name = Archive;
outputFileListPaths = (
);
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/sh;
shellScript = "cd \"${TARGET_BUILD_DIR}\"\n\ndist=(\"$FULL_PRODUCT_NAME\")\nif [ -d \"$DWARF_DSYM_FILE_NAME\" ]; then dist+=(\"$DWARF_DSYM_FILE_NAME\"); fi\n\narchive=\"${PRODUCT_NAME}-${MODULE_VERSION}-$(echo $CONFIGURATION | tr /a-z/ /A-Z/).zip\"\nrm -rf *.zip\nzip -qry -FS \"${archive}\" \"${dist[@]}\"\n";
};
/* End PBXShellScriptBuildPhase section */

/* Begin PBXSourcesBuildPhase section */
7BBAB1F522E3A2F800B2941A /* Sources */ = {
isa = PBXSourcesBuildPhase;
Expand Down

0 comments on commit 45cc7df

Please sign in to comment.