iOS development
In iOS development, it is an XML file used to store application-related information, which contains many attributes to configure the application. The following are the commonly used properties and their detailed descriptions:
Bundle identifier
(Bundle identifier):
A unique identifier for an application, usually consists of two parts: "".
Bundle name
(Bundle name):
The name of the application that appears in the device.
Bundle version
(Bundle version):
The application version number is usually composed of three parts: "main version number, minor version number, and revision version number".
Bundle display name
(Bundle display name):
The name displayed in the device.
MinimumOSVersion
(Minimum supported operating system version):
The minimum iOS version that the application can run.
LSRequiresIPhoneOS
(Iphone OS is required):
Determine whether the app can only run on iPhone devices or on iOS devices such as iPad.
UIApplicationExitsOnSuspend
(Exit when the application hangs):
Decide whether to exit the application completely when the user presses the Home button and hangs the application.
Privacy - Camera Usage Description
(Camera Instructions):
The application is used to add the description text that needs to be added when requesting camera access.
Privacy - Location When In Use Usage Description
(Get location description when using):
The description text that needs to be added when requesting the application to use location data.
UIRequiredDeviceCapabilities
(Required equipment functions):
Specify the device features required by the application, such as Bluetooth, GPS, etc.
CFBundleIconFiles
(Icon File):
Specifies the icon file name used by the application.
CFBundleURLTypes
(URL type):
Declare the URL types supported by the application, such as http, ftp, etc.
UISupportedInterfaceOrientations
(Supported device direction):
Specifies the screen orientation supported by the application.
CFBundleShortVersionString
(version string):
The version string of a mobile application, usually in format.
Queried URL Schemes
(Unified resource locator):
URL Schemes for declaring other applications supported by the application
Queried URL Schemes details
URL Schemes is part of a unified resource locator (URL) that uniquely identifies applications on a device. By supporting the URL Schemes of other applications, applications can allow other applications to use their own specific features or services.
The Queried URL Schemes property allows an application to declare the URL Schemes of other applications it supports and tells the operating system which applications may query or interact with. When the application is installed on the device, the operating system records the Queried URL Schemes information in the device registry so that other applications can find the relevant URL Schemes and applications when querying and interacting.
For example, if your application supports interacting with social media applications, you can add a Queried URL Schemes property to declare the URL Schemes of the social media applications they support. This way, other applications can use these URL Schemes to find and interact with your application.
Before implementing URL Schemes that support other applications, you may want to determine which applications you want to interact with and understand the URL Schemes they are using. This can be done by querying their documents or trying to use their URL Schemes. For applications that do not publicly or simply support URL Schemes, integration with developers or specific APIs may be required to enable interaction
List in detail
CFBundleName: The name of the application. This key is used to set the title and name of the application.
CFBundleIdentifier: The identifier of the application. This key is used to set a unique identifier for an application and is usually used to publish an application in the app store.
CFBundleShortVersionString: The version number of the application. This key is used to set the version name and numeric version number of the application.
CFBundleVersion: The version number of the application. This key is used to set the version number of the application and is usually the same value as the CFBundleShortVersionString key.
CFBundleInfoDictionaryVersion: The version number of the file. This key is used to set the version number of the file, usually the same as the version number of the application.
CFBundleNamePrefix: Prefix for the application name. This key is used to set the prefix of the application name, usually used to display the name on the application icon.
CFBundleDevelopmentRegion: The development area of the application. This key is used to set the development area of the application and is usually used to set language and currency settings.
CFBundleLocalizations: Localized version of the application. This key is used to set the localized version of the application, usually used to set the localized version of the language and localized strings.
CFBundleExecutable: The executable file name of the application. This key is used to set the executable file name of the application.
CFBundleIconFile: The icon file name of the application. This key is used to set the icon file name of the application.
LSMinimumSystemVersion: Operating system version requirements. This key is used to set the operating system version requirements of the application, and is usually used to set the operating system version requirements in the application's files.
LSApplicationQueriesSchemes: The application's query protocol. This key is used to set up the application's query protocol and is usually used to open and save documents in the application.
CFBundleURLSchemes: The URL type of the application. This key is used to set the URL type of the application, and is usually used to set the external URL type of the application.
LSApplicationSupportsImageClass: The image type supported by the application. This key is used to set the image type supported by the application and is usually used to display images in the application.
CFBundleDocumentTypes: The document type supported by the application. This key is used to set the document type supported by the application and is usually used to open and save documents in the application.
LSMinimumOSVersion: Operating system version requirements. This key is used to set the operating system version requirements of the application, and is usually used to set the operating system version requirements in the application's files.
CFBundleInfoDictionaryPath: File path. This key is used to set the path to a file, and is usually used to set the path to a file in the application's file.
CFBundleDevelopmentRegions: The development area of the application. This key is used to set the development area of the application and is usually used to set language and currency settings.
CFBundleSignature: The signature of the application. This key is used to set the signature of the application and is used to ensure the integrity and security of the application.
CFBundleIdentifiers: The identifier of the application. This key is used to set multiple identifiers of the application, such as a unique identifier and a publish identifier of the application.
CFBundleIcons: Application icon. This key is used to set multiple icons of the application, such as the main icon and the launch icon of the application.
CFBundlePackageType: The package type of the application. This key is used to set the package type of the application, such as .ipa or .appx.
UIStatusBarStyle: The application's status bar style. This key is used to style the application's status bar, such as showing or hiding the status bar.
UISplashScreenImageName: The application's startup screen. This key is used to set the startup screen of the application and is usually used to display images when the application starts.
UIRequiresBatteryCharging: Battery requirements for the application. This key is used to set the battery requirements of the application, such as whether the battery needs to be charged.
UIStatusBarHidden: Whether the status bar of the application is visible. This key is used to set whether the status bar of the application is visible and is usually used to hide the status bar in the application.
UIUserInterfaceLayoutDirection: The user interface orientation of the application. This key is used to set the user interface orientation of the application, such as left or right rotation.
UIBarStyle: The application's navigation bar and status bar style. This key is used to set the application's navigation and status bar styles, such as the default or vertical style.
CFBundleDisplayName: The name of the application. This key is used to set the name of the application, usually used to display the name on the application's icon.
CFBundleIdentifier: The identifier of the application. This key is used to set a unique identifier for the application, and is usually used to set an identifier for the application in the application's file.
CFBundleName: The name of the application. This key is used to set the name of the application, and is usually used to set the name of the application in the application's file.
LSApplicationCategory: Application classification. This key is used to set the classification of the application, such as the default classification, game classification, or social media classification.
LSApplicationTrust: The trust level of the application. This key is used to set the trust level of the application, such as default trust, low trust, or high trust.
UIRequiresFullScreen: Whether the application needs full screen. This key is used to set whether the application needs full screen, such as whether it needs to run in full screen mode.
UIDeviceFamily: The family type of the device. This key is used to set the family type of the device, such as an iPhone, iPad, or iPod Touch.
UIScreenResolution: The resolution of the screen. This key is used to set the resolution of the screen, such as a high resolution screen or a normal resolution screen.
UIUserNotificationStyle: The style of notification. This key is used to set the style of notifications, such as the default style or the warning style.
UILaunchImages: The startup image of the application. This key is used to set up the startup image of the application, which is usually used to display images when the application starts.
The above is a detailed detailed explanation of the knowledge of iOS development and storage applications. For more information about iOS development and storage applications, please pay attention to my other related articles!