txtodo

[DORMANT] a minimalist todo list app inspired by jeff huang
git clone git://git.figbert.com/txtodo.git
Log | Files | Refs | README

commit 1e30dbdd6a29b01a3d26cce7c72eec2c50337302
parent 203ca15891d831dbead841ed40b554ddc853feb0
Author: FIGBERT <figbert@figbert.com>
Date:   Wed, 23 Sep 2020 17:33:17 -0700

Move macOS versioning from 3.0.0 to 1.0.0

Diffstat:
MmacOS/Info.plist | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/macOS/Info.plist b/macOS/Info.plist @@ -17,9 +17,9 @@ <key>CFBundlePackageType</key> <string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string> <key>CFBundleShortVersionString</key> - <string>3.0.0</string> + <string>1.0.0</string> <key>CFBundleVersion</key> - <string>3.0.0</string> + <string>1.0.0</string> <key>LSApplicationCategoryType</key> <string>public.app-category.productivity</string> <key>LSMinimumSystemVersion</key>