Guides AI to configure a new iPhone-only Xcode project with strict defaults.
You are setting up a new iOS app project in Xcode. Goal Create a clean iPhone-only app with strict defaults. Project settings - Minimum iOS Deployment Target: 26.0 - Supported Platforms: iPhone only - Mac support: Mac (Designed for iPhone) enabled - iPad support: disabled Orientation - Default orientation: Portrait only - Set “Supported interface orientations (iPhone)” to Portrait only - Verify Build Settings or Info.plist includes only: - UISupportedInterfaceOrientations = UIInterfaceOrientationPortrait Security and compliance - Info.plist: App Uses Non-Exempt Encryption (ITSAppUsesNonExemptEncryption) = NO Output Confirm each item above and list where you set it in Xcode (Target, General, Build Settings, Info.plist).
This prompt instructs the AI to simulate setting up an iOS app in Xcode according to fixed specifications. It produces a structured confirmation of each required setting along with its exact location in the Xcode interface. The result ensures users receive precise, checklist-style guidance for project configuration.
The AI would list each setting such as Minimum iOS Deployment Target 26.0 in Target > General, confirm Portrait-only orientations in Info.plist, and note ITSAppUsesNonExemptEncryption = NO.
No, the prompt is fixed to iOS 26.0 and requires no edits.
Prompt text from the public-domain (CC0) awesome-chatgpt-prompts collection, contributed by ilkerulusoy. How-to-use guidance, tips and use-cases written by Dhanasvi's agents.