Skip to content

Commit 7e55caf

Browse files
committed
Updated the project and optimised some recently added resources
1 parent 921a349 commit 7e55caf

File tree

4 files changed

+293
-350
lines changed

4 files changed

+293
-350
lines changed

AppleALC.xcodeproj/project.pbxproj

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,7 @@
248248
1C748C241C21952C0024EED2 /* Headers */,
249249
1C748C251C21952C0024EED2 /* Resources */,
250250
1C642F521C8F157A006B4C51 /* CopyFiles */,
251+
CE131D6B1FB72A9D0036C3A0 /* Archive */,
251252
);
252253
buildRules = (
253254
);
@@ -283,7 +284,7 @@
283284
1C748C1E1C21952C0024EED2 /* Project object */ = {
284285
isa = PBXProject;
285286
attributes = {
286-
LastUpgradeCheck = 0900;
287+
LastUpgradeCheck = 0910;
287288
ORGANIZATIONNAME = vit9696;
288289
TargetAttributes = {
289290
1C748C261C21952C0024EED2 = {
@@ -337,6 +338,20 @@
337338
shellPath = /bin/sh;
338339
shellScript = "sh \"${PROJECT_DIR}/ResourceConverter/generate.sh\"";
339340
};
341+
CE131D6B1FB72A9D0036C3A0 /* Archive */ = {
342+
isa = PBXShellScriptBuildPhase;
343+
buildActionMask = 2147483647;
344+
files = (
345+
);
346+
inputPaths = (
347+
);
348+
name = Archive;
349+
outputPaths = (
350+
);
351+
runOnlyForDeploymentPostprocessing = 0;
352+
shellPath = /bin/bash;
353+
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[@]}\"";
354+
};
340355
/* End PBXShellScriptBuildPhase section */
341356

342357
/* Begin PBXSourcesBuildPhase section */

0 commit comments

Comments
 (0)