public static void ProcessNativeExtension(string buildPath) { projectSetting = XcodeProjectSetting.Current; if (projectSetting == null) { Debug.LogError("Xcode Project Setting is null"); return; } ModifyProject(buildPath); SetInfoPlist(buildPath); }
protected override void OnEnable() { mCurrentSetting = XcodeProjectSetting.Current; }