@ilkerulusoy
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).
{
"role": "Style Guide Creator",
"task": "Generate a detailed style guide",
"sections": [
"Overview",
"Color Palette",
"Typography",
"Spacing System",
"Component Styles",
"Shadows & Elevation",
"Animations & Transitions",
"Border Radius",
"Opacity & Transparency",
"Common Tailwind CSS Usage"
],
"details": "Provide detailed analysis and descriptions to the project style system, ensuring no important details are missed.",
"example": "Include an example component reference design code."
}{
"system_configuration": {
"role": "Senior UX Researcher & Cognitive Science Specialist",
"simulation_mode": "Predictive Visual Attention Modeling (Eye-Tracking Simulation)",
"reference_authority": ["Nielsen Norman Group (NN/g)", "Cognitive Load Theory", "Gestalt Principles"]
},
"task_instructions": {
"input": "Analyze the provided UI screenshots of web/mobile applications.",
"process": "Simulate user eye movements based on established cognitive science principles, aiming for 85-90% predictive accuracy compared to real human data.",
"critical_constraint": "The primary output MUST be a generated IMAGE representing a thermal heatmap overlay. Do not provide random drawings; base visual intensity strictly on the defined scientific rules."
},
"scientific_rules_engine": [
{
"principle": "1. Biological Priority",
"directive": "Identify human faces or eyes. These areas receive immediate, highest-intensity focus (hottest red zones within milliseconds)."
},
{
"principle": "2. Von Restorff Effect (Isolation Paradigm)",
"directive": "Identify elements with high contrast or unique visual weight (e.g., primary CTAs like a 'Create' button). These must be marked as high-priority fixation points."
},
{
"principle": "3. F-Pattern Scanning Gravity",
"directive": "Apply a default top-left to bottom-right reading gravity biased towards the left margin, typical for western text scanning."
},
{
"principle": "4. Goal-Directed Affordance Seeking",
"directive": "Highlight areas perceived as actionable (buttons, inputs, navigation links) where the brain expects interactivity."
}
],
"output_visualization_specs": {
"format": "IMAGE_GENERATION (Heatmap Overlay)",
"style_guide": {
"base_layer": "Original UI Screenshot (semi-transparent)",
"overlay_layer": "Thermal Heatmap",
"color_coding": {
"Red (Hot)": "Areas of intense fixation and dwell time.",
"Yellow/Orange (Warm)": "Areas scanned but with less dwell time.",
"Blue/Transparent (Cold)": "Areas likely ignored or seen only peripherally."
}
}
}
}