Permalink
Cannot retrieve contributors at this time
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
PASSAnnotator/PASSAnnotator.xcodeproj/project.pbxproj
Go to fileThis commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
96 lines (91 sloc)
3.09 KB
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// !$*UTF8*$! | |
{ | |
archiveVersion = 1; | |
classes = { | |
}; | |
objectVersion = 46; | |
objects = { | |
/* Begin PBXFileReference section */ | |
B16A7F0C1ECF1D9E004F1B12 /* PassParser.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = PassParser.pm; path = lib/Tests/PassParser.pm; sourceTree = "<group>"; }; | |
B179B9361EC676A1006FA542 /* PASSAnnotator.pl */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; path = PASSAnnotator.pl; sourceTree = "<group>"; }; | |
B1BE38C01ECDA7FF0017F94D /* Bed.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = Bed.pm; path = lib/Record/Bed.pm; sourceTree = "<group>"; }; | |
B1BE38C11ECDA7FF0017F94D /* Pass.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = Pass.pm; path = lib/Record/Pass.pm; sourceTree = "<group>"; }; | |
B1BE38C81ECDC5380017F94D /* BedParser.pm */ = {isa = PBXFileReference; lastKnownFileType = text.script.perl; name = BedParser.pm; path = lib/Tests/BedParser.pm; sourceTree = "<group>"; }; | |
/* End PBXFileReference section */ | |
/* Begin PBXGroup section */ | |
B179B92F1EC675A9006FA542 = { | |
isa = PBXGroup; | |
children = ( | |
B1BE38C51ECDC20F0017F94D /* Tests */, | |
B1BE38C41ECDC1EF0017F94D /* Record */, | |
B179B9361EC676A1006FA542 /* PASSAnnotator.pl */, | |
); | |
sourceTree = "<group>"; | |
}; | |
B1BE38C41ECDC1EF0017F94D /* Record */ = { | |
isa = PBXGroup; | |
children = ( | |
B1BE38C11ECDA7FF0017F94D /* Pass.pm */, | |
B1BE38C01ECDA7FF0017F94D /* Bed.pm */, | |
); | |
name = Record; | |
sourceTree = "<group>"; | |
}; | |
B1BE38C51ECDC20F0017F94D /* Tests */ = { | |
isa = PBXGroup; | |
children = ( | |
B1BE38C81ECDC5380017F94D /* BedParser.pm */, | |
B16A7F0C1ECF1D9E004F1B12 /* PassParser.pm */, | |
); | |
name = Tests; | |
sourceTree = "<group>"; | |
}; | |
/* End PBXGroup section */ | |
/* Begin PBXProject section */ | |
B179B9301EC675A9006FA542 /* Project object */ = { | |
isa = PBXProject; | |
attributes = { | |
LastUpgradeCheck = 0720; | |
}; | |
buildConfigurationList = B179B9331EC675A9006FA542 /* Build configuration list for PBXProject "PASSAnnotator" */; | |
compatibilityVersion = "Xcode 3.2"; | |
developmentRegion = English; | |
hasScannedForEncodings = 0; | |
knownRegions = ( | |
en, | |
); | |
mainGroup = B179B92F1EC675A9006FA542; | |
projectDirPath = ""; | |
projectRoot = ""; | |
targets = ( | |
); | |
}; | |
/* End PBXProject section */ | |
/* Begin XCBuildConfiguration section */ | |
B179B9341EC675A9006FA542 /* Debug */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
}; | |
name = Debug; | |
}; | |
B179B9351EC675A9006FA542 /* Release */ = { | |
isa = XCBuildConfiguration; | |
buildSettings = { | |
}; | |
name = Release; | |
}; | |
/* End XCBuildConfiguration section */ | |
/* Begin XCConfigurationList section */ | |
B179B9331EC675A9006FA542 /* Build configuration list for PBXProject "PASSAnnotator" */ = { | |
isa = XCConfigurationList; | |
buildConfigurations = ( | |
B179B9341EC675A9006FA542 /* Debug */, | |
B179B9351EC675A9006FA542 /* Release */, | |
); | |
defaultConfigurationIsVisible = 0; | |
defaultConfigurationName = Release; | |
}; | |
/* End XCConfigurationList section */ | |
}; | |
rootObject = B179B9301EC675A9006FA542 /* Project object */; | |
} |