Compare commits

...

2 Commits

Author SHA1 Message Date
Jason A. Donenfeld dca0fb29f6 Version: CFBundleVersion must always increase for macOS app store
So we'll just start doing it like that, then.

Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-03-19 06:00:40 +01:00
Jason A. Donenfeld af9c800af8 Swiftlint: variable_name -> identifier_name
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
2019-03-18 22:26:13 -06:00
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -20,6 +20,6 @@ opt_in_rules:
- unneeded_parentheses_in_closure_argument
- unused_import
- trailing_closure
variable_name:
identifier_name:
min_length:
warning: 0
+1 -1
View File
@@ -1,2 +1,2 @@
VERSION_NAME = 0.0.20190319
VERSION_ID = 1
VERSION_ID = 4