Xcode project Cursor prompt
In Cursor, open a new iOS project folder and paste this prompt:
"Create a SwiftUI iOS app called Poplist.
Data model: TaskItem(id, text, category, timing, style, colour, createdAt).
Categories: Work, Home, Personal, Other.
Use Firebase Auth (Sign In with Apple) and Firestore.
Store tasks at /users/{uid}/tasks/{taskId}.
Match the design tokens in CLAUDE.md exactly.
Add App Check with DeviceCheck."