Skip to content
This repository has been archived by the owner on Oct 6, 2020. It is now read-only.

Commit

Permalink
Unified release archive names
Browse files Browse the repository at this point in the history
  • Loading branch information
PMheart committed Jul 6, 2019
1 parent d69b837 commit 786ed12
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BT4LEContinuityFixup.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@
);
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=\"${MODULE_VERSION} ($(echo $CONFIGURATION | tr /a-z/ /A-Z/)).zip\"\nrm -rf *.zip\nzip -qry \"${archive}\" \"${dist[@]}\"\n";
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 \"${archive}\" \"${dist[@]}\"\n";
};
/* End PBXShellScriptBuildPhase section */

Expand Down Expand Up @@ -364,7 +364,7 @@
MODULE_NAME = as.lvs1974.BT4LEContinuityFixup;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.3;
MODULE_VERSION = 1.1.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down Expand Up @@ -409,7 +409,7 @@
MODULE_NAME = as.lvs1974.BT4LEContinuityFixup;
MODULE_START = "$(PRODUCT_NAME)_kern_start";
MODULE_STOP = "$(PRODUCT_NAME)_kern_stop";
MODULE_VERSION = 1.1.3;
MODULE_VERSION = 1.1.4;
OTHER_CFLAGS = (
"-mmmx",
"-msse",
Expand Down
3 changes: 3 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
BT4LEContinuityFixup Changelog
=============================
#### v1.1.4
- Unified release archive names

#### v1.1.3
- Allow loading on 10.15 without `-lilubetaall`
- Rename BT4LEContiunityFixup to BT4LEContinuityFixup (ticket 375)
Expand Down

0 comments on commit 786ed12

Please sign in to comment.