listless

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

commit 404fc4662ced07aa5ab2136c11f2a9197b426eac
parent c068367cd2ccb2e8b2f1fe3e307ae2c456fb522a
Author: Michael Camilleri <[email protected]>
Date:   Thu,  5 Mar 2026 09:12:07 +0900

Add brief description of project to AGENTS.md

Diffstat:
MAGENTS.md | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/AGENTS.md b/AGENTS.md @@ -1,5 +1,7 @@ # Repository Guidelines +Listless is a to-do list app for Apple platforms. It is intended to run on iPhone, iPad and Mac. + ## Project Structure & Module Organization - `Listless.xcodeproj` coordinates two app targets: "Listless iOS" (iPhone/iPad) and "Listless macOS" (native Mac), both sharing code from the `Listless/` directory. - `project.yml` defines the Xcode project structure for XcodeGen; run `xcodegen generate` to regenerate the project after modifying it.