UnityEditor.iOS.Xcode.PBXProject.RemoveBuildPropertyForConfig C# (CSharp) Méthode

RemoveBuildPropertyForConfig() private méthode

private RemoveBuildPropertyForConfig ( IEnumerable configGuids, string name ) : void
configGuids IEnumerable
name string
Résultat void
        internal void RemoveBuildPropertyForConfig(IEnumerable<string> configGuids, string name)
        {
            foreach (string str in configGuids)
            {
                this.RemoveBuildPropertyForConfig(str, name);
            }
        }

Same methods

PBXProject::RemoveBuildPropertyForConfig ( string configGuid, string name ) : void
PBXProject