From 2c48835a87e292c96bacb8543f07713c68d93a95 Mon Sep 17 00:00:00 2001 From: Johan Bloemberg Date: Fri, 25 Jan 2019 22:55:34 +0100 Subject: [PATCH] Don't count changes to Info.plist (version bumps) --- Makefile | 2 +- WireGuardStatusbar/Info.plist | 4 ++-- WireGuardStatusbarHelper/Info.plist | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Makefile b/Makefile index 375d712..9ac3e87 100644 --- a/Makefile +++ b/Makefile @@ -17,7 +17,7 @@ version?=$(shell git describe --tags --always --abbrev=0) next_version:=$(shell echo ${version} | ( IFS=".$$IFS" ; read major minor && echo $$major.$$((minor + 1)) )) new_version?=${next_version} revisions=$(shell git rev-list --all --count) -helper_revisions=$(shell git rev-list --all --count WireGuardStatusbarHelper/*) +helper_revisions=$(shell git rev-list --all --count WireGuardStatusbarHelper/*.swift) # without argument make will run all tests and checks, build a distributable image and install the app in /Applications .PHONY: all diff --git a/WireGuardStatusbar/Info.plist b/WireGuardStatusbar/Info.plist index 43b0e68..0130f78 100644 --- a/WireGuardStatusbar/Info.plist +++ b/WireGuardStatusbar/Info.plist @@ -17,9 +17,9 @@ CFBundlePackageType APPL CFBundleShortVersionString - 1.22 + 1.23 CFBundleVersion - 125 + 128 LSApplicationCategoryType public.app-category.utilities LSMinimumSystemVersion diff --git a/WireGuardStatusbarHelper/Info.plist b/WireGuardStatusbarHelper/Info.plist index 7868850..23b17f8 100644 --- a/WireGuardStatusbarHelper/Info.plist +++ b/WireGuardStatusbarHelper/Info.plist @@ -9,7 +9,7 @@ CFBundleName WireGuardStatusbarHelper CFBundleShortVersionString - 1.22 + 1.23 CFBundleVersion 35 Hash