Kind Xcode.Xcode3.ProjectTemplateUnitKind Identifier com.highcaffeinecontent.catalyst.base Ancestors com.apple.dt.unit.applicationBase com.apple.dt.unit.iosBase_Definitions com.apple.dt.unit.crossPlatformBase com.apple.dt.unit.prefixable Platforms com.apple.platform.iphoneos Targets TargetIdentifier com.apple.dt.iosApplicationTarget SharedSettings ASSETCATALOG_COMPILER_APPICON_NAME AppIcon LD_RUNPATH_SEARCH_PATHS $(inherited) @executable_path/Frameworks TARGETED_DEVICE_FAMILY 1,2 SDKROOT auto IPHONEOS_DEPLOYMENT_TARGET latest_iphoneos CODE_SIGN_IDENTITY iPhone Developer Configurations Release VALIDATE_PRODUCT YES Nodes Info.plist:iPhone Info.plist:UIRequiredDeviceCapabilities:base Info.plist:LaunchScreen Info.plist:UISupportedInterfaceOrientations~iPhone Info.plist:UISupportedInterfaceOrientations~iPad Info.plist:ITSAppUsesNonExemptEncryption Info.plist:UIApplicationSupportsIndirectInputEvents Base.lproj/LaunchScreen.storyboard Definitions Info.plist:iPhone <key>LSRequiresIPhoneOS</key> <true/> Info.plist:UIRequiredDeviceCapabilities Beginning <key>UIRequiredDeviceCapabilities</key> <array> End </array> Indent 1 Info.plist:UIRequiredDeviceCapabilities:base <string>armv7</string> Info.plist:statusBarTintForNavBar <key>UIStatusBarTintParameters</key> <dict> <key>UINavigationBar</key> <dict> <key>Style</key> <string>UIBarStyleDefault</string> <key>Translucent</key> <false/> </dict> </dict> Info.plist:UIStatusBarHidden <key>UIStatusBarHidden</key> <true/> Info.plist:LaunchScreen <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> Info.plist:ITSAppUsesNonExemptEncryption <key>ITSAppUsesNonExemptEncryption</key> <false/> Info.plist:UIApplicationSceneManifest-Swift <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <true/> <key>UISceneConfigurations</key> <dict> <key>UIWindowSceneSessionRoleApplication</key> <array> <dict> <key>UISceneConfigurationName</key> <string>Default Configuration</string> <key>UISceneDelegateClassName</key> <string>$(PRODUCT_MODULE_NAME).___VARIABLE_classPrefix___SceneDelegate</string> </dict> </array> </dict> </dict> Info.plist:UIApplicationSceneManifest-ObjectiveC <key>UIApplicationSceneManifest</key> <dict> <key>UIApplicationSupportsMultipleScenes</key> <true/> <key>UISceneConfigurations</key> <dict> <key>UIWindowSceneSessionRoleApplication</key> <array> <dict> <key>UISceneConfigurationName</key> <string>Default Configuration</string> <key>UISceneDelegateClassName</key> <string>___VARIABLE_classPrefix___SceneDelegate</string> </dict> </array> </dict> </dict> Info.plist:UIApplicationSupportsIndirectInputEvents <key>UIApplicationSupportsIndirectInputEvents</key> <true/> Base.lproj/LaunchScreen.storyboard Path LaunchScreen.storyboard SortOrder 101 Project SharedSettings CODE_SIGN_IDENTITY[sdk=iphoneos*] iPhone Developer SWIFT_VERSION 5.0 Options Identifier classPrefix Name Class Prefix Description The prefix to prepend to all created classes Type text Placeholder XYZ Required Identifier languageChoice Units Objective-C Nodes Info.plist:UIApplicationSceneManifest-ObjectiveC Swift Nodes Info.plist:UIApplicationSceneManifest-Swift Identifier deployment_target Type popup Name Deployment Target Description Select the minimum iOS version to support. Default latest_iphoneos Values latest_iphoneos 13.0 14.0 15.0 16.0 17.0