Skip to content

Instantly share code, notes, and snippets.

@NDCSwift
NDCSwift / gist:4407f9b0b04660e5beebb26031f0ac90
Created April 19, 2026 18:41
Info.plist gist for Volumetric windows in VsionOS
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>UIApplicationSceneManifest</key>
<dict>
<key>UIApplicationSupportsMultipleScenes</key>
<true/>
<key>UIApplicationPreferredDefaultSceneSessionRole</key>
<string>UIWindowSceneSessionRoleVolumetricApplication</string>
Claude Creates Feature Prompts (Prize Wheel)
PROMPT 1 — Context Brief
You are helping me build a Prize Wheel feature for an iOS app.
Here is the complete scope so you have full context before we write any code:
Feature overview:
- A customisable spinning prize wheel
@NDCSwift
NDCSwift / CLAUDE.md
Created March 4, 2026 18:56
A simple template for Swift 6 and iOS development in Xcode using Agentic coding (Claude or Codex)

Project Context

Overview

  • iOS 26 SwiftUI app targeting iPhone and iPad
  • Minimum deployment: iOS 26
  • Swift 6 with strict concurrency
  • Uses SwiftUI throughout - no UIKit unless absolutely necessary

Architecture

Create a claude.md file for this project. Include: project purpose, key architecture decisions, coding conventions, and how you should approach common tasks like debugging and adding features.

This function [name] should [expected behavior], but currently [actual behavior]. The error is [error message].

Add [feature] to [file]. It should [specific behavior]. Follow our existing pattern in [similar file]. Consider [edge cases]. Update tests in [test file].