Exemplo n.º 1
0
 public PlistWriter(BundleAppTask task, StructureBuilder builder)
 {
     _task    = task;
     _builder = builder;
 }
Exemplo n.º 2
0
 public AppBundler(BundleAppTask task, StructureBuilder builder)
 {
     _task    = task;
     _builder = builder;
 }
Exemplo n.º 3
0
 public StructureBuilder(BundleAppTask task)
 {
     _task = task;
 }