示例#1
0
 public override void UpdateVars()
 {
     buildConfigList = GetPropertyString("buildConfigurationList");
     name            = GetPropertyString("name");
     phases          = GetPropertyList("buildPhases");
     dependencies    = GetPropertyList("dependencies");
 }
示例#2
0
 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"));
 }
示例#3
0
 public override void UpdateVars()
 {
     files = GetPropertyList("files");
 }
示例#4
0
 public override void UpdateVars()
 {
     buildConfigs = GetPropertyList("buildConfigurations");
 }