@@ -13,11 +13,11 @@ ifndef VERBOSE
1313endif
1414
1515ifdef CI
16- LINTFLAGS := --reporter github-actions-logging
17- FMTFLAGS := --lint --reporter github-actions-log
16+ LINTFLAGS := --reporter github-actions-logging
17+ FMTFLAGS := --lint --reporter github-actions-log
1818else
19- LINTFLAGS :=
20- FMTFLAGS :=
19+ LINTFLAGS :=
20+ FMTFLAGS :=
2121endif
2222
2323PROJECT := Coder\ Desktop
@@ -27,24 +27,24 @@ SWIFT_VERSION := 6.0
2727
2828MUTAGEN_RESOURCES := mutagen-agents.tar.gz mutagen-darwin-arm64 mutagen-darwin-amd64
2929ifndef MUTAGEN_VERSION
30- MUTAGEN_VERSION:=$(shell grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$$' $(PROJECT)/Resources/.mutagenversion)
30+ MUTAGEN_VERSION: =$(shell grep -E '^v[0-9]+\.[0-9]+\.[0-9]+$$'$(PROJECT ) /Resources/.mutagenversion)
3131endif
3232ifeq ($(strip $(MUTAGEN_VERSION ) ) ,)
33- $(error MUTAGEN_VERSION must be a valid version)
33+ $(error MUTAGEN_VERSION must be a valid version)
3434endif
3535
3636ifndef CURRENT_PROJECT_VERSION
37- CURRENT_PROJECT_VERSION:=$(shell git describe --match 'v[0-9]*' --dirty='.devel' --always --tags)
37+ CURRENT_PROJECT_VERSION: =$(shell git describe --match 'v[0-9]* ' --dirty='.devel' --always --tags)
3838endif
3939ifeq ($(strip $(CURRENT_PROJECT_VERSION ) ) ,)
40- $(error CURRENT_PROJECT_VERSION cannot be empty)
40+ $(error CURRENT_PROJECT_VERSION cannot be empty)
4141endif
4242
4343ifndef MARKETING_VERSION
44- MARKETING_VERSION:=$(shell git describe --match 'v[0-9]*' --tags --abbrev=0 | sed 's/^v//' | sed 's/-.*$$//')
44+ MARKETING_VERSION: =$(shell git describe --match 'v[0-9]* ' --tags --abbrev=0 | sed 's/^v//' | sed 's/-.* $$//')
4545endif
4646ifeq ($(strip $(MARKETING_VERSION ) ) ,)
47- $(error MARKETING_VERSION cannot be empty)
47+ $(error MARKETING_VERSION cannot be empty)
4848endif
4949
5050# Define the keychain file name first