Version: 2021.3
LanguageEnglish
  • C#

PBXCapabilityType

class in UnityEditor.iOS.Xcode

Suggest a change

Success!

Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.

Close

Submission failed

For some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.

Close

Cancel

Description

Represents what a capability modifies in a PBXProject.

Static Properties

AccessWiFiInformationDefinition of the Access WiFi Information capability requirements.
AppGroupsDefinition of the App Groups capability requirements.
ApplePayDefinition of the Apple Pay capability requirements.
AssociatedDomainsDefinition of the Associated Domains capability requirements.
BackgroundModesDefinition of the Background Modes capability requirements.
DataProtectionDefinition of the Data Protection capability requirements.
GameCenterDefinition of the GameCenter capability requirements.
GameControllersTVOSDefinition of the tvOS Game Controller capability requirements.
HealthKitDefinition of the HealthKit capability requirements.
HomeKitDefinition of the HomeKit capability requirements.
iCloudDefinition of the iCloud capability requirements.
InAppPurchaseDefinition of the In-App Purchase capability requirements.
InterAppAudioDefinition of the Inter-App Audio capability requirements.
KeychainSharingDefinition of the Keychain Sharing capability requirements.
MapsDefinition of the Maps capability requirements.
PersonalVPNDefinition of the Personal VPN capability requirements.
PushNotificationsDefinition of the Push Notifications capability requirements.
SignInWithAppleDefinition of the Sign in with Apple capability requirements.
SiriDefinition of the Siri capability requirements.
WalletDefinition of the Wallet capability requirements.
WirelessAccessoryConfigurationDefinition of the Wireless Accessory Configuration capability requirements.

Properties

frameworkSpecifies a framework required by the capability.
idSpecifies the capability identifier.
optionalFrameworkSpecifies an optional framework a capability may use.
requiresEntitlementsSpecifies if a capability requires entitlements.

Constructors

PBXCapabilityTypeThis object represents what a capability changes in the PBXProject file.

Static Methods

StringToPBXCapabilityTypeConvenience method that converts a reverse DNS name(i.e. com.apple.iCloud) to a PBXCapabilityType.