mirror of
https://github.com/ksherlock/profuse.git
synced 2024-12-22 20:29:59 +00:00
ef1874977b
git-svn-id: https://profuse.googlecode.com/svn/branches/v2@400 aa027e90-d47c-11dd-86d7-074df07e0730
1482 lines
77 KiB
Plaintext
1482 lines
77 KiB
Plaintext
// !$*UTF8*$!
|
|
{
|
|
archiveVersion = 1;
|
|
classes = {
|
|
};
|
|
objectVersion = 46;
|
|
objects = {
|
|
|
|
/* Begin PBXBuildFile section */
|
|
B60BD4A414086E0600329025 /* libosxfuse.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B60BD4A314086E0600329025 /* libosxfuse.dylib */; };
|
|
B60BD4A514086E0600329025 /* libosxfuse.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B60BD4A314086E0600329025 /* libosxfuse.dylib */; };
|
|
B60BD4B71408705400329025 /* xattr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272A9211D5AC3C0073C73A /* xattr.cpp */; };
|
|
B6272A9311D5AC440073C73A /* apfm.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272A8E11D5AC3C0073C73A /* apfm.cpp */; };
|
|
B6272A9411D5AC4C0073C73A /* fuse_pascal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272A8F11D5AC3C0073C73A /* fuse_pascal.cpp */; };
|
|
B6272A9511D5AC530073C73A /* fuse_pascal_ops.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272A9011D5AC3C0073C73A /* fuse_pascal_ops.cpp */; };
|
|
B6272A9611D5AC560073C73A /* newfs_pascal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272A9111D5AC3C0073C73A /* newfs_pascal.cpp */; };
|
|
B6272AAA11D5AE0C0073C73A /* Bitmap.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272AA511D5AE0C0073C73A /* Bitmap.cpp */; };
|
|
B6272AAB11D5AE0C0073C73A /* DateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272AA711D5AE0C0073C73A /* DateTime.cpp */; };
|
|
B63EFCD211A36C8B00C90DCE /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B63EFCD311A36C8B00C90DCE /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B63EFCD411A36C8B00C90DCE /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B63EFCD511A36C8B00C90DCE /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B63EFCD611A36C8B00C90DCE /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B63EFCD711A36C8B00C90DCE /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B63EFCD811A36C8B00C90DCE /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B63EFCD911A36C8B00C90DCE /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B63EFCDA11A36C8B00C90DCE /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B63EFCDB11A36C8B00C90DCE /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B63EFCDC11A36C8B00C90DCE /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B63EFCDD11A36C8B00C90DCE /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B63EFCE011A36C8B00C90DCE /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
B63EFCE111A36C8B00C90DCE /* Date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBE811A244EE00C90DCE /* Date.cpp */; };
|
|
B63EFCE211A36C8B00C90DCE /* Entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEA11A244EE00C90DCE /* Entry.cpp */; };
|
|
B63EFCE311A36C8B00C90DCE /* FileEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */; };
|
|
B63EFCE511A36C8B00C90DCE /* VolumeEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */; };
|
|
B63EFE8511A4888500C90DCE /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B63EFE8611A4888500C90DCE /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B63EFE8711A4888500C90DCE /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B63EFE8811A4888500C90DCE /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B63EFE8911A4888500C90DCE /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B63EFE8A11A4888500C90DCE /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B63EFE8B11A4888500C90DCE /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B63EFE8C11A4888500C90DCE /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B63EFE8D11A4888500C90DCE /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B63EFE8E11A4888500C90DCE /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B63EFE8F11A4888500C90DCE /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B63EFE9011A4888500C90DCE /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B63EFE9311A4888500C90DCE /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
B63EFE9411A4888500C90DCE /* Date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBE811A244EE00C90DCE /* Date.cpp */; };
|
|
B63EFE9511A4888500C90DCE /* Entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEA11A244EE00C90DCE /* Entry.cpp */; };
|
|
B63EFE9611A4888500C90DCE /* FileEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */; };
|
|
B63EFE9711A4888500C90DCE /* VolumeEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */; };
|
|
B650901B1332FE5000FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090181332FE5000FBA318 /* Exception.cpp */; };
|
|
B650901D1332FE5000FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090181332FE5000FBA318 /* Exception.cpp */; };
|
|
B650901E1332FE5000FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090181332FE5000FBA318 /* Exception.cpp */; };
|
|
B65090271332FE6A00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090241332FE6A00FBA318 /* Exception.cpp */; };
|
|
B65090281332FE6A00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090241332FE6A00FBA318 /* Exception.cpp */; };
|
|
B65090291332FE6A00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090241332FE6A00FBA318 /* Exception.cpp */; };
|
|
B650902A1332FE6A00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090241332FE6A00FBA318 /* Exception.cpp */; };
|
|
B65090311332FE8B00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650902F1332FE8B00FBA318 /* Exception.cpp */; };
|
|
B65090321332FE8B00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650902F1332FE8B00FBA318 /* Exception.cpp */; };
|
|
B65090331332FE8B00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650902F1332FE8B00FBA318 /* Exception.cpp */; };
|
|
B65090341332FE8B00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650902F1332FE8B00FBA318 /* Exception.cpp */; };
|
|
B650903F1332FEBE00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090371332FEBE00FBA318 /* Exception.cpp */; };
|
|
B65090401332FEBE00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090371332FEBE00FBA318 /* Exception.cpp */; };
|
|
B65090411332FEBE00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090371332FEBE00FBA318 /* Exception.cpp */; };
|
|
B65090421332FEBE00FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090371332FEBE00FBA318 /* Exception.cpp */; };
|
|
B65090471332FEBE00FBA318 /* Lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650903A1332FEBE00FBA318 /* Lock.cpp */; };
|
|
B65090481332FEBE00FBA318 /* Lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650903A1332FEBE00FBA318 /* Lock.cpp */; };
|
|
B65090491332FEBE00FBA318 /* Lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650903A1332FEBE00FBA318 /* Lock.cpp */; };
|
|
B650904A1332FEBE00FBA318 /* Lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650903A1332FEBE00FBA318 /* Lock.cpp */; };
|
|
B650908C133304C800FBA318 /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B650908D133304C800FBA318 /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B650908E133304C800FBA318 /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B650908F133304C800FBA318 /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B6509090133304C800FBA318 /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B6509091133304C800FBA318 /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B6509092133304C800FBA318 /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B6509093133304C800FBA318 /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B6509094133304C800FBA318 /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B6509095133304C800FBA318 /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B6509096133304C800FBA318 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B6509097133304C800FBA318 /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B6509098133304C800FBA318 /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
B6509099133304C800FBA318 /* SDKImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6A591261329C417007B0EE2 /* SDKImage.cpp */; };
|
|
B650909A133304C800FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090181332FE5000FBA318 /* Exception.cpp */; };
|
|
B650909B133304C800FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090241332FE6A00FBA318 /* Exception.cpp */; };
|
|
B650909C133304C800FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650902F1332FE8B00FBA318 /* Exception.cpp */; };
|
|
B650909D133304C800FBA318 /* Exception.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B65090371332FEBE00FBA318 /* Exception.cpp */; };
|
|
B650909E133304C800FBA318 /* Lock.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650903A1332FEBE00FBA318 /* Lock.cpp */; };
|
|
B650909F133304C800FBA318 /* DateTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6272AA711D5AE0C0073C73A /* DateTime.cpp */; };
|
|
B65090A0133304C800FBA318 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509078133300BA00FBA318 /* File.cpp */; };
|
|
B65090A1133304C800FBA318 /* Disk.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509079133300BA00FBA318 /* Disk.cpp */; };
|
|
B65090A2133304C800FBA318 /* profuse.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B650907F133300DD00FBA318 /* profuse.cpp */; };
|
|
B65090A3133304C800FBA318 /* profuse_xattr.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509081133300FB00FBA318 /* profuse_xattr.cpp */; };
|
|
B65090A4133304C800FBA318 /* profuse_stat.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509082133300FB00FBA318 /* profuse_stat.cpp */; };
|
|
B65090A5133304C800FBA318 /* profuse_file.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509083133300FB00FBA318 /* profuse_file.cpp */; };
|
|
B65090A6133304C800FBA318 /* profuse_dirent.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6509084133300FB00FBA318 /* profuse_dirent.cpp */; };
|
|
B65090A9133304C800FBA318 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EC132995D4007B0EE2 /* Carbon.framework */; };
|
|
B65090AA133304C800FBA318 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EE132995D4007B0EE2 /* libz.dylib */; };
|
|
B65090AB133304C800FBA318 /* libNuFX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590F713299626007B0EE2 /* libNuFX.a */; };
|
|
B656AE0911A84F7700AB578A /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B656AE0A11A84F7700AB578A /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B656AE0B11A84F7700AB578A /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B656AE0C11A84F7700AB578A /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B656AE0D11A84F7700AB578A /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B656AE0E11A84F7700AB578A /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B656AE0F11A84F7700AB578A /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B656AE1011A84F7700AB578A /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B656AE1111A84F7700AB578A /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B656AE1211A84F7700AB578A /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B656AE1311A84F7700AB578A /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B656AE1411A84F7700AB578A /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B656AE1711A84F7700AB578A /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
B656AE1811A84F7700AB578A /* Date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBE811A244EE00C90DCE /* Date.cpp */; };
|
|
B656AE1911A84F7700AB578A /* Entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEA11A244EE00C90DCE /* Entry.cpp */; };
|
|
B656AE1A11A84F7700AB578A /* FileEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */; };
|
|
B656AE1B11A84F7700AB578A /* VolumeEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */; };
|
|
B656AF0811AA106400AB578A /* NibbleTest.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B656AEFE11AA0F8C00AB578A /* NibbleTest.cpp */; };
|
|
B656AF0911AA106C00AB578A /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B656AF0A11AA106C00AB578A /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B656AF0B11AA106C00AB578A /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B656AF0C11AA106C00AB578A /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B656AF0D11AA106C00AB578A /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B656AF0E11AA106C00AB578A /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B656AF0F11AA106C00AB578A /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B656AF1011AA106C00AB578A /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B656AF1111AA106C00AB578A /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B656AF1211AA106C00AB578A /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B656AF1311AA106C00AB578A /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B656AF1411AA106C00AB578A /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B656AF1711AA106C00AB578A /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
B656AF1811AA106C00AB578A /* Date.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBE811A244EE00C90DCE /* Date.cpp */; };
|
|
B656AF1911AA106C00AB578A /* Entry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEA11A244EE00C90DCE /* Entry.cpp */; };
|
|
B656AF1A11AA106C00AB578A /* FileEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */; };
|
|
B656AF1B11AA106C00AB578A /* VolumeEntry.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */; };
|
|
B6A590EF132995D4007B0EE2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EC132995D4007B0EE2 /* Carbon.framework */; };
|
|
B6A590F0132995D4007B0EE2 /* Carbon.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EC132995D4007B0EE2 /* Carbon.framework */; };
|
|
B6A590F3132995D5007B0EE2 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EE132995D4007B0EE2 /* libz.dylib */; };
|
|
B6A590F4132995D5007B0EE2 /* libz.dylib in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590EE132995D4007B0EE2 /* libz.dylib */; };
|
|
B6A590F813299626007B0EE2 /* libNuFX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590F713299626007B0EE2 /* libNuFX.a */; };
|
|
B6A590F913299626007B0EE2 /* libNuFX.a in Frameworks */ = {isa = PBXBuildFile; fileRef = B6A590F713299626007B0EE2 /* libNuFX.a */; };
|
|
B6A591281329C417007B0EE2 /* SDKImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6A591261329C417007B0EE2 /* SDKImage.cpp */; };
|
|
B6A591291329C417007B0EE2 /* SDKImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6A591261329C417007B0EE2 /* SDKImage.cpp */; };
|
|
B6F3676511B323680045E114 /* TextWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F3676411B323680045E114 /* TextWriter.cpp */; };
|
|
B6F3676611B323680045E114 /* TextWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F3676411B323680045E114 /* TextWriter.cpp */; };
|
|
B6F3676711B323680045E114 /* TextWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F3676411B323680045E114 /* TextWriter.cpp */; };
|
|
B6F3676811B323680045E114 /* TextWriter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B6F3676411B323680045E114 /* TextWriter.cpp */; };
|
|
B6F3682A11B431CC0045E114 /* Endian.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA7511A0948500C90DCE /* Endian.cpp */; };
|
|
B6F3682B11B431CC0045E114 /* BlockDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9511A094E000C90DCE /* BlockDevice.cpp */; };
|
|
B6F3682C11B431CC0045E114 /* DavexDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */; };
|
|
B6F3682D11B431CC0045E114 /* DiskCopy42Image.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */; };
|
|
B6F3682E11B431CC0045E114 /* DiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFA9D11A094E000C90DCE /* DiskImage.cpp */; };
|
|
B6F3682F11B431CC0045E114 /* RawDevice.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA111A094E000C90DCE /* RawDevice.cpp */; };
|
|
B6F3683011B431CC0045E114 /* UniversalDiskImage.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */; };
|
|
B6F3683111B431CC0045E114 /* BlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB611A098C400C90DCE /* BlockCache.cpp */; };
|
|
B6F3683211B431CC0045E114 /* ConcreteBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */; };
|
|
B6F3683311B431CC0045E114 /* MappedBlockCache.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */; };
|
|
B6F3683411B431CC0045E114 /* File.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFAC911A09DAA00C90DCE /* File.cpp */; };
|
|
B6F3683511B431CC0045E114 /* MappedFile.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */; };
|
|
B6F3683811B431CC0045E114 /* Adaptor.cpp in Sources */ = {isa = PBXBuildFile; fileRef = B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */; };
|
|
/* End PBXBuildFile section */
|
|
|
|
/* Begin PBXCopyFilesBuildPhase section */
|
|
B60BD4A81408702900329025 /* CopyFiles */ = {
|
|
isa = PBXCopyFilesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
dstPath = /usr/share/man/man1/;
|
|
dstSubfolderSpec = 0;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 1;
|
|
};
|
|
/* End PBXCopyFilesBuildPhase section */
|
|
|
|
/* Begin PBXFileReference section */
|
|
B60BD4A314086E0600329025 /* libosxfuse.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libosxfuse.dylib; path = ../../../../usr/local/lib/libosxfuse.dylib; sourceTree = "<group>"; };
|
|
B60BD4AA1408702900329025 /* xattr */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = xattr; sourceTree = BUILT_PRODUCTS_DIR; };
|
|
B6272A8E11D5AC3C0073C73A /* apfm.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = apfm.cpp; sourceTree = "<group>"; };
|
|
B6272A8F11D5AC3C0073C73A /* fuse_pascal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuse_pascal.cpp; sourceTree = "<group>"; };
|
|
B6272A9011D5AC3C0073C73A /* fuse_pascal_ops.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = fuse_pascal_ops.cpp; sourceTree = "<group>"; };
|
|
B6272A9111D5AC3C0073C73A /* newfs_pascal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = newfs_pascal.cpp; sourceTree = "<group>"; };
|
|
B6272A9211D5AC3C0073C73A /* xattr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = xattr.cpp; sourceTree = "<group>"; };
|
|
B6272AA211D5AC840073C73A /* newfs_prodos.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = newfs_prodos.cpp; sourceTree = "<group>"; };
|
|
B6272AA511D5AE0C0073C73A /* Bitmap.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Bitmap.cpp; sourceTree = "<group>"; };
|
|
B6272AA611D5AE0C0073C73A /* Bitmap.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Bitmap.h; sourceTree = "<group>"; };
|
|
B6272AA711D5AE0C0073C73A /* DateTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DateTime.cpp; sourceTree = "<group>"; };
|
|
B6272AA811D5AE0C0073C73A /* DateTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DateTime.h; sourceTree = "<group>"; };
|
|
B63EFA7511A0948500C90DCE /* Endian.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Endian.cpp; sourceTree = "<group>"; };
|
|
B63EFA7611A0948500C90DCE /* Endian.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Endian.h; sourceTree = "<group>"; };
|
|
B63EFA7711A0948500C90DCE /* IOBuffer.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOBuffer.h; sourceTree = "<group>"; };
|
|
B63EFA9511A094E000C90DCE /* BlockDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlockDevice.cpp; sourceTree = "<group>"; };
|
|
B63EFA9611A094E000C90DCE /* BlockDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlockDevice.h; sourceTree = "<group>"; };
|
|
B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DavexDiskImage.cpp; sourceTree = "<group>"; };
|
|
B63EFA9811A094E000C90DCE /* DavexDiskImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DavexDiskImage.h; sourceTree = "<group>"; };
|
|
B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DiskCopy42Image.cpp; sourceTree = "<group>"; };
|
|
B63EFA9C11A094E000C90DCE /* DiskCopy42Image.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiskCopy42Image.h; sourceTree = "<group>"; };
|
|
B63EFA9D11A094E000C90DCE /* DiskImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = DiskImage.cpp; sourceTree = "<group>"; };
|
|
B63EFA9E11A094E000C90DCE /* DiskImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = DiskImage.h; sourceTree = "<group>"; };
|
|
B63EFAA111A094E000C90DCE /* RawDevice.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = RawDevice.cpp; sourceTree = "<group>"; };
|
|
B63EFAA211A094E000C90DCE /* RawDevice.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = RawDevice.h; sourceTree = "<group>"; };
|
|
B63EFAA311A094E000C90DCE /* TrackSector.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TrackSector.h; sourceTree = "<group>"; };
|
|
B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = UniversalDiskImage.cpp; sourceTree = "<group>"; };
|
|
B63EFAA511A094E000C90DCE /* UniversalDiskImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = UniversalDiskImage.h; sourceTree = "<group>"; };
|
|
B63EFAB611A098C400C90DCE /* BlockCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = BlockCache.cpp; sourceTree = "<group>"; };
|
|
B63EFAB711A098C400C90DCE /* BlockCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlockCache.h; sourceTree = "<group>"; };
|
|
B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = ConcreteBlockCache.cpp; sourceTree = "<group>"; };
|
|
B63EFAB911A098C400C90DCE /* ConcreteBlockCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = ConcreteBlockCache.h; sourceTree = "<group>"; };
|
|
B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MappedBlockCache.cpp; sourceTree = "<group>"; };
|
|
B63EFABB11A098C400C90DCE /* MappedBlockCache.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MappedBlockCache.h; sourceTree = "<group>"; };
|
|
B63EFAC911A09DAA00C90DCE /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; };
|
|
B63EFACA11A09DAA00C90DCE /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
|
B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = MappedFile.cpp; sourceTree = "<group>"; };
|
|
B63EFACC11A09DAA00C90DCE /* MappedFile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MappedFile.h; sourceTree = "<group>"; };
|
|
B63EFB0611A0AC4800C90DCE /* Adaptor.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Adaptor.h; sourceTree = "<group>"; };
|
|
B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Adaptor.cpp; sourceTree = "<group>"; };
|
|
B63EFBE811A244EE00C90DCE /* Date.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Date.cpp; sourceTree = "<group>"; };
|
|
B63EFBE911A244EE00C90DCE /* Date.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Date.h; sourceTree = "<group>"; };
|
|
B63EFBEA11A244EE00C90DCE /* Entry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Entry.cpp; sourceTree = "<group>"; };
|
|
B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = FileEntry.cpp; sourceTree = "<group>"; };
|
|
B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */ = {isa = PBXFileReference; explicitFileType = sourcecode.cpp.cpp; fileEncoding = 4; path = VolumeEntry.cpp; sourceTree = "<group>"; };
|
|
B63EFC4311A31B7200C90DCE /* IOBuffer.cpp.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = IOBuffer.cpp.h; sourceTree = "<group>"; };
|
|
B63EFCCE11A36C7300C90DCE /* apfm */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = apfm; path = /Users/kelvin/Projects/ProFUSE/build/Release/apfm; sourceTree = "<absolute>"; };
|
|
B63EFE8111A4886C00C90DCE /* newfs_pascal */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = newfs_pascal; path = /Users/kelvin/Projects/ProFUSE/build/Release/newfs_pascal; sourceTree = "<absolute>"; };
|
|
B65090181332FE5000FBA318 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; };
|
|
B65090191332FE5000FBA318 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; };
|
|
B65090241332FE6A00FBA318 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; };
|
|
B65090251332FE6A00FBA318 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; };
|
|
B650902F1332FE8B00FBA318 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; };
|
|
B65090301332FE8B00FBA318 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; };
|
|
B65090361332FEBE00FBA318 /* auto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = auto.h; sourceTree = "<group>"; };
|
|
B65090371332FEBE00FBA318 /* Exception.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Exception.cpp; sourceTree = "<group>"; };
|
|
B65090381332FEBE00FBA318 /* Exception.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Exception.h; sourceTree = "<group>"; };
|
|
B650903A1332FEBE00FBA318 /* Lock.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Lock.cpp; sourceTree = "<group>"; };
|
|
B650903B1332FEBE00FBA318 /* Lock.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Lock.h; sourceTree = "<group>"; };
|
|
B650903D1332FEBE00FBA318 /* smart_pointers.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = smart_pointers.h; sourceTree = "<group>"; };
|
|
B650903E1332FEBE00FBA318 /* unordered_map.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = unordered_map.h; sourceTree = "<group>"; };
|
|
B6509078133300BA00FBA318 /* File.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = File.cpp; sourceTree = "<group>"; };
|
|
B6509079133300BA00FBA318 /* Disk.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = Disk.cpp; sourceTree = "<group>"; };
|
|
B650907A133300BA00FBA318 /* common.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = common.h; sourceTree = "<group>"; };
|
|
B650907B133300BA00FBA318 /* Disk.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Disk.h; sourceTree = "<group>"; };
|
|
B650907C133300BA00FBA318 /* File.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = File.h; sourceTree = "<group>"; };
|
|
B650907F133300DD00FBA318 /* profuse.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profuse.cpp; sourceTree = "<group>"; };
|
|
B6509081133300FB00FBA318 /* profuse_xattr.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profuse_xattr.cpp; sourceTree = "<group>"; };
|
|
B6509082133300FB00FBA318 /* profuse_stat.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profuse_stat.cpp; sourceTree = "<group>"; };
|
|
B6509083133300FB00FBA318 /* profuse_file.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profuse_file.cpp; sourceTree = "<group>"; };
|
|
B6509084133300FB00FBA318 /* profuse_dirent.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = profuse_dirent.cpp; sourceTree = "<group>"; };
|
|
B6509085133300FB00FBA318 /* profuse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = profuse.h; sourceTree = "<group>"; };
|
|
B65090B1133304C800FBA318 /* profuse */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = profuse; path = /Users/kelvin/Projects/ProFUSE/build/Release/profuse; sourceTree = "<absolute>"; };
|
|
B656AE0311A84F5800AB578A /* fuse_pascal */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = fuse_pascal; path = /Users/kelvin/Projects/ProFUSE/build/Release/fuse_pascal; sourceTree = "<absolute>"; };
|
|
B656AEFE11AA0F8C00AB578A /* NibbleTest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = NibbleTest.cpp; sourceTree = "<group>"; };
|
|
B656AF0311AA105500AB578A /* NibbleTest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = NibbleTest; path = /Users/kelvin/Projects/ProFUSE/build/Release/NibbleTest; sourceTree = "<absolute>"; };
|
|
B659C142131368BA0058DC9C /* Device.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = Device.h; sourceTree = "<group>"; };
|
|
B6A590EC132995D4007B0EE2 /* Carbon.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Carbon.framework; path = ../../../../System/Library/Frameworks/Carbon.framework; sourceTree = "<group>"; };
|
|
B6A590EE132995D4007B0EE2 /* libz.dylib */ = {isa = PBXFileReference; lastKnownFileType = "compiled.mach-o.dylib"; name = libz.dylib; path = ../../../../usr/lib/libz.dylib; sourceTree = "<group>"; };
|
|
B6A590F713299626007B0EE2 /* libNuFX.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; path = libNuFX.a; sourceTree = "<group>"; };
|
|
B6A591261329C417007B0EE2 /* SDKImage.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = SDKImage.cpp; sourceTree = "<group>"; };
|
|
B6A591271329C417007B0EE2 /* SDKImage.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDKImage.h; sourceTree = "<group>"; };
|
|
B6F3651A11ADD0280045E114 /* VolumeEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = VolumeEntry.h; sourceTree = "<group>"; };
|
|
B6F3651B11ADD0280045E114 /* FileEntry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FileEntry.h; sourceTree = "<group>"; };
|
|
B6F3651C11ADD0280045E114 /* Entry.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Entry.h; sourceTree = "<group>"; };
|
|
B6F3652711ADD52B0045E114 /* Pascal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Pascal.h; sourceTree = "<group>"; };
|
|
B6F3676311B323680045E114 /* TextWriter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TextWriter.h; sourceTree = "<group>"; };
|
|
B6F3676411B323680045E114 /* TextWriter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = TextWriter.cpp; sourceTree = "<group>"; };
|
|
B6F3682511B431AC0045E114 /* newfs_prodos */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; name = newfs_prodos; path = /Users/kelvin/Projects/ProFUSE/build/Release/newfs_prodos; sourceTree = "<absolute>"; };
|
|
/* End PBXFileReference section */
|
|
|
|
/* Begin PBXFrameworksBuildPhase section */
|
|
B60BD4A71408702900329025 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B63EFCCC11A36C7300C90DCE /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B6A590EF132995D4007B0EE2 /* Carbon.framework in Frameworks */,
|
|
B6A590F3132995D5007B0EE2 /* libz.dylib in Frameworks */,
|
|
B6A590F813299626007B0EE2 /* libNuFX.a in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B63EFE7F11A4886C00C90DCE /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B65090A7133304C800FBA318 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B65090A9133304C800FBA318 /* Carbon.framework in Frameworks */,
|
|
B65090AA133304C800FBA318 /* libz.dylib in Frameworks */,
|
|
B65090AB133304C800FBA318 /* libNuFX.a in Frameworks */,
|
|
B60BD4A514086E0600329025 /* libosxfuse.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B656AE0111A84F5800AB578A /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B6A590F0132995D4007B0EE2 /* Carbon.framework in Frameworks */,
|
|
B6A590F4132995D5007B0EE2 /* libz.dylib in Frameworks */,
|
|
B6A590F913299626007B0EE2 /* libNuFX.a in Frameworks */,
|
|
B60BD4A414086E0600329025 /* libosxfuse.dylib in Frameworks */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B656AF0111AA105500AB578A /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B6F3682311B431AC0045E114 /* Frameworks */ = {
|
|
isa = PBXFrameworksBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXFrameworksBuildPhase section */
|
|
|
|
/* Begin PBXGroup section */
|
|
08FB7794FE84155DC02AAC07 /* PROFuseX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6272A8D11D5AC3C0073C73A /* bin */,
|
|
B656AEFE11AA0F8C00AB578A /* NibbleTest.cpp */,
|
|
B6272AA411D5AE0C0073C73A /* ProDOS */,
|
|
B63EFBE711A244EE00C90DCE /* Pascal */,
|
|
B63EFAC811A09DAA00C90DCE /* File */,
|
|
B63EFAB511A098C400C90DCE /* Cache */,
|
|
B63EFA9411A094E000C90DCE /* Device */,
|
|
B63EFA7411A0948500C90DCE /* Endian */,
|
|
B65090351332FEBE00FBA318 /* Common */,
|
|
B65090171332FE5000FBA318 /* NuFX */,
|
|
B65090231332FE6A00FBA318 /* POSIX */,
|
|
B656ADED11A84D3200AB578A /* Libraries */,
|
|
B60BD4AB1408702900329025 /* Products */,
|
|
);
|
|
name = PROFuseX;
|
|
sourceTree = "<group>";
|
|
};
|
|
B60BD4AB1408702900329025 /* Products */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B60BD4AA1408702900329025 /* xattr */,
|
|
);
|
|
name = Products;
|
|
sourceTree = "<group>";
|
|
};
|
|
B6272A8D11D5AC3C0073C73A /* bin */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6509081133300FB00FBA318 /* profuse_xattr.cpp */,
|
|
B6509082133300FB00FBA318 /* profuse_stat.cpp */,
|
|
B6509083133300FB00FBA318 /* profuse_file.cpp */,
|
|
B6509084133300FB00FBA318 /* profuse_dirent.cpp */,
|
|
B6509085133300FB00FBA318 /* profuse.h */,
|
|
B650907F133300DD00FBA318 /* profuse.cpp */,
|
|
B6272A8E11D5AC3C0073C73A /* apfm.cpp */,
|
|
B6272A8F11D5AC3C0073C73A /* fuse_pascal.cpp */,
|
|
B6272A9011D5AC3C0073C73A /* fuse_pascal_ops.cpp */,
|
|
B6272A9111D5AC3C0073C73A /* newfs_pascal.cpp */,
|
|
B6272AA211D5AC840073C73A /* newfs_prodos.cpp */,
|
|
B6272A9211D5AC3C0073C73A /* xattr.cpp */,
|
|
);
|
|
path = bin;
|
|
sourceTree = "<group>";
|
|
};
|
|
B6272AA411D5AE0C0073C73A /* ProDOS */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6509078133300BA00FBA318 /* File.cpp */,
|
|
B6509079133300BA00FBA318 /* Disk.cpp */,
|
|
B650907A133300BA00FBA318 /* common.h */,
|
|
B650907B133300BA00FBA318 /* Disk.h */,
|
|
B650907C133300BA00FBA318 /* File.h */,
|
|
B650902F1332FE8B00FBA318 /* Exception.cpp */,
|
|
B65090301332FE8B00FBA318 /* Exception.h */,
|
|
B6272AA511D5AE0C0073C73A /* Bitmap.cpp */,
|
|
B6272AA611D5AE0C0073C73A /* Bitmap.h */,
|
|
B6272AA711D5AE0C0073C73A /* DateTime.cpp */,
|
|
B6272AA811D5AE0C0073C73A /* DateTime.h */,
|
|
);
|
|
path = ProDOS;
|
|
sourceTree = "<group>";
|
|
};
|
|
B63EFA7411A0948500C90DCE /* Endian */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B63EFA7511A0948500C90DCE /* Endian.cpp */,
|
|
B63EFA7611A0948500C90DCE /* Endian.h */,
|
|
B63EFA7711A0948500C90DCE /* IOBuffer.h */,
|
|
B63EFC4311A31B7200C90DCE /* IOBuffer.cpp.h */,
|
|
);
|
|
path = Endian;
|
|
sourceTree = "<group>";
|
|
};
|
|
B63EFA9411A094E000C90DCE /* Device */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B659C142131368BA0058DC9C /* Device.h */,
|
|
B63EFA9511A094E000C90DCE /* BlockDevice.cpp */,
|
|
B63EFA9611A094E000C90DCE /* BlockDevice.h */,
|
|
B63EFA9711A094E000C90DCE /* DavexDiskImage.cpp */,
|
|
B63EFA9811A094E000C90DCE /* DavexDiskImage.h */,
|
|
B63EFA9B11A094E000C90DCE /* DiskCopy42Image.cpp */,
|
|
B63EFA9C11A094E000C90DCE /* DiskCopy42Image.h */,
|
|
B63EFA9D11A094E000C90DCE /* DiskImage.cpp */,
|
|
B63EFA9E11A094E000C90DCE /* DiskImage.h */,
|
|
B63EFAA111A094E000C90DCE /* RawDevice.cpp */,
|
|
B63EFAA211A094E000C90DCE /* RawDevice.h */,
|
|
B63EFAA311A094E000C90DCE /* TrackSector.h */,
|
|
B63EFAA411A094E000C90DCE /* UniversalDiskImage.cpp */,
|
|
B63EFAA511A094E000C90DCE /* UniversalDiskImage.h */,
|
|
B63EFB0611A0AC4800C90DCE /* Adaptor.h */,
|
|
B63EFB0711A0AC4800C90DCE /* Adaptor.cpp */,
|
|
B6A591261329C417007B0EE2 /* SDKImage.cpp */,
|
|
B6A591271329C417007B0EE2 /* SDKImage.h */,
|
|
);
|
|
path = Device;
|
|
sourceTree = "<group>";
|
|
};
|
|
B63EFAB511A098C400C90DCE /* Cache */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B63EFAB611A098C400C90DCE /* BlockCache.cpp */,
|
|
B63EFAB711A098C400C90DCE /* BlockCache.h */,
|
|
B63EFAB811A098C400C90DCE /* ConcreteBlockCache.cpp */,
|
|
B63EFAB911A098C400C90DCE /* ConcreteBlockCache.h */,
|
|
B63EFABA11A098C400C90DCE /* MappedBlockCache.cpp */,
|
|
B63EFABB11A098C400C90DCE /* MappedBlockCache.h */,
|
|
);
|
|
path = Cache;
|
|
sourceTree = "<group>";
|
|
};
|
|
B63EFAC811A09DAA00C90DCE /* File */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B63EFAC911A09DAA00C90DCE /* File.cpp */,
|
|
B63EFACA11A09DAA00C90DCE /* File.h */,
|
|
B63EFACB11A09DAA00C90DCE /* MappedFile.cpp */,
|
|
B63EFACC11A09DAA00C90DCE /* MappedFile.h */,
|
|
);
|
|
path = File;
|
|
sourceTree = "<group>";
|
|
};
|
|
B63EFBE711A244EE00C90DCE /* Pascal */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B6F3652711ADD52B0045E114 /* Pascal.h */,
|
|
B63EFBE811A244EE00C90DCE /* Date.cpp */,
|
|
B63EFBE911A244EE00C90DCE /* Date.h */,
|
|
B63EFBEA11A244EE00C90DCE /* Entry.cpp */,
|
|
B63EFBEC11A244EE00C90DCE /* FileEntry.cpp */,
|
|
B63EFBF111A244EE00C90DCE /* VolumeEntry.cpp */,
|
|
B6F3651A11ADD0280045E114 /* VolumeEntry.h */,
|
|
B6F3651B11ADD0280045E114 /* FileEntry.h */,
|
|
B6F3651C11ADD0280045E114 /* Entry.h */,
|
|
B6F3676311B323680045E114 /* TextWriter.h */,
|
|
B6F3676411B323680045E114 /* TextWriter.cpp */,
|
|
);
|
|
path = Pascal;
|
|
sourceTree = "<group>";
|
|
};
|
|
B65090171332FE5000FBA318 /* NuFX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B65090181332FE5000FBA318 /* Exception.cpp */,
|
|
B65090191332FE5000FBA318 /* Exception.h */,
|
|
);
|
|
path = NuFX;
|
|
sourceTree = "<group>";
|
|
};
|
|
B65090231332FE6A00FBA318 /* POSIX */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B65090241332FE6A00FBA318 /* Exception.cpp */,
|
|
B65090251332FE6A00FBA318 /* Exception.h */,
|
|
);
|
|
path = POSIX;
|
|
sourceTree = "<group>";
|
|
};
|
|
B65090351332FEBE00FBA318 /* Common */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B65090361332FEBE00FBA318 /* auto.h */,
|
|
B65090371332FEBE00FBA318 /* Exception.cpp */,
|
|
B65090381332FEBE00FBA318 /* Exception.h */,
|
|
B650903A1332FEBE00FBA318 /* Lock.cpp */,
|
|
B650903B1332FEBE00FBA318 /* Lock.h */,
|
|
B650903D1332FEBE00FBA318 /* smart_pointers.h */,
|
|
B650903E1332FEBE00FBA318 /* unordered_map.h */,
|
|
);
|
|
path = Common;
|
|
sourceTree = "<group>";
|
|
};
|
|
B656ADED11A84D3200AB578A /* Libraries */ = {
|
|
isa = PBXGroup;
|
|
children = (
|
|
B60BD4A314086E0600329025 /* libosxfuse.dylib */,
|
|
B6A590F713299626007B0EE2 /* libNuFX.a */,
|
|
B6A590EC132995D4007B0EE2 /* Carbon.framework */,
|
|
B6A590EE132995D4007B0EE2 /* libz.dylib */,
|
|
);
|
|
name = Libraries;
|
|
sourceTree = "<group>";
|
|
};
|
|
/* End PBXGroup section */
|
|
|
|
/* Begin PBXNativeTarget section */
|
|
B60BD4A91408702900329025 /* xattr */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B60BD4B21408702900329025 /* Build configuration list for PBXNativeTarget "xattr" */;
|
|
buildPhases = (
|
|
B60BD4A61408702900329025 /* Sources */,
|
|
B60BD4A71408702900329025 /* Frameworks */,
|
|
B60BD4A81408702900329025 /* CopyFiles */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = xattr;
|
|
productName = xattr;
|
|
productReference = B60BD4AA1408702900329025 /* xattr */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B63EFCCD11A36C7300C90DCE /* apfm */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B63EFCEC11A36CB800C90DCE /* Build configuration list for PBXNativeTarget "apfm" */;
|
|
buildPhases = (
|
|
B63EFCCB11A36C7300C90DCE /* Sources */,
|
|
B63EFCCC11A36C7300C90DCE /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = apfm;
|
|
productName = apfm;
|
|
productReference = B63EFCCE11A36C7300C90DCE /* apfm */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B63EFE8011A4886C00C90DCE /* newfs_pascal */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B63EFEB311A488C200C90DCE /* Build configuration list for PBXNativeTarget "newfs_pascal" */;
|
|
buildPhases = (
|
|
B63EFE7E11A4886C00C90DCE /* Sources */,
|
|
B63EFE7F11A4886C00C90DCE /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = newfs_pascal;
|
|
productName = newfs_pascal;
|
|
productReference = B63EFE8111A4886C00C90DCE /* newfs_pascal */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B650908A133304C800FBA318 /* profuse */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B65090AC133304C800FBA318 /* Build configuration list for PBXNativeTarget "profuse" */;
|
|
buildPhases = (
|
|
B650908B133304C800FBA318 /* Sources */,
|
|
B65090A7133304C800FBA318 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = profuse;
|
|
productName = profuse;
|
|
productReference = B65090B1133304C800FBA318 /* profuse */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B656AE0211A84F5800AB578A /* fuse_pascal */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B656AE3411A84FA400AB578A /* Build configuration list for PBXNativeTarget "fuse_pascal" */;
|
|
buildPhases = (
|
|
B656AE0011A84F5800AB578A /* Sources */,
|
|
B656AE0111A84F5800AB578A /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = fuse_pascal;
|
|
productName = fuse_pascal;
|
|
productReference = B656AE0311A84F5800AB578A /* fuse_pascal */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B656AF0211AA105500AB578A /* NibbleTest */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B656AF2111AA10A100AB578A /* Build configuration list for PBXNativeTarget "NibbleTest" */;
|
|
buildPhases = (
|
|
B656AF0011AA105500AB578A /* Sources */,
|
|
B656AF0111AA105500AB578A /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = NibbleTest;
|
|
productName = NibbleTest;
|
|
productReference = B656AF0311AA105500AB578A /* NibbleTest */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
B6F3682411B431AC0045E114 /* newfs_prodos */ = {
|
|
isa = PBXNativeTarget;
|
|
buildConfigurationList = B6F3684111B432000045E114 /* Build configuration list for PBXNativeTarget "newfs_prodos" */;
|
|
buildPhases = (
|
|
B6F3682211B431AC0045E114 /* Sources */,
|
|
B6F3682311B431AC0045E114 /* Frameworks */,
|
|
);
|
|
buildRules = (
|
|
);
|
|
dependencies = (
|
|
);
|
|
name = newfs_prodos;
|
|
productName = newfs_prodos;
|
|
productReference = B6F3682511B431AC0045E114 /* newfs_prodos */;
|
|
productType = "com.apple.product-type.tool";
|
|
};
|
|
/* End PBXNativeTarget section */
|
|
|
|
/* Begin PBXProject section */
|
|
08FB7793FE84155DC02AAC07 /* Project object */ = {
|
|
isa = PBXProject;
|
|
attributes = {
|
|
LastUpgradeCheck = 0410;
|
|
};
|
|
buildConfigurationList = 1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "ProFUSE" */;
|
|
compatibilityVersion = "Xcode 3.2";
|
|
developmentRegion = English;
|
|
hasScannedForEncodings = 1;
|
|
knownRegions = (
|
|
en,
|
|
);
|
|
mainGroup = 08FB7794FE84155DC02AAC07 /* PROFuseX */;
|
|
productRefGroup = B60BD4AB1408702900329025 /* Products */;
|
|
projectDirPath = "";
|
|
projectRoot = "";
|
|
targets = (
|
|
B63EFCCD11A36C7300C90DCE /* apfm */,
|
|
B63EFE8011A4886C00C90DCE /* newfs_pascal */,
|
|
B656AE0211A84F5800AB578A /* fuse_pascal */,
|
|
B656AF0211AA105500AB578A /* NibbleTest */,
|
|
B6F3682411B431AC0045E114 /* newfs_prodos */,
|
|
B650908A133304C800FBA318 /* profuse */,
|
|
B60BD4A91408702900329025 /* xattr */,
|
|
);
|
|
};
|
|
/* End PBXProject section */
|
|
|
|
/* Begin PBXSourcesBuildPhase section */
|
|
B60BD4A61408702900329025 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B60BD4B71408705400329025 /* xattr.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B63EFCCB11A36C7300C90DCE /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B63EFCD211A36C8B00C90DCE /* Endian.cpp in Sources */,
|
|
B63EFCD311A36C8B00C90DCE /* BlockDevice.cpp in Sources */,
|
|
B63EFCD411A36C8B00C90DCE /* DavexDiskImage.cpp in Sources */,
|
|
B63EFCD511A36C8B00C90DCE /* DiskCopy42Image.cpp in Sources */,
|
|
B63EFCD611A36C8B00C90DCE /* DiskImage.cpp in Sources */,
|
|
B63EFCD711A36C8B00C90DCE /* RawDevice.cpp in Sources */,
|
|
B63EFCD811A36C8B00C90DCE /* UniversalDiskImage.cpp in Sources */,
|
|
B63EFCD911A36C8B00C90DCE /* BlockCache.cpp in Sources */,
|
|
B63EFCDA11A36C8B00C90DCE /* ConcreteBlockCache.cpp in Sources */,
|
|
B63EFCDB11A36C8B00C90DCE /* MappedBlockCache.cpp in Sources */,
|
|
B63EFCDC11A36C8B00C90DCE /* File.cpp in Sources */,
|
|
B63EFCDD11A36C8B00C90DCE /* MappedFile.cpp in Sources */,
|
|
B63EFCE011A36C8B00C90DCE /* Adaptor.cpp in Sources */,
|
|
B63EFCE111A36C8B00C90DCE /* Date.cpp in Sources */,
|
|
B63EFCE211A36C8B00C90DCE /* Entry.cpp in Sources */,
|
|
B63EFCE311A36C8B00C90DCE /* FileEntry.cpp in Sources */,
|
|
B63EFCE511A36C8B00C90DCE /* VolumeEntry.cpp in Sources */,
|
|
B6F3676711B323680045E114 /* TextWriter.cpp in Sources */,
|
|
B6272A9311D5AC440073C73A /* apfm.cpp in Sources */,
|
|
B6A591281329C417007B0EE2 /* SDKImage.cpp in Sources */,
|
|
B650901B1332FE5000FBA318 /* Exception.cpp in Sources */,
|
|
B65090271332FE6A00FBA318 /* Exception.cpp in Sources */,
|
|
B65090311332FE8B00FBA318 /* Exception.cpp in Sources */,
|
|
B650903F1332FEBE00FBA318 /* Exception.cpp in Sources */,
|
|
B65090471332FEBE00FBA318 /* Lock.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B63EFE7E11A4886C00C90DCE /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B63EFE8511A4888500C90DCE /* Endian.cpp in Sources */,
|
|
B63EFE8611A4888500C90DCE /* BlockDevice.cpp in Sources */,
|
|
B63EFE8711A4888500C90DCE /* DavexDiskImage.cpp in Sources */,
|
|
B63EFE8811A4888500C90DCE /* DiskCopy42Image.cpp in Sources */,
|
|
B63EFE8911A4888500C90DCE /* DiskImage.cpp in Sources */,
|
|
B63EFE8A11A4888500C90DCE /* RawDevice.cpp in Sources */,
|
|
B63EFE8B11A4888500C90DCE /* UniversalDiskImage.cpp in Sources */,
|
|
B63EFE8C11A4888500C90DCE /* BlockCache.cpp in Sources */,
|
|
B63EFE8D11A4888500C90DCE /* ConcreteBlockCache.cpp in Sources */,
|
|
B63EFE8E11A4888500C90DCE /* MappedBlockCache.cpp in Sources */,
|
|
B63EFE8F11A4888500C90DCE /* File.cpp in Sources */,
|
|
B63EFE9011A4888500C90DCE /* MappedFile.cpp in Sources */,
|
|
B63EFE9311A4888500C90DCE /* Adaptor.cpp in Sources */,
|
|
B63EFE9411A4888500C90DCE /* Date.cpp in Sources */,
|
|
B63EFE9511A4888500C90DCE /* Entry.cpp in Sources */,
|
|
B63EFE9611A4888500C90DCE /* FileEntry.cpp in Sources */,
|
|
B63EFE9711A4888500C90DCE /* VolumeEntry.cpp in Sources */,
|
|
B6F3676811B323680045E114 /* TextWriter.cpp in Sources */,
|
|
B6272A9611D5AC560073C73A /* newfs_pascal.cpp in Sources */,
|
|
B65090281332FE6A00FBA318 /* Exception.cpp in Sources */,
|
|
B65090321332FE8B00FBA318 /* Exception.cpp in Sources */,
|
|
B65090401332FEBE00FBA318 /* Exception.cpp in Sources */,
|
|
B65090481332FEBE00FBA318 /* Lock.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B650908B133304C800FBA318 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B650908C133304C800FBA318 /* Endian.cpp in Sources */,
|
|
B650908D133304C800FBA318 /* BlockDevice.cpp in Sources */,
|
|
B650908E133304C800FBA318 /* DavexDiskImage.cpp in Sources */,
|
|
B650908F133304C800FBA318 /* DiskCopy42Image.cpp in Sources */,
|
|
B6509090133304C800FBA318 /* DiskImage.cpp in Sources */,
|
|
B6509091133304C800FBA318 /* RawDevice.cpp in Sources */,
|
|
B6509092133304C800FBA318 /* UniversalDiskImage.cpp in Sources */,
|
|
B6509093133304C800FBA318 /* BlockCache.cpp in Sources */,
|
|
B6509094133304C800FBA318 /* ConcreteBlockCache.cpp in Sources */,
|
|
B6509095133304C800FBA318 /* MappedBlockCache.cpp in Sources */,
|
|
B6509096133304C800FBA318 /* File.cpp in Sources */,
|
|
B6509097133304C800FBA318 /* MappedFile.cpp in Sources */,
|
|
B6509098133304C800FBA318 /* Adaptor.cpp in Sources */,
|
|
B6509099133304C800FBA318 /* SDKImage.cpp in Sources */,
|
|
B650909A133304C800FBA318 /* Exception.cpp in Sources */,
|
|
B650909B133304C800FBA318 /* Exception.cpp in Sources */,
|
|
B650909C133304C800FBA318 /* Exception.cpp in Sources */,
|
|
B650909D133304C800FBA318 /* Exception.cpp in Sources */,
|
|
B650909E133304C800FBA318 /* Lock.cpp in Sources */,
|
|
B650909F133304C800FBA318 /* DateTime.cpp in Sources */,
|
|
B65090A0133304C800FBA318 /* File.cpp in Sources */,
|
|
B65090A1133304C800FBA318 /* Disk.cpp in Sources */,
|
|
B65090A2133304C800FBA318 /* profuse.cpp in Sources */,
|
|
B65090A3133304C800FBA318 /* profuse_xattr.cpp in Sources */,
|
|
B65090A4133304C800FBA318 /* profuse_stat.cpp in Sources */,
|
|
B65090A5133304C800FBA318 /* profuse_file.cpp in Sources */,
|
|
B65090A6133304C800FBA318 /* profuse_dirent.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B656AE0011A84F5800AB578A /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B656AE0911A84F7700AB578A /* Endian.cpp in Sources */,
|
|
B656AE0A11A84F7700AB578A /* BlockDevice.cpp in Sources */,
|
|
B656AE0B11A84F7700AB578A /* DavexDiskImage.cpp in Sources */,
|
|
B656AE0C11A84F7700AB578A /* DiskCopy42Image.cpp in Sources */,
|
|
B656AE0D11A84F7700AB578A /* DiskImage.cpp in Sources */,
|
|
B656AE0E11A84F7700AB578A /* RawDevice.cpp in Sources */,
|
|
B656AE0F11A84F7700AB578A /* UniversalDiskImage.cpp in Sources */,
|
|
B656AE1011A84F7700AB578A /* BlockCache.cpp in Sources */,
|
|
B656AE1111A84F7700AB578A /* ConcreteBlockCache.cpp in Sources */,
|
|
B656AE1211A84F7700AB578A /* MappedBlockCache.cpp in Sources */,
|
|
B656AE1311A84F7700AB578A /* File.cpp in Sources */,
|
|
B656AE1411A84F7700AB578A /* MappedFile.cpp in Sources */,
|
|
B656AE1711A84F7700AB578A /* Adaptor.cpp in Sources */,
|
|
B656AE1811A84F7700AB578A /* Date.cpp in Sources */,
|
|
B656AE1911A84F7700AB578A /* Entry.cpp in Sources */,
|
|
B656AE1A11A84F7700AB578A /* FileEntry.cpp in Sources */,
|
|
B656AE1B11A84F7700AB578A /* VolumeEntry.cpp in Sources */,
|
|
B6F3676511B323680045E114 /* TextWriter.cpp in Sources */,
|
|
B6272A9411D5AC4C0073C73A /* fuse_pascal.cpp in Sources */,
|
|
B6272A9511D5AC530073C73A /* fuse_pascal_ops.cpp in Sources */,
|
|
B6A591291329C417007B0EE2 /* SDKImage.cpp in Sources */,
|
|
B650901D1332FE5000FBA318 /* Exception.cpp in Sources */,
|
|
B65090291332FE6A00FBA318 /* Exception.cpp in Sources */,
|
|
B65090331332FE8B00FBA318 /* Exception.cpp in Sources */,
|
|
B65090411332FEBE00FBA318 /* Exception.cpp in Sources */,
|
|
B65090491332FEBE00FBA318 /* Lock.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B656AF0011AA105500AB578A /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B656AF0911AA106C00AB578A /* Endian.cpp in Sources */,
|
|
B656AF0A11AA106C00AB578A /* BlockDevice.cpp in Sources */,
|
|
B656AF0B11AA106C00AB578A /* DavexDiskImage.cpp in Sources */,
|
|
B656AF0C11AA106C00AB578A /* DiskCopy42Image.cpp in Sources */,
|
|
B656AF0D11AA106C00AB578A /* DiskImage.cpp in Sources */,
|
|
B656AF0E11AA106C00AB578A /* RawDevice.cpp in Sources */,
|
|
B656AF0F11AA106C00AB578A /* UniversalDiskImage.cpp in Sources */,
|
|
B656AF1011AA106C00AB578A /* BlockCache.cpp in Sources */,
|
|
B656AF1111AA106C00AB578A /* ConcreteBlockCache.cpp in Sources */,
|
|
B656AF1211AA106C00AB578A /* MappedBlockCache.cpp in Sources */,
|
|
B656AF1311AA106C00AB578A /* File.cpp in Sources */,
|
|
B656AF1411AA106C00AB578A /* MappedFile.cpp in Sources */,
|
|
B656AF1711AA106C00AB578A /* Adaptor.cpp in Sources */,
|
|
B656AF1811AA106C00AB578A /* Date.cpp in Sources */,
|
|
B656AF1911AA106C00AB578A /* Entry.cpp in Sources */,
|
|
B656AF1A11AA106C00AB578A /* FileEntry.cpp in Sources */,
|
|
B656AF1B11AA106C00AB578A /* VolumeEntry.cpp in Sources */,
|
|
B656AF0811AA106400AB578A /* NibbleTest.cpp in Sources */,
|
|
B6F3676611B323680045E114 /* TextWriter.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
B6F3682211B431AC0045E114 /* Sources */ = {
|
|
isa = PBXSourcesBuildPhase;
|
|
buildActionMask = 2147483647;
|
|
files = (
|
|
B6F3682A11B431CC0045E114 /* Endian.cpp in Sources */,
|
|
B6F3682B11B431CC0045E114 /* BlockDevice.cpp in Sources */,
|
|
B6F3682C11B431CC0045E114 /* DavexDiskImage.cpp in Sources */,
|
|
B6F3682D11B431CC0045E114 /* DiskCopy42Image.cpp in Sources */,
|
|
B6F3682E11B431CC0045E114 /* DiskImage.cpp in Sources */,
|
|
B6F3682F11B431CC0045E114 /* RawDevice.cpp in Sources */,
|
|
B6F3683011B431CC0045E114 /* UniversalDiskImage.cpp in Sources */,
|
|
B6F3683111B431CC0045E114 /* BlockCache.cpp in Sources */,
|
|
B6F3683211B431CC0045E114 /* ConcreteBlockCache.cpp in Sources */,
|
|
B6F3683311B431CC0045E114 /* MappedBlockCache.cpp in Sources */,
|
|
B6F3683411B431CC0045E114 /* File.cpp in Sources */,
|
|
B6F3683511B431CC0045E114 /* MappedFile.cpp in Sources */,
|
|
B6F3683811B431CC0045E114 /* Adaptor.cpp in Sources */,
|
|
B6272AAA11D5AE0C0073C73A /* Bitmap.cpp in Sources */,
|
|
B6272AAB11D5AE0C0073C73A /* DateTime.cpp in Sources */,
|
|
B650901E1332FE5000FBA318 /* Exception.cpp in Sources */,
|
|
B650902A1332FE6A00FBA318 /* Exception.cpp in Sources */,
|
|
B65090341332FE8B00FBA318 /* Exception.cpp in Sources */,
|
|
B65090421332FEBE00FBA318 /* Exception.cpp in Sources */,
|
|
B650904A1332FEBE00FBA318 /* Lock.cpp in Sources */,
|
|
);
|
|
runOnlyForDeploymentPostprocessing = 0;
|
|
};
|
|
/* End PBXSourcesBuildPhase section */
|
|
|
|
/* Begin XCBuildConfiguration section */
|
|
1DEB923608733DC60010E9CD /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Debug;
|
|
};
|
|
1DEB923708733DC60010E9CD /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = Release;
|
|
};
|
|
B60BD4B31408702900329025 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Debug;
|
|
};
|
|
B60BD4B41408702900329025 /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B60BD4B51408702900329025 /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_PREPROCESSOR_DEFINITIONS = (
|
|
"DEBUG=1",
|
|
"$(inherited)",
|
|
);
|
|
GCC_SYMBOLS_PRIVATE_EXTERN = NO;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B60BD4B61408702900329025 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
ARCHS = "$(ARCHS_STANDARD_64_BIT)";
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_ENABLE_OBJC_EXCEPTIONS = YES;
|
|
GCC_WARN_64_TO_32_BIT_CONVERSION = YES;
|
|
GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES;
|
|
MACOSX_DEPLOYMENT_TARGET = 10.7;
|
|
PRODUCT_NAME = "$(TARGET_NAME)";
|
|
};
|
|
name = Release;
|
|
};
|
|
B63EFCD011A36C7300C90DCE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = apfm;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B63EFCD111A36C7300C90DCE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = apfm;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
B63EFE8311A4886C00C90DCE /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_pascal;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B63EFE8411A4886C00C90DCE /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_pascal;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
B65090AD133304C800FBA318 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = profuse;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B65090AE133304C800FBA318 /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = profuse;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B65090AF133304C800FBA318 /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = profuse;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B65090B0133304C800FBA318 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = profuse;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
B656AD7A11A84B5D00AB578A /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B656AD7C11A84B5D00AB578A /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = apfm;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B656AD7D11A84B5D00AB578A /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_pascal;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B656AE0511A84F5900AB578A /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = fuse_pascal;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B656AE0611A84F5900AB578A /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = fuse_pascal;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B656AE0711A84F5900AB578A /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = fuse_pascal;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
B656AF0511AA105600AB578A /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = NibbleTest;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B656AF0611AA105600AB578A /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = NibbleTest;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B656AF0711AA105600AB578A /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = NibbleTest;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
B6A53C1E131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
|
|
GCC_C_LANGUAGE_STANDARD = gnu99;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
GCC_WARN_ABOUT_RETURN_TYPE = YES;
|
|
GCC_WARN_UNUSED_VARIABLE = YES;
|
|
HEADER_SEARCH_PATHS = (
|
|
/usr/local/include/,
|
|
.,
|
|
);
|
|
ONLY_ACTIVE_ARCH = NO;
|
|
SDKROOT = macosx;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6A53C1F131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = apfm;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6A53C20131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_pascal;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6A53C21131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
LIBRARY_SEARCH_PATHS = (
|
|
.,
|
|
/usr/local/lib/,
|
|
);
|
|
OTHER_CFLAGS = "-DHAVE_NUFX";
|
|
PRODUCT_NAME = fuse_pascal;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6A53C22131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = NibbleTest;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6A53C24131B47DC00C9070F /* Debug Universal */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_prodos;
|
|
};
|
|
name = "Debug Universal";
|
|
};
|
|
B6F3682711B431AC0045E114 /* Debug */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = NO;
|
|
GCC_DYNAMIC_NO_PIC = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
GCC_OPTIMIZATION_LEVEL = 0;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_prodos;
|
|
};
|
|
name = Debug;
|
|
};
|
|
B6F3682811B431AC0045E114 /* Debug fuse */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_prodos;
|
|
};
|
|
name = "Debug fuse";
|
|
};
|
|
B6F3682911B431AC0045E114 /* Release */ = {
|
|
isa = XCBuildConfiguration;
|
|
buildSettings = {
|
|
ALWAYS_SEARCH_USER_PATHS = NO;
|
|
COPY_PHASE_STRIP = YES;
|
|
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
|
|
GCC_MODEL_TUNING = G5;
|
|
INSTALL_PATH = /usr/local/bin;
|
|
PRODUCT_NAME = newfs_prodos;
|
|
ZERO_LINK = NO;
|
|
};
|
|
name = Release;
|
|
};
|
|
/* End XCBuildConfiguration section */
|
|
|
|
/* Begin XCConfigurationList section */
|
|
1DEB923508733DC60010E9CD /* Build configuration list for PBXProject "ProFUSE" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
1DEB923608733DC60010E9CD /* Debug */,
|
|
B6A53C1E131B47DC00C9070F /* Debug Universal */,
|
|
B656AD7A11A84B5D00AB578A /* Debug fuse */,
|
|
1DEB923708733DC60010E9CD /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B60BD4B21408702900329025 /* Build configuration list for PBXNativeTarget "xattr" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B60BD4B31408702900329025 /* Debug */,
|
|
B60BD4B41408702900329025 /* Debug Universal */,
|
|
B60BD4B51408702900329025 /* Debug fuse */,
|
|
B60BD4B61408702900329025 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
};
|
|
B63EFCEC11A36CB800C90DCE /* Build configuration list for PBXNativeTarget "apfm" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B63EFCD011A36C7300C90DCE /* Debug */,
|
|
B6A53C1F131B47DC00C9070F /* Debug Universal */,
|
|
B656AD7C11A84B5D00AB578A /* Debug fuse */,
|
|
B63EFCD111A36C7300C90DCE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B63EFEB311A488C200C90DCE /* Build configuration list for PBXNativeTarget "newfs_pascal" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B63EFE8311A4886C00C90DCE /* Debug */,
|
|
B6A53C20131B47DC00C9070F /* Debug Universal */,
|
|
B656AD7D11A84B5D00AB578A /* Debug fuse */,
|
|
B63EFE8411A4886C00C90DCE /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B65090AC133304C800FBA318 /* Build configuration list for PBXNativeTarget "profuse" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B65090AD133304C800FBA318 /* Debug */,
|
|
B65090AE133304C800FBA318 /* Debug Universal */,
|
|
B65090AF133304C800FBA318 /* Debug fuse */,
|
|
B65090B0133304C800FBA318 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B656AE3411A84FA400AB578A /* Build configuration list for PBXNativeTarget "fuse_pascal" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B656AE0511A84F5900AB578A /* Debug */,
|
|
B6A53C21131B47DC00C9070F /* Debug Universal */,
|
|
B656AE0611A84F5900AB578A /* Debug fuse */,
|
|
B656AE0711A84F5900AB578A /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B656AF2111AA10A100AB578A /* Build configuration list for PBXNativeTarget "NibbleTest" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B656AF0511AA105600AB578A /* Debug */,
|
|
B6A53C22131B47DC00C9070F /* Debug Universal */,
|
|
B656AF0611AA105600AB578A /* Debug fuse */,
|
|
B656AF0711AA105600AB578A /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
B6F3684111B432000045E114 /* Build configuration list for PBXNativeTarget "newfs_prodos" */ = {
|
|
isa = XCConfigurationList;
|
|
buildConfigurations = (
|
|
B6F3682711B431AC0045E114 /* Debug */,
|
|
B6A53C24131B47DC00C9070F /* Debug Universal */,
|
|
B6F3682811B431AC0045E114 /* Debug fuse */,
|
|
B6F3682911B431AC0045E114 /* Release */,
|
|
);
|
|
defaultConfigurationIsVisible = 0;
|
|
defaultConfigurationName = Release;
|
|
};
|
|
/* End XCConfigurationList section */
|
|
};
|
|
rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
|
|
}
|