AddWatchExtension(PBXProject, string, string, string, string)
Creates a watch extension.
Read time 1 minuteLast updated 12 days ago
Definition
- Type: Method
- Namespace: UnityEditor.iOS.Xcode.Extensions
- Assembly: UnityEditor.iOS.Extensions.Xcode
public static string AddWatchExtension(this PBXProject proj, string mainTarget, string name, string bundleId, string infoPlistPath)
Parameters
The implicit parameter for the extension method.
thisThe GUID of the main target to link the watch extension to.
The name of the watch extension.
The bundle ID of the watch extension. This bundle ID must include the bundle ID that is later used for watch app as a prefix. That is, the structure of the ID is as follows: watchAppBundleId + ".a_subdomain".
Path to the watch extension Info.plist document.
Returns
Type | Description |
|---|---|
| string | The GUID of the new target. |