listless

A simple list app for Apple platforms
Log | Files | Refs | README | LICENSE

commit 676c929499b8fb6653ca84ff7984e3470a6b26a4
parent 21e88306240de60c1fa220a5bd1960bf5a6d3763
Author: Michael Camilleri <[email protected]>
Date:   Sat, 28 Feb 2026 03:15:08 +0900

Set version back to 1.0

Diffstat:
MListless.xcodeproj/project.pbxproj | 2++
Mproject.yml | 3+++
2 files changed, 5 insertions(+), 0 deletions(-)

diff --git a/Listless.xcodeproj/project.pbxproj b/Listless.xcodeproj/project.pbxproj @@ -568,6 +568,7 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = ListlessMac/Info.plist; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", @@ -586,6 +587,7 @@ CODE_SIGN_STYLE = Automatic; COMBINE_HIDPI_IMAGES = YES; INFOPLIST_FILE = ListlessMac/Info.plist; + INFOPLIST_KEY_LSApplicationCategoryType = "public.app-category.productivity"; LD_RUNPATH_SEARCH_PATHS = ( "$(inherited)", "@executable_path/../Frameworks", diff --git a/project.yml b/project.yml @@ -40,6 +40,7 @@ targets: path: ListlessiOS/Info.plist properties: CFBundleDisplayName: Listless + CFBundleShortVersionString: "1.0" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false LSRequiresIPhoneOS: true @@ -85,6 +86,7 @@ targets: path: ListlessMac/Info.plist properties: CFBundleDisplayName: Listless + CFBundleShortVersionString: "1.0" CFBundleVersion: $(CURRENT_PROJECT_VERSION) ITSAppUsesNonExemptEncryption: false LSMinimumSystemVersion: "14.0" @@ -94,6 +96,7 @@ targets: INFOPLIST_FILE: ListlessMac/Info.plist ASSETCATALOG_COMPILER_APPICON_NAME: AppIcon CODE_SIGN_STYLE: Automatic + INFOPLIST_KEY_LSApplicationCategoryType: public.app-category.productivity Listless iOS Unit Tests: type: bundle.unit-test