Enumeration<FileSet> e;
/**
* Get Dictionary from pbproj
*/
try {
dico = (Map) new Parser(new File(new Path(this.getProject(), getPbxproj()).toString())).propertyList();
} catch (Exception ex) {
ex.printStackTrace(System.err);
}
/**
* TODO: Handle Better Warnings