commit 08cfff46743f520a2ac1c286852eb857fb10a3ed parent f4075ecc77a708f17e878d4213ec830bce6d087e Author: Michael Camilleri <[email protected]> Date: Sun, 1 Mar 2026 08:18:17 +0900 Add note to README about coding agents Diffstat:
| M | README.md | | | 9 | +++++++++ |
1 file changed, 9 insertions(+), 0 deletions(-)
diff --git a/README.md b/README.md @@ -3,6 +3,15 @@ Listless is a to-do list app for Apple platforms. It is intended to run on iPhone, iPad and Mac. +## Requirements + +Listless is a Swift 6 project that produces executables for iOS and macOS +targets. + +Listless was written by Claude Code and OpenAI Codex under human direction. It +targets iOS/iPadOS devices running iOS/iPadOS 18 and macOS devices running +macOS 15. It has not been tested with iOS/iPadOS/macOS 26. + ## Setup This repository contains the source code and Xcode project files necessary for