Skip to content

Commit

Permalink
Don't count changes to Info.plist (version bumps)
Browse files Browse the repository at this point in the history
  • Loading branch information
Johan Bloemberg committed Jan 25, 2019
1 parent b73bd0c commit 2c48835
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions WireGuardStatusbar/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@
<key>CFBundlePackageType</key>
<string>APPL</string>
<key>CFBundleShortVersionString</key>
<string>1.22</string>
<string>1.23</string>
<key>CFBundleVersion</key>
<string>125</string>
<string>128</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
2 changes: 1 addition & 1 deletion WireGuardStatusbarHelper/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<key>CFBundleName</key>
<string>WireGuardStatusbarHelper</string>
<key>CFBundleShortVersionString</key>
<string>1.22</string>
<string>1.23</string>
<key>CFBundleVersion</key>
<string>35</string>
<key>Hash</key>
Expand Down

0 comments on commit 2c48835

Please sign in to comment.