Setting Up a New iOS App in Xcode prompt
Coding24.2K
按严格默认配置创建仅限 iPhone 的应用
Configures a clean iPhone-only Xcode project
Full prompt
你正在 Xcode 中搭建一个新的 iOS 应用项目。 目标 创建一个采用严格默认配置、仅限 iPhone 的纯净应用。 项目设置 - 最低 iOS 部署目标(Deployment Target):26.0 - 支持平台:仅 iPhone - Mac 支持:启用 Mac(Designed for iPhone) - iPad 支持:禁用 屏幕方向 - 默认方向:仅竖屏 - 将“Supported interface orientations (iPhone)”设为仅竖屏 - 核实 Build Settings 或 Info.plist 仅包含: - UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait 安全与合规 - Info.plist:App Uses Non-Exempt Encryption (ITSAppUsesNonExemptEncryption) = NO 输出 确认以上每一项,并列出你在 Xcode 中设置它们的位置(Target、General、Build Settings、Info.plist)。
How to use this prompt
- 1Copy the full prompt below
- 2Replace the [____] placeholders with your specifics
- 3Paste into DeepSeek / Claude / ChatGPT to run