Namespace UnityEditor.iOS.Xcode.Custom
Classes
PBXCapabilityType
List of all the capabilities available.
PBXProject
PlistDocument
PlistElement
PlistElementArray
PlistElementBoolean
PlistElementDate
PlistElementDict
PlistElementInteger
PlistElementReal
PlistElementString
ProjectCapabilityManager
The ProjectCapabilityManager class helps to add capabilities to the Xcode project. This operation potentially involves modification of any of the pbxproj file, the entitlements file(s) and Info.plist file(s). The manager assumes ownership of all of these files until the last WriteToFile() invocation.