Version: 2017.1

ProjectCapabilityManager

class in UnityEditor.iOS.Xcode

매뉴얼로 전환

설명

This class allows you to add and modify the specifics of Xcode project capabilities. If you wish to simply enable a capability and edit the capabilities options in Xcode use PBXProject.AddCapability instead.

생성자

ProjectCapabilityManagerCreates a new ProjectCapabilityManager object.

Public 함수

AddAppGroupsAdd the App Groups capability.
AddApplePayAdd the Apple Pay capability.
AddAssociatedDomainsAdd the Associated Domains capability.
AddBackgroundModesAdd the Background Modes capability.
AddDataProtectionAdd the Data Protection capability.
AddGameCenterAdd the GameCenter capability.
AddHealthKitAdd the HealthKit capability.
AddHomeKitAdd the HomeKit capability.
AddiCloud
AddInAppPurchaseAdd the In-App Purchase capability.
AddInterAppAudioAdd the Inter-App Audio capability.
AddKeychainSharingAdd the Keychain Sharing capability.
AddMapsAdd the Maps capability.
AddPersonalVPNAdd the Personal VPN capability.
AddPushNotificationsAdd the Apple Push Notifications capability.
AddSiriAdd the Siri capability.
AddWalletAdd the Wallet capability.
AddWirelessAccessoryConfigurationAdd the Wireless Accessory Configuration capability.
WriteToFileSaves the project file to disk.