public static string AddWatchExtension (iOS.Xcode.PBXProject proj, string mainTarget, string name, string bundleId, string infoPlistPath);

参数

proj扩展方法的隐式 this 参数。
mainTarget要将手表扩展关联到的主目标的 GUID。
name手表扩展的名称。
bundleId手表扩展的 Bundle ID。此 Bundle ID 必须将稍后用于手表应用程序的 Bundle ID 作为前缀。也就是说,该 ID 的结构如下:watchAppBundleId + ".a_subdomain".
infoPlistPath手表扩展 Info.plist 文档的路径。

返回

string 新目标的 GUID。

描述

创建一个手表扩展。