Skip to content

Commit

Permalink
Updated the project for 1.2.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vit9696 committed Nov 11, 2017
1 parent 5542b82 commit 9396b0f
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Lilu.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -559,6 +559,7 @@
1C748C241C21952C0024EED2 /* Headers */,
1C748C251C21952C0024EED2 /* Resources */,
CE3CFAEF1E509A7800336BF6 /* Copy SDK */,
CE131D691FB723FC0036C3A0 /* Archive */,
);
buildRules = (
);
Expand Down Expand Up @@ -611,6 +612,20 @@
/* End PBXResourcesBuildPhase section */

/* Begin PBXShellScriptBuildPhase section */
CE131D691FB723FC0036C3A0 /* Archive */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
files = (
);
inputPaths = (
);
name = Archive;
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 0;
shellPath = /bin/bash;
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=\"${MODULE_VERSION} ($(echo $CONFIGURATION | tr /a-z/ /A-Z/)).zip\"\nrm -rf *.zip\nzip -qry \"${archive}\" \"${dist[@]}\"";
};
CE3CFAEF1E509A7800336BF6 /* Copy SDK */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 2147483647;
Expand Down

0 comments on commit 9396b0f

Please sign in to comment.