public override void UpdateVars() { buildConfigList = GetPropertyString("buildConfigurationList"); name = GetPropertyString("name"); phases = GetPropertyList("buildPhases"); dependencies = GetPropertyList("dependencies"); }
public override void UpdateVars() { children = GetPropertyList("children"); path = GetPropertyString("path"); name = GetPropertyString("name"); if (name == null) { name = path; } if (path == null) { path = ""; } tree = FileTypeUtils.ParseSourceTree(GetPropertyString("sourceTree")); }
public override void UpdateVars() { files = GetPropertyList("files"); }
public override void UpdateVars() { buildConfigs = GetPropertyList("buildConfigurations"); }