ReadFromString(string)
Reads the scheme from the given string.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEditor.iOS.Xcode
- Assembly: UnityEditor.iOS.Extensions.Xcode
public void ReadFromString(string text)
Parameters
A string containing a properly formatted XcScheme plist document.
Remarks
The existing values of this XcScheme instance are discarded and replaced with the values in the string.