README.md (1450B)
1 # Listless 2 3 Listless is a simple list app for Apple platforms. It is intended to run on 4 iPhone, iPad, Mac and Apple Watch. It syncs via iCloud and is designed to make 5 adding, reordering and completing items fast. 6 7 Listless was programmed by Claude Code and OpenAI Codex under human direction. 8 9 ## Requirements 10 11 Listless is a Swift 6 project that produces executables for iOS and macOS. It 12 targets iOS/iPadOS devices running iOS/iPadOS/watchOS 26 and macOS devices 13 running macOS 15. It has not been tested with macOS 26. 14 15 ## Setup 16 17 This repository contains the source code and Xcode project files necessary for 18 compiling the project. 19 20 ```console 21 $ git clone [email protected]:pyrmont/listless.git 22 $ cd listless 23 $ open Listless.xcodeproj 24 ``` 25 26 ## Bugs 27 28 Found a bug? I'd love to know about it. It really helps to report bugs in the 29 [Issues section][ghi] on GitHub. 30 31 [ghi]: https://github.com/pyrmont/listless/issues 32 33 ## Licence 34 35 The source code for Listless is released under the Apache Licence, Version 2.0. 36 See [LICENSE][lc] for more details. 37 38 [lc]: https://github.com/pyrmont/listless/blob/master/LICENSE 39 40 ### Trade Marks 41 42 The rights in the 'LISTLESS' mark and the 'LISTLESS LOGO' mark are reserved and 43 are not covered by the licence. This means that while you're free to use the 44 source code to create your own version of the app (which you can even sell on 45 the App Store), you **cannot** do so using the 'LISTLESS' mark and/or the 46 'LISTLESS LOGO' mark.