File tree Expand file tree Collapse file tree
Sources/Sub2APIStatusCore Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -109,7 +109,7 @@ jobs:
109109 if [[ "${GITHUB_REF_TYPE:-}" == "tag" ]]; then
110110 VERSION="$GITHUB_REF_NAME"
111111 else
112- VERSION="v0.1.7 "
112+ VERSION="v0.1.8 "
113113 fi
114114 if [[ "${GITHUB_REF_TYPE:-}" == "tag" && "${{ steps.signing.outputs.signing_ready }}" == "true" ]]; then
115115 VERSION="$VERSION" \
Original file line number Diff line number Diff line change 11import Foundation
22
33public enum AppBuildInfo {
4- public static let fallbackVersion = " 0.1.7 "
4+ public static let fallbackVersion = " 0.1.8 "
55 public static let repositoryOwner = " GeekyWizKid "
66 public static let repositoryName = " Sub2APIStatusBar "
77}
Original file line number Diff line number Diff line change 22set -euo pipefail
33
44ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
5- VERSION=" ${VERSION:- v0.1.7 } "
5+ VERSION=" ${VERSION:- v0.1.8 } "
66APP_NAME=" Sub2APIStatusBar"
77BUNDLE_ID=" ${BUNDLE_ID:- com.geekywizkid.sub2api-statusbar} "
88SIGN_IDENTITY=" ${SIGN_IDENTITY:- -} "
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
55APP_NAME=" Sub2APIStatusBar"
6- VERSION=" ${VERSION:- v0.1.7 } "
6+ VERSION=" ${VERSION:- v0.1.8 } "
77SIGN_IDENTITY=" ${SIGN_IDENTITY:- } "
88DIST_DIR=" $ROOT_DIR /dist"
99APP_DIR=" $DIST_DIR /$APP_NAME .app"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
55APP_NAME=" Sub2APIStatusBar"
6- VERSION=" ${VERSION:- v0.1.7 } "
6+ VERSION=" ${VERSION:- v0.1.8 } "
77DIST_DIR=" $ROOT_DIR /dist"
88APP_DIR=" $DIST_DIR /$APP_NAME .app"
99ARCHIVE_BASE=" $APP_NAME -${VERSION# v} -macOS"
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ set -euo pipefail
33
44ROOT_DIR=" $( cd " $( dirname " ${BASH_SOURCE[0]} " ) /.." && pwd) "
55APP_NAME=" Sub2APIStatusBar"
6- VERSION=" ${VERSION:- v0.1.7 } "
6+ VERSION=" ${VERSION:- v0.1.8 } "
77DIST_DIR=" $ROOT_DIR /dist"
88ZIP_PATH=" $DIST_DIR /$APP_NAME -${VERSION# v} -macOS.zip"
99ZIP_CHECKSUM_PATH=" $ZIP_PATH .sha256"
You can’t perform that action at this time.
0 commit comments