/core/10.5/fusefs/fusefs.xcodeproj/project.pbxproj
Unknown | 995 lines | 977 code | 18 blank | 0 comment | 0 complexity | 91eff6b45707e5944fc98294a9e38faf MD5 | raw file
1// !$*UTF8*$! 2{ 3 archiveVersion = 1; 4 classes = { 5 }; 6 objectVersion = 45; 7 objects = { 8 9/* Begin PBXAggregateTarget section */ 10 54C6DD290B5EE606002D9FD9 /* All */ = { 11 isa = PBXAggregateTarget; 12 buildConfigurationList = 54C6DD330B5EE623002D9FD9 /* Build configuration list for PBXAggregateTarget "All" */; 13 buildPhases = ( 14 ); 15 dependencies = ( 16 54C6DD310B5EE61A002D9FD9 /* PBXTargetDependency */, 17 54C6DD2D0B5EE61A002D9FD9 /* PBXTargetDependency */, 18 5409661A0C33B4DA00F5E227 /* PBXTargetDependency */, 19 54C6DE900B5F7732002D9FD9 /* PBXTargetDependency */, 20 ); 21 name = All; 22 productName = All; 23 }; 24 54C6DE650B5EED9E002D9FD9 /* fusefs.fs */ = { 25 isa = PBXAggregateTarget; 26 buildConfigurationList = 54C6DE680B5EEDBC002D9FD9 /* Build configuration list for PBXAggregateTarget "fusefs.fs" */; 27 buildPhases = ( 28 54C6DE640B5EED9E002D9FD9 /* CopyFiles */, 29 54C6DE890B5F7315002D9FD9 /* ShellScript */, 30 ); 31 dependencies = ( 32 ); 33 name = fusefs.fs; 34 productName = fusefs.fs; 35 }; 36/* End PBXAggregateTarget section */ 37 38/* Begin PBXBuildFile section */ 39 540966630C33B60B00F5E227 /* getmntopts.c in Sources */ = {isa = PBXBuildFile; fileRef = 5409665F0C33B60B00F5E227 /* getmntopts.c */; }; 40 540966650C33B60B00F5E227 /* mount_fusefs.c in Sources */ = {isa = PBXBuildFile; fileRef = 540966620C33B60B00F5E227 /* mount_fusefs.c */; }; 41 540966680C33B61A00F5E227 /* load_fusefs.c in Sources */ = {isa = PBXBuildFile; fileRef = 540966670C33B61A00F5E227 /* load_fusefs.c */; }; 42 540966950C33B99A00F5E227 /* CoreFoundation.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 541780C00B6413CA003DE6C0 /* CoreFoundation.framework */; }; 43 540966990C33B9A300F5E227 /* DiskArbitration.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 54BBC8F50B4C379500A17C8A /* DiskArbitration.framework */; }; 44 5409669F0C33BA2600F5E227 /* fuse_ioctl.h in Headers */ = {isa = PBXBuildFile; fileRef = 540966520C33B5F500F5E227 /* fuse_ioctl.h */; }; 45 540966A00C33BA2600F5E227 /* fuse_mount.h in Headers */ = {isa = PBXBuildFile; fileRef = 540966530C33B5F500F5E227 /* fuse_mount.h */; }; 46 540966A10C33BA2600F5E227 /* fuse_param.h in Headers */ = {isa = PBXBuildFile; fileRef = 540966540C33B5F500F5E227 /* fuse_param.h */; }; 47 540966A20C33BA2600F5E227 /* fuse_version.h in Headers */ = {isa = PBXBuildFile; fileRef = 540966550C33B5F500F5E227 /* fuse_version.h */; }; 48 540966A50C33BA3900F5E227 /* fuse.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDB70B5EEB44002D9FD9 /* fuse.h */; }; 49 540966A60C33BA3900F5E227 /* fuse_device.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDB80B5EEB44002D9FD9 /* fuse_device.c */; }; 50 540966A70C33BA3900F5E227 /* fuse_device.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDB90B5EEB44002D9FD9 /* fuse_device.h */; }; 51 540966A80C33BA3900F5E227 /* fuse_file.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDBA0B5EEB44002D9FD9 /* fuse_file.c */; }; 52 540966A90C33BA3900F5E227 /* fuse_file.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDBB0B5EEB44002D9FD9 /* fuse_file.h */; }; 53 540966AA0C33BA3900F5E227 /* fuse_internal.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDBC0B5EEB44002D9FD9 /* fuse_internal.c */; }; 54 540966AB0C33BA3900F5E227 /* fuse_internal.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDBD0B5EEB44002D9FD9 /* fuse_internal.h */; }; 55 540966AC0C33BA3900F5E227 /* fuse_ipc.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDBE0B5EEB44002D9FD9 /* fuse_ipc.c */; }; 56 540966AD0C33BA3900F5E227 /* fuse_ipc.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDBF0B5EEB44002D9FD9 /* fuse_ipc.h */; }; 57 540966AE0C33BA3900F5E227 /* fuse_kernel.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDC00B5EEB44002D9FD9 /* fuse_kernel.h */; }; 58 540966AF0C33BA3900F5E227 /* fuse_kludges.c in Sources */ = {isa = PBXBuildFile; fileRef = 54F862610B8029A400416A6F /* fuse_kludges.c */; }; 59 540966B00C33BA3900F5E227 /* fuse_kludges.h in Headers */ = {isa = PBXBuildFile; fileRef = 54F862620B8029A400416A6F /* fuse_kludges.h */; }; 60 540966B10C33BA3900F5E227 /* fuse_knote.c in Sources */ = {isa = PBXBuildFile; fileRef = 5434066A0B79C3AA00471672 /* fuse_knote.c */; }; 61 540966B20C33BA3900F5E227 /* fuse_knote.h in Headers */ = {isa = PBXBuildFile; fileRef = 5434066B0B79C3AA00471672 /* fuse_knote.h */; }; 62 540966B30C33BA3900F5E227 /* fuse_locking.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDC10B5EEB44002D9FD9 /* fuse_locking.c */; }; 63 540966B40C33BA3900F5E227 /* fuse_locking.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDC20B5EEB44002D9FD9 /* fuse_locking.h */; }; 64 540966B50C33BA3900F5E227 /* fuse_main.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDC30B5EEB44002D9FD9 /* fuse_main.c */; }; 65 540966B60C33BA3900F5E227 /* fuse_node.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDC40B5EEB44002D9FD9 /* fuse_node.c */; }; 66 540966B70C33BA3900F5E227 /* fuse_node.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDC50B5EEB44002D9FD9 /* fuse_node.h */; }; 67 540966B80C33BA3900F5E227 /* fuse_nodehash.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDC60B5EEB44002D9FD9 /* fuse_nodehash.c */; }; 68 540966B90C33BA3900F5E227 /* fuse_nodehash.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDC70B5EEB44002D9FD9 /* fuse_nodehash.h */; }; 69 540966BA0C33BA3900F5E227 /* fuse_sysctl.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDC80B5EEB44002D9FD9 /* fuse_sysctl.c */; }; 70 540966BB0C33BA3900F5E227 /* fuse_sysctl.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDC90B5EEB44002D9FD9 /* fuse_sysctl.h */; }; 71 540966BC0C33BA3900F5E227 /* fuse_vfsops.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDCA0B5EEB44002D9FD9 /* fuse_vfsops.c */; }; 72 540966BD0C33BA3900F5E227 /* fuse_vfsops.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDCB0B5EEB44002D9FD9 /* fuse_vfsops.h */; }; 73 540966BE0C33BA3900F5E227 /* fuse_vnops.c in Sources */ = {isa = PBXBuildFile; fileRef = 54C6DDCC0B5EEB44002D9FD9 /* fuse_vnops.c */; }; 74 540966BF0C33BA3900F5E227 /* fuse_vnops.h in Headers */ = {isa = PBXBuildFile; fileRef = 54C6DDCD0B5EEB44002D9FD9 /* fuse_vnops.h */; }; 75 540966D20C33BB2700F5E227 /* fusefs.fs in CopyFiles */ = {isa = PBXBuildFile; fileRef = 540965B70C33B17400F5E227 /* fusefs.fs */; }; 76 54B05C2D0EB5AD8200C02D6D /* fuse_biglock_vnops.c in Sources */ = {isa = PBXBuildFile; fileRef = 54B05C2B0EB5AD8200C02D6D /* fuse_biglock_vnops.c */; }; 77 54B05C2E0EB5AD8200C02D6D /* fuse_biglock_vnops.h in Headers */ = {isa = PBXBuildFile; fileRef = 54B05C2C0EB5AD8200C02D6D /* fuse_biglock_vnops.h */; }; 78/* End PBXBuildFile section */ 79 80/* Begin PBXContainerItemProxy section */ 81 540966190C33B4DA00F5E227 /* PBXContainerItemProxy */ = { 82 isa = PBXContainerItemProxy; 83 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 84 proxyType = 1; 85 remoteGlobalIDString = 540966160C33B4CB00F5E227; 86 remoteInfo = mount_fusefs; 87 }; 88 54C6DD2C0B5EE61A002D9FD9 /* PBXContainerItemProxy */ = { 89 isa = PBXContainerItemProxy; 90 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 91 proxyType = 1; 92 remoteGlobalIDString = 54D47B7F0B4F610000A8FE1C; 93 remoteInfo = load_fusefs; 94 }; 95 54C6DD300B5EE61A002D9FD9 /* PBXContainerItemProxy */ = { 96 isa = PBXContainerItemProxy; 97 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 98 proxyType = 1; 99 remoteGlobalIDString = 32A4FEB80562C75700D090E7; 100 remoteInfo = fusefs; 101 }; 102 54C6DE8F0B5F7732002D9FD9 /* PBXContainerItemProxy */ = { 103 isa = PBXContainerItemProxy; 104 containerPortal = 089C1669FE841209C02AAC07 /* Project object */; 105 proxyType = 1; 106 remoteGlobalIDString = 54C6DE650B5EED9E002D9FD9; 107 remoteInfo = fusefs.fs; 108 }; 109/* End PBXContainerItemProxy section */ 110 111/* Begin PBXCopyFilesBuildPhase section */ 112 54C6DE640B5EED9E002D9FD9 /* CopyFiles */ = { 113 isa = PBXCopyFilesBuildPhase; 114 buildActionMask = 2147483647; 115 dstPath = ""; 116 dstSubfolderSpec = 16; 117 files = ( 118 540966D20C33BB2700F5E227 /* fusefs.fs in CopyFiles */, 119 ); 120 runOnlyForDeploymentPostprocessing = 0; 121 }; 122/* End PBXCopyFilesBuildPhase section */ 123 124/* Begin PBXFileReference section */ 125 540965B70C33B17400F5E227 /* fusefs.fs */ = {isa = PBXFileReference; lastKnownFileType = folder; path = fusefs.fs; sourceTree = "<group>"; }; 126 540966520C33B5F500F5E227 /* fuse_ioctl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_ioctl.h; sourceTree = "<group>"; }; 127 540966530C33B5F500F5E227 /* fuse_mount.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_mount.h; sourceTree = "<group>"; }; 128 540966540C33B5F500F5E227 /* fuse_param.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_param.h; sourceTree = "<group>"; }; 129 540966550C33B5F500F5E227 /* fuse_version.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_version.h; sourceTree = "<group>"; }; 130 5409665F0C33B60B00F5E227 /* getmntopts.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = getmntopts.c; sourceTree = "<group>"; }; 131 540966610C33B60B00F5E227 /* mntopts.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mntopts.h; sourceTree = "<group>"; }; 132 540966620C33B60B00F5E227 /* mount_fusefs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mount_fusefs.c; sourceTree = "<group>"; }; 133 540966670C33B61A00F5E227 /* load_fusefs.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = load_fusefs.c; sourceTree = "<group>"; }; 134 540966F10C33BEC900F5E227 /* mount_fusefs */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mount_fusefs; sourceTree = BUILT_PRODUCTS_DIR; }; 135 540966F40C33BEC900F5E227 /* fusefs.kext */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = fusefs.kext; sourceTree = BUILT_PRODUCTS_DIR; }; 136 540966F50C33BEC900F5E227 /* load_fusefs */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = load_fusefs; sourceTree = BUILT_PRODUCTS_DIR; }; 137 541780C00B6413CA003DE6C0 /* CoreFoundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreFoundation.framework; path = /System/Library/Frameworks/CoreFoundation.framework; sourceTree = "<absolute>"; }; 138 5434066A0B79C3AA00471672 /* fuse_knote.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_knote.c; sourceTree = "<group>"; }; 139 5434066B0B79C3AA00471672 /* fuse_knote.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_knote.h; sourceTree = "<group>"; }; 140 549960D00EC093D800DDFCAD /* MacFUSE.exports */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = MacFUSE.exports; sourceTree = "<group>"; }; 141 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xcconfig; path = MacFUSE.xcconfig; sourceTree = "<group>"; }; 142 54B05C2B0EB5AD8200C02D6D /* fuse_biglock_vnops.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = fuse_biglock_vnops.c; sourceTree = "<group>"; }; 143 54B05C2C0EB5AD8200C02D6D /* fuse_biglock_vnops.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = fuse_biglock_vnops.h; sourceTree = "<group>"; }; 144 54BBC8F50B4C379500A17C8A /* DiskArbitration.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = DiskArbitration.framework; path = /System/Library/Frameworks/DiskArbitration.framework; sourceTree = "<absolute>"; }; 145 54C6DDB60B5EEB44002D9FD9 /* English */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = "<group>"; }; 146 54C6DDB70B5EEB44002D9FD9 /* fuse.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse.h; sourceTree = "<group>"; }; 147 54C6DDB80B5EEB44002D9FD9 /* fuse_device.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_device.c; sourceTree = "<group>"; }; 148 54C6DDB90B5EEB44002D9FD9 /* fuse_device.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_device.h; sourceTree = "<group>"; }; 149 54C6DDBA0B5EEB44002D9FD9 /* fuse_file.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_file.c; sourceTree = "<group>"; }; 150 54C6DDBB0B5EEB44002D9FD9 /* fuse_file.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_file.h; sourceTree = "<group>"; }; 151 54C6DDBC0B5EEB44002D9FD9 /* fuse_internal.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_internal.c; sourceTree = "<group>"; }; 152 54C6DDBD0B5EEB44002D9FD9 /* fuse_internal.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_internal.h; sourceTree = "<group>"; }; 153 54C6DDBE0B5EEB44002D9FD9 /* fuse_ipc.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_ipc.c; sourceTree = "<group>"; }; 154 54C6DDBF0B5EEB44002D9FD9 /* fuse_ipc.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_ipc.h; sourceTree = "<group>"; }; 155 54C6DDC00B5EEB44002D9FD9 /* fuse_kernel.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_kernel.h; sourceTree = "<group>"; }; 156 54C6DDC10B5EEB44002D9FD9 /* fuse_locking.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_locking.c; sourceTree = "<group>"; }; 157 54C6DDC20B5EEB44002D9FD9 /* fuse_locking.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_locking.h; sourceTree = "<group>"; }; 158 54C6DDC30B5EEB44002D9FD9 /* fuse_main.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_main.c; sourceTree = "<group>"; }; 159 54C6DDC40B5EEB44002D9FD9 /* fuse_node.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_node.c; sourceTree = "<group>"; }; 160 54C6DDC50B5EEB44002D9FD9 /* fuse_node.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_node.h; sourceTree = "<group>"; }; 161 54C6DDC60B5EEB44002D9FD9 /* fuse_nodehash.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_nodehash.c; sourceTree = "<group>"; }; 162 54C6DDC70B5EEB44002D9FD9 /* fuse_nodehash.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_nodehash.h; sourceTree = "<group>"; }; 163 54C6DDC80B5EEB44002D9FD9 /* fuse_sysctl.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_sysctl.c; sourceTree = "<group>"; }; 164 54C6DDC90B5EEB44002D9FD9 /* fuse_sysctl.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_sysctl.h; sourceTree = "<group>"; }; 165 54C6DDCA0B5EEB44002D9FD9 /* fuse_vfsops.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_vfsops.c; sourceTree = "<group>"; }; 166 54C6DDCB0B5EEB44002D9FD9 /* fuse_vfsops.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_vfsops.h; sourceTree = "<group>"; }; 167 54C6DDCC0B5EEB44002D9FD9 /* fuse_vnops.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_vnops.c; sourceTree = "<group>"; }; 168 54C6DDCD0B5EEB44002D9FD9 /* fuse_vnops.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_vnops.h; sourceTree = "<group>"; }; 169 54C6DDD50B5EEB44002D9FD9 /* fusefs.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; path = fusefs.xcodeproj; sourceTree = "<group>"; }; 170 54C6DDD80B5EEB44002D9FD9 /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = text.plist; path = Info.plist; sourceTree = "<group>"; }; 171 54F862610B8029A400416A6F /* fuse_kludges.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = fuse_kludges.c; sourceTree = "<group>"; }; 172 54F862620B8029A400416A6F /* fuse_kludges.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = fuse_kludges.h; sourceTree = "<group>"; }; 173 D27513B306A6225300ADB3A4 /* Kernel.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Kernel.framework; path = /System/Library/Frameworks/Kernel.framework; sourceTree = "<absolute>"; }; 174/* End PBXFileReference section */ 175 176/* Begin PBXFrameworksBuildPhase section */ 177 32A4FEBF0562C75700D090E7 /* Frameworks */ = { 178 isa = PBXFrameworksBuildPhase; 179 buildActionMask = 2147483647; 180 files = ( 181 ); 182 runOnlyForDeploymentPostprocessing = 0; 183 }; 184 540966150C33B4CB00F5E227 /* Frameworks */ = { 185 isa = PBXFrameworksBuildPhase; 186 buildActionMask = 2147483647; 187 files = ( 188 540966950C33B99A00F5E227 /* CoreFoundation.framework in Frameworks */, 189 540966990C33B9A300F5E227 /* DiskArbitration.framework in Frameworks */, 190 ); 191 runOnlyForDeploymentPostprocessing = 0; 192 }; 193 54D47B7E0B4F610000A8FE1C /* Frameworks */ = { 194 isa = PBXFrameworksBuildPhase; 195 buildActionMask = 2147483647; 196 files = ( 197 ); 198 runOnlyForDeploymentPostprocessing = 0; 199 }; 200/* End PBXFrameworksBuildPhase section */ 201 202/* Begin PBXGroup section */ 203 089C166AFE841209C02AAC07 /* fusefs */ = { 204 isa = PBXGroup; 205 children = ( 206 549960D00EC093D800DDFCAD /* MacFUSE.exports */, 207 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */, 208 54C6DDD50B5EEB44002D9FD9 /* fusefs.xcodeproj */, 209 540966510C33B5F500F5E227 /* common */, 210 54C6DD780B5EEB44002D9FD9 /* kernel */, 211 540966330C33B54F00F5E227 /* user */, 212 5409662C0C33B54300F5E227 /* Frameworks */, 213 540966F20C33BEC900F5E227 /* Products */, 214 ); 215 name = fusefs; 216 sourceTree = "<group>"; 217 }; 218 5409662C0C33B54300F5E227 /* Frameworks */ = { 219 isa = PBXGroup; 220 children = ( 221 541780C00B6413CA003DE6C0 /* CoreFoundation.framework */, 222 54BBC8F50B4C379500A17C8A /* DiskArbitration.framework */, 223 D27513B306A6225300ADB3A4 /* Kernel.framework */, 224 ); 225 name = Frameworks; 226 sourceTree = "<group>"; 227 }; 228 540966330C33B54F00F5E227 /* user */ = { 229 isa = PBXGroup; 230 children = ( 231 540966660C33B61A00F5E227 /* load */, 232 5409665E0C33B60B00F5E227 /* mount */, 233 540965B70C33B17400F5E227 /* fusefs.fs */, 234 ); 235 name = user; 236 sourceTree = "<group>"; 237 }; 238 540966510C33B5F500F5E227 /* common */ = { 239 isa = PBXGroup; 240 children = ( 241 540966520C33B5F500F5E227 /* fuse_ioctl.h */, 242 540966530C33B5F500F5E227 /* fuse_mount.h */, 243 540966540C33B5F500F5E227 /* fuse_param.h */, 244 540966550C33B5F500F5E227 /* fuse_version.h */, 245 ); 246 path = common; 247 sourceTree = "<group>"; 248 }; 249 5409665E0C33B60B00F5E227 /* mount */ = { 250 isa = PBXGroup; 251 children = ( 252 5409665F0C33B60B00F5E227 /* getmntopts.c */, 253 540966610C33B60B00F5E227 /* mntopts.h */, 254 540966620C33B60B00F5E227 /* mount_fusefs.c */, 255 ); 256 path = mount; 257 sourceTree = "<group>"; 258 }; 259 540966660C33B61A00F5E227 /* load */ = { 260 isa = PBXGroup; 261 children = ( 262 540966670C33B61A00F5E227 /* load_fusefs.c */, 263 ); 264 path = load; 265 sourceTree = "<group>"; 266 }; 267 540966F20C33BEC900F5E227 /* Products */ = { 268 isa = PBXGroup; 269 children = ( 270 540966F10C33BEC900F5E227 /* mount_fusefs */, 271 540966F40C33BEC900F5E227 /* fusefs.kext */, 272 540966F50C33BEC900F5E227 /* load_fusefs */, 273 ); 274 name = Products; 275 sourceTree = "<group>"; 276 }; 277 54C6DD780B5EEB44002D9FD9 /* kernel */ = { 278 isa = PBXGroup; 279 children = ( 280 54B05C2B0EB5AD8200C02D6D /* fuse_biglock_vnops.c */, 281 54B05C2C0EB5AD8200C02D6D /* fuse_biglock_vnops.h */, 282 54C6DDD80B5EEB44002D9FD9 /* Info.plist */, 283 54C6DDB50B5EEB44002D9FD9 /* InfoPlist.strings */, 284 54C6DDB70B5EEB44002D9FD9 /* fuse.h */, 285 54C6DDB80B5EEB44002D9FD9 /* fuse_device.c */, 286 54C6DDB90B5EEB44002D9FD9 /* fuse_device.h */, 287 54C6DDBA0B5EEB44002D9FD9 /* fuse_file.c */, 288 54C6DDBB0B5EEB44002D9FD9 /* fuse_file.h */, 289 54C6DDBC0B5EEB44002D9FD9 /* fuse_internal.c */, 290 54C6DDBD0B5EEB44002D9FD9 /* fuse_internal.h */, 291 54C6DDBE0B5EEB44002D9FD9 /* fuse_ipc.c */, 292 54C6DDBF0B5EEB44002D9FD9 /* fuse_ipc.h */, 293 54C6DDC00B5EEB44002D9FD9 /* fuse_kernel.h */, 294 54F862610B8029A400416A6F /* fuse_kludges.c */, 295 54F862620B8029A400416A6F /* fuse_kludges.h */, 296 5434066A0B79C3AA00471672 /* fuse_knote.c */, 297 5434066B0B79C3AA00471672 /* fuse_knote.h */, 298 54C6DDC10B5EEB44002D9FD9 /* fuse_locking.c */, 299 54C6DDC20B5EEB44002D9FD9 /* fuse_locking.h */, 300 54C6DDC30B5EEB44002D9FD9 /* fuse_main.c */, 301 54C6DDC40B5EEB44002D9FD9 /* fuse_node.c */, 302 54C6DDC50B5EEB44002D9FD9 /* fuse_node.h */, 303 54C6DDC60B5EEB44002D9FD9 /* fuse_nodehash.c */, 304 54C6DDC70B5EEB44002D9FD9 /* fuse_nodehash.h */, 305 54C6DDC80B5EEB44002D9FD9 /* fuse_sysctl.c */, 306 54C6DDC90B5EEB44002D9FD9 /* fuse_sysctl.h */, 307 54C6DDCA0B5EEB44002D9FD9 /* fuse_vfsops.c */, 308 54C6DDCB0B5EEB44002D9FD9 /* fuse_vfsops.h */, 309 54C6DDCC0B5EEB44002D9FD9 /* fuse_vnops.c */, 310 54C6DDCD0B5EEB44002D9FD9 /* fuse_vnops.h */, 311 ); 312 name = kernel; 313 sourceTree = "<group>"; 314 }; 315 54C6DDD60B5EEB44002D9FD9 /* Products */ = { 316 isa = PBXGroup; 317 children = ( 318 ); 319 name = Products; 320 sourceTree = "<group>"; 321 }; 322/* End PBXGroup section */ 323 324/* Begin PBXHeadersBuildPhase section */ 325 32A4FEBA0562C75700D090E7 /* Headers */ = { 326 isa = PBXHeadersBuildPhase; 327 buildActionMask = 2147483647; 328 files = ( 329 5409669F0C33BA2600F5E227 /* fuse_ioctl.h in Headers */, 330 540966A00C33BA2600F5E227 /* fuse_mount.h in Headers */, 331 540966A10C33BA2600F5E227 /* fuse_param.h in Headers */, 332 540966A20C33BA2600F5E227 /* fuse_version.h in Headers */, 333 540966A50C33BA3900F5E227 /* fuse.h in Headers */, 334 540966A70C33BA3900F5E227 /* fuse_device.h in Headers */, 335 540966A90C33BA3900F5E227 /* fuse_file.h in Headers */, 336 540966AB0C33BA3900F5E227 /* fuse_internal.h in Headers */, 337 540966AD0C33BA3900F5E227 /* fuse_ipc.h in Headers */, 338 540966AE0C33BA3900F5E227 /* fuse_kernel.h in Headers */, 339 540966B00C33BA3900F5E227 /* fuse_kludges.h in Headers */, 340 540966B20C33BA3900F5E227 /* fuse_knote.h in Headers */, 341 540966B40C33BA3900F5E227 /* fuse_locking.h in Headers */, 342 540966B70C33BA3900F5E227 /* fuse_node.h in Headers */, 343 540966B90C33BA3900F5E227 /* fuse_nodehash.h in Headers */, 344 540966BB0C33BA3900F5E227 /* fuse_sysctl.h in Headers */, 345 540966BD0C33BA3900F5E227 /* fuse_vfsops.h in Headers */, 346 540966BF0C33BA3900F5E227 /* fuse_vnops.h in Headers */, 347 54B05C2E0EB5AD8200C02D6D /* fuse_biglock_vnops.h in Headers */, 348 ); 349 runOnlyForDeploymentPostprocessing = 0; 350 }; 351/* End PBXHeadersBuildPhase section */ 352 353/* Begin PBXNativeTarget section */ 354 32A4FEB80562C75700D090E7 /* fusefs */ = { 355 isa = PBXNativeTarget; 356 buildConfigurationList = 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "fusefs" */; 357 buildPhases = ( 358 32A4FEBA0562C75700D090E7 /* Headers */, 359 32A4FEBB0562C75700D090E7 /* Resources */, 360 32A4FEBD0562C75700D090E7 /* Sources */, 361 32A4FEBF0562C75700D090E7 /* Frameworks */, 362 32A4FEC00562C75700D090E7 /* Rez */, 363 ); 364 buildRules = ( 365 ); 366 comments = "MacFUSE: An implementation of the FUSE API for Mac OS X (Kernel Extension)"; 367 dependencies = ( 368 ); 369 name = fusefs; 370 productInstallPath = "$(SYSTEM_LIBRARY_DIR)/Extensions"; 371 productName = fusefs; 372 productReference = 540966F40C33BEC900F5E227 /* fusefs.kext */; 373 productType = "com.apple.product-type.kernel-extension"; 374 }; 375 540966160C33B4CB00F5E227 /* mount_fusefs */ = { 376 isa = PBXNativeTarget; 377 buildConfigurationList = 540966210C33B4F800F5E227 /* Build configuration list for PBXNativeTarget "mount_fusefs" */; 378 buildPhases = ( 379 540966140C33B4CB00F5E227 /* Sources */, 380 540966150C33B4CB00F5E227 /* Frameworks */, 381 ); 382 buildRules = ( 383 ); 384 comments = "Command-line utility that mounts MacFUSE file systems"; 385 dependencies = ( 386 ); 387 name = mount_fusefs; 388 productName = mount_fusefs; 389 productReference = 540966F10C33BEC900F5E227 /* mount_fusefs */; 390 productType = "com.apple.product-type.tool"; 391 }; 392 54D47B7F0B4F610000A8FE1C /* load_fusefs */ = { 393 isa = PBXNativeTarget; 394 buildConfigurationList = 54D47B900B4F614B00A8FE1C /* Build configuration list for PBXNativeTarget "load_fusefs" */; 395 buildPhases = ( 396 54D47B7D0B4F610000A8FE1C /* Sources */, 397 54D47B7E0B4F610000A8FE1C /* Frameworks */, 398 ); 399 buildRules = ( 400 ); 401 comments = "Command-line utility that loads the MacFUSE kernel extension"; 402 dependencies = ( 403 ); 404 name = load_fusefs; 405 productName = load_fusefs; 406 productReference = 540966F50C33BEC900F5E227 /* load_fusefs */; 407 productType = "com.apple.product-type.tool"; 408 }; 409/* End PBXNativeTarget section */ 410 411/* Begin PBXProject section */ 412 089C1669FE841209C02AAC07 /* Project object */ = { 413 isa = PBXProject; 414 buildConfigurationList = 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "fusefs" */; 415 compatibilityVersion = "Xcode 3.1"; 416 hasScannedForEncodings = 1; 417 mainGroup = 089C166AFE841209C02AAC07 /* fusefs */; 418 productRefGroup = 540966F20C33BEC900F5E227 /* Products */; 419 projectDirPath = ""; 420 projectReferences = ( 421 { 422 ProductGroup = 54C6DDD60B5EEB44002D9FD9 /* Products */; 423 ProjectRef = 54C6DDD50B5EEB44002D9FD9 /* fusefs.xcodeproj */; 424 }, 425 ); 426 projectRoot = ""; 427 targets = ( 428 54C6DD290B5EE606002D9FD9 /* All */, 429 32A4FEB80562C75700D090E7 /* fusefs */, 430 54D47B7F0B4F610000A8FE1C /* load_fusefs */, 431 540966160C33B4CB00F5E227 /* mount_fusefs */, 432 54C6DE650B5EED9E002D9FD9 /* fusefs.fs */, 433 ); 434 }; 435/* End PBXProject section */ 436 437/* Begin PBXResourcesBuildPhase section */ 438 32A4FEBB0562C75700D090E7 /* Resources */ = { 439 isa = PBXResourcesBuildPhase; 440 buildActionMask = 2147483647; 441 files = ( 442 ); 443 runOnlyForDeploymentPostprocessing = 0; 444 }; 445/* End PBXResourcesBuildPhase section */ 446 447/* Begin PBXRezBuildPhase section */ 448 32A4FEC00562C75700D090E7 /* Rez */ = { 449 isa = PBXRezBuildPhase; 450 buildActionMask = 2147483647; 451 files = ( 452 ); 453 runOnlyForDeploymentPostprocessing = 0; 454 }; 455/* End PBXRezBuildPhase section */ 456 457/* Begin PBXShellScriptBuildPhase section */ 458 54C6DE890B5F7315002D9FD9 /* ShellScript */ = { 459 isa = PBXShellScriptBuildPhase; 460 buildActionMask = 2147483647; 461 files = ( 462 ); 463 inputPaths = ( 464 ); 465 outputPaths = ( 466 ); 467 runOnlyForDeploymentPostprocessing = 0; 468 shellPath = /bin/sh; 469 shellScript = "/usr/bin/cpp -DMACFUSE_BUILD_FLAVOR=\"$MACFUSE_BUILD_FLAVOR\" -I\"$SRCROOT\" -P \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/Info.plist | $SED -e '/^$/d' > \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/Info.plist.new\n/bin/mv \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/Info.plist.new \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/Info.plist\n/usr/bin/cpp -I\"$SRCROOT\" -P \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/version.plist | $SED -e '/^$/d' > \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/version.plist.new\n/bin/mv \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/version.plist.new \"$BUILT_PRODUCTS_DIR\"/\"$TARGET_NAME\"/Contents/version.plist"; 470 }; 471/* End PBXShellScriptBuildPhase section */ 472 473/* Begin PBXSourcesBuildPhase section */ 474 32A4FEBD0562C75700D090E7 /* Sources */ = { 475 isa = PBXSourcesBuildPhase; 476 buildActionMask = 2147483647; 477 files = ( 478 540966A60C33BA3900F5E227 /* fuse_device.c in Sources */, 479 540966A80C33BA3900F5E227 /* fuse_file.c in Sources */, 480 540966AA0C33BA3900F5E227 /* fuse_internal.c in Sources */, 481 540966AC0C33BA3900F5E227 /* fuse_ipc.c in Sources */, 482 540966AF0C33BA3900F5E227 /* fuse_kludges.c in Sources */, 483 540966B10C33BA3900F5E227 /* fuse_knote.c in Sources */, 484 540966B30C33BA3900F5E227 /* fuse_locking.c in Sources */, 485 540966B50C33BA3900F5E227 /* fuse_main.c in Sources */, 486 540966B60C33BA3900F5E227 /* fuse_node.c in Sources */, 487 540966B80C33BA3900F5E227 /* fuse_nodehash.c in Sources */, 488 540966BA0C33BA3900F5E227 /* fuse_sysctl.c in Sources */, 489 540966BC0C33BA3900F5E227 /* fuse_vfsops.c in Sources */, 490 540966BE0C33BA3900F5E227 /* fuse_vnops.c in Sources */, 491 54B05C2D0EB5AD8200C02D6D /* fuse_biglock_vnops.c in Sources */, 492 ); 493 runOnlyForDeploymentPostprocessing = 0; 494 }; 495 540966140C33B4CB00F5E227 /* Sources */ = { 496 isa = PBXSourcesBuildPhase; 497 buildActionMask = 2147483647; 498 files = ( 499 540966630C33B60B00F5E227 /* getmntopts.c in Sources */, 500 540966650C33B60B00F5E227 /* mount_fusefs.c in Sources */, 501 ); 502 runOnlyForDeploymentPostprocessing = 0; 503 }; 504 54D47B7D0B4F610000A8FE1C /* Sources */ = { 505 isa = PBXSourcesBuildPhase; 506 buildActionMask = 2147483647; 507 files = ( 508 540966680C33B61A00F5E227 /* load_fusefs.c in Sources */, 509 ); 510 runOnlyForDeploymentPostprocessing = 0; 511 }; 512/* End PBXSourcesBuildPhase section */ 513 514/* Begin PBXTargetDependency section */ 515 5409661A0C33B4DA00F5E227 /* PBXTargetDependency */ = { 516 isa = PBXTargetDependency; 517 target = 540966160C33B4CB00F5E227 /* mount_fusefs */; 518 targetProxy = 540966190C33B4DA00F5E227 /* PBXContainerItemProxy */; 519 }; 520 54C6DD2D0B5EE61A002D9FD9 /* PBXTargetDependency */ = { 521 isa = PBXTargetDependency; 522 target = 54D47B7F0B4F610000A8FE1C /* load_fusefs */; 523 targetProxy = 54C6DD2C0B5EE61A002D9FD9 /* PBXContainerItemProxy */; 524 }; 525 54C6DD310B5EE61A002D9FD9 /* PBXTargetDependency */ = { 526 isa = PBXTargetDependency; 527 target = 32A4FEB80562C75700D090E7 /* fusefs */; 528 targetProxy = 54C6DD300B5EE61A002D9FD9 /* PBXContainerItemProxy */; 529 }; 530 54C6DE900B5F7732002D9FD9 /* PBXTargetDependency */ = { 531 isa = PBXTargetDependency; 532 target = 54C6DE650B5EED9E002D9FD9 /* fusefs.fs */; 533 targetProxy = 54C6DE8F0B5F7732002D9FD9 /* PBXContainerItemProxy */; 534 }; 535/* End PBXTargetDependency section */ 536 537/* Begin PBXVariantGroup section */ 538 54C6DDB50B5EEB44002D9FD9 /* InfoPlist.strings */ = { 539 isa = PBXVariantGroup; 540 children = ( 541 54C6DDB60B5EEB44002D9FD9 /* English */, 542 ); 543 name = InfoPlist.strings; 544 sourceTree = "<group>"; 545 }; 546/* End PBXVariantGroup section */ 547 548/* Begin XCBuildConfiguration section */ 549 1DEB91C408733DAC0010E9CD /* Debug */ = { 550 isa = XCBuildConfiguration; 551 baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */; 552 buildSettings = { 553 ARCHS = ( 554 x86_64, 555 i386, 556 ppc, 557 ); 558 COPY_PHASE_STRIP = NO; 559 GCC_C_LANGUAGE_STANDARD = "compiler-default"; 560 GCC_DYNAMIC_NO_PIC = NO; 561 GCC_ENABLE_FIX_AND_CONTINUE = YES; 562 GCC_MODEL_TUNING = G5; 563 GCC_OPTIMIZATION_LEVEL = 0; 564 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 565 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 566 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 567 "GCC_VERSION[sdk=macosx10.6][arch=x86_64]" = 4.2; 568 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 569 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 570 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 571 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 572 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 573 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; 574 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 575 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 576 GCC_WARN_MISSING_PARENTHESES = YES; 577 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 578 GCC_WARN_PEDANTIC = NO; 579 GCC_WARN_PROTOTYPE_CONVERSION = NO; 580 GCC_WARN_SHADOW = YES; 581 GCC_WARN_SIGN_COMPARE = YES; 582 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 583 GCC_WARN_UNINITIALIZED_AUTOS = NO; 584 GCC_WARN_UNKNOWN_PRAGMAS = YES; 585 GCC_WARN_UNUSED_FUNCTION = YES; 586 GCC_WARN_UNUSED_LABEL = YES; 587 GCC_WARN_UNUSED_PARAMETER = YES; 588 GCC_WARN_UNUSED_VALUE = YES; 589 INFOPLIST_EXPAND_BUILD_SETTINGS = YES; 590 INFOPLIST_FILE = Info.plist; 591 INFOPLIST_PREPROCESS = YES; 592 INFOPLIST_PREPROCESSOR_DEFINITIONS = ""; 593 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; 594 MACOSX_DEPLOYMENT_TARGET = 10.5; 595 "MACOSX_DEPLOYMENT_TARGET[sdk=macosx10.6][arch=x86_64]" = 10.6; 596 MODULE_NAME = com.google.filesystems.fusefs; 597 MODULE_START = fusefs_start; 598 MODULE_STOP = fusefs_stop; 599 MODULE_VERSION = "$(MACFUSE_VERSION)"; 600 OTHER_CFLAGS = ( 601 "$(inherited)", 602 "-D__FreeBSD__=10", 603 ); 604 PRODUCT_NAME = fusefs; 605 "SDKROOT[arch=x86_64]" = macosx10.6; 606 WRAPPER_EXTENSION = kext; 607 ZERO_LINK = YES; 608 }; 609 name = Debug; 610 }; 611 1DEB91C508733DAC0010E9CD /* Release */ = { 612 isa = XCBuildConfiguration; 613 baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */; 614 buildSettings = { 615 ARCHS = ( 616 x86_64, 617 i386, 618 ppc, 619 ); 620 COPY_PHASE_STRIP = YES; 621 DEPLOYMENT_POSTPROCESSING = YES; 622 EXPORTED_SYMBOLS_FILE = MacFUSE.exports; 623 GCC_C_LANGUAGE_STANDARD = "compiler-default"; 624 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 625 GCC_MODEL_TUNING = G5; 626 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 627 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 628 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 629 "GCC_VERSION[sdk=macosx10.6][arch=x86_64]" = 4.2; 630 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 631 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 632 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 633 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 634 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 635 GCC_WARN_FOUR_CHARACTER_CONSTANTS = NO; 636 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 637 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 638 GCC_WARN_MISSING_PARENTHESES = YES; 639 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 640 GCC_WARN_PEDANTIC = NO; 641 GCC_WARN_PROTOTYPE_CONVERSION = NO; 642 GCC_WARN_SHADOW = YES; 643 GCC_WARN_SIGN_COMPARE = YES; 644 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 645 GCC_WARN_UNINITIALIZED_AUTOS = YES; 646 GCC_WARN_UNKNOWN_PRAGMAS = YES; 647 GCC_WARN_UNUSED_FUNCTION = YES; 648 GCC_WARN_UNUSED_LABEL = YES; 649 GCC_WARN_UNUSED_PARAMETER = YES; 650 GCC_WARN_UNUSED_VALUE = YES; 651 INFOPLIST_EXPAND_BUILD_SETTINGS = YES; 652 INFOPLIST_FILE = Info.plist; 653 INFOPLIST_PREPROCESS = YES; 654 INFOPLIST_PREPROCESSOR_DEFINITIONS = ""; 655 INSTALL_PATH = "$(SYSTEM_LIBRARY_DIR)/Extensions"; 656 MACOSX_DEPLOYMENT_TARGET = 10.5; 657 "MACOSX_DEPLOYMENT_TARGET[sdk=macosx10.6][arch=x86_64]" = 10.6; 658 MODULE_NAME = com.google.filesystems.fusefs; 659 MODULE_START = fusefs_start; 660 MODULE_STOP = fusefs_stop; 661 MODULE_VERSION = "$(MACFUSE_VERSION)"; 662 OTHER_CFLAGS = ( 663 "$(inherited)", 664 "-D__FreeBSD__=10", 665 ); 666 PRODUCT_NAME = fusefs; 667 "SDKROOT[arch=x86_64]" = macosx10.6; 668 STRIP_INSTALLED_PRODUCT = YES; 669 STRIP_STYLE = "non-global"; 670 WRAPPER_EXTENSION = kext; 671 }; 672 name = Release; 673 }; 674 1DEB91C808733DAC0010E9CD /* Debug */ = { 675 isa = XCBuildConfiguration; 676 baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */; 677 buildSettings = { 678 ARCHS = ( 679 i386, 680 ppc, 681 ); 682 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 683 GCC_WARN_ABOUT_RETURN_TYPE = YES; 684 GCC_WARN_UNUSED_VARIABLE = YES; 685 INFOPLIST_EXPAND_BUILD_SETTINGS = YES; 686 INFOPLIST_PREPROCESS = YES; 687 INFOPLIST_PREPROCESSOR_DEFINITIONS = ""; 688 PREBINDING = NO; 689 SDKROOT = macosx10.5; 690 }; 691 name = Debug; 692 }; 693 1DEB91C908733DAC0010E9CD /* Release */ = { 694 isa = XCBuildConfiguration; 695 baseConfigurationReference = 54A06B920C9DE6060045DC0D /* MacFUSE.xcconfig */; 696 buildSettings = { 697 ARCHS = ( 698 i386, 699 ppc, 700 ); 701 COPY_PHASE_STRIP = NO; 702 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 703 GCC_WARN_ABOUT_RETURN_TYPE = YES; 704 GCC_WARN_UNUSED_VARIABLE = YES; 705 INFOPLIST_EXPAND_BUILD_SETTINGS = YES; 706 INFOPLIST_PREPROCESS = YES; 707 INFOPLIST_PREPROCESSOR_DEFINITIONS = ""; 708 PREBINDING = NO; 709 SDKROOT = macosx10.5; 710 STRIP_INSTALLED_PRODUCT = NO; 711 }; 712 name = Release; 713 }; 714 540966220C33B4F800F5E227 /* Debug */ = { 715 isa = XCBuildConfiguration; 716 buildSettings = { 717 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 718 COPY_PHASE_STRIP = NO; 719 GCC_C_LANGUAGE_STANDARD = c99; 720 GCC_DYNAMIC_NO_PIC = NO; 721 GCC_ENABLE_FIX_AND_CONTINUE = YES; 722 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 723 GCC_MODEL_TUNING = G5; 724 GCC_OPTIMIZATION_LEVEL = 0; 725 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 726 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 727 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 728 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 729 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 730 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 731 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 732 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 733 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; 734 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 735 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 736 GCC_WARN_MISSING_PARENTHESES = YES; 737 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 738 GCC_WARN_PEDANTIC = YES; 739 GCC_WARN_PROTOTYPE_CONVERSION = NO; 740 GCC_WARN_SHADOW = YES; 741 GCC_WARN_SIGN_COMPARE = YES; 742 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 743 GCC_WARN_UNINITIALIZED_AUTOS = NO; 744 GCC_WARN_UNKNOWN_PRAGMAS = YES; 745 GCC_WARN_UNUSED_FUNCTION = YES; 746 GCC_WARN_UNUSED_LABEL = YES; 747 GCC_WARN_UNUSED_PARAMETER = YES; 748 GCC_WARN_UNUSED_VALUE = YES; 749 INSTALL_PATH = "$(HOME)/bin"; 750 MACOSX_DEPLOYMENT_TARGET = 10.5; 751 PREBINDING = NO; 752 PRODUCT_NAME = mount_fusefs; 753 ZERO_LINK = YES; 754 }; 755 name = Debug; 756 }; 757 540966230C33B4F800F5E227 /* Release */ = { 758 isa = XCBuildConfiguration; 759 buildSettings = { 760 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 761 COPY_PHASE_STRIP = YES; 762 DEPLOYMENT_POSTPROCESSING = YES; 763 GCC_C_LANGUAGE_STANDARD = c99; 764 GCC_ENABLE_FIX_AND_CONTINUE = NO; 765 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 766 GCC_MODEL_TUNING = G5; 767 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 768 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 769 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 770 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 771 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 772 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 773 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 774 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 775 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; 776 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 777 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 778 GCC_WARN_MISSING_PARENTHESES = YES; 779 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 780 GCC_WARN_PEDANTIC = YES; 781 GCC_WARN_PROTOTYPE_CONVERSION = NO; 782 GCC_WARN_SHADOW = YES; 783 GCC_WARN_SIGN_COMPARE = YES; 784 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 785 GCC_WARN_UNINITIALIZED_AUTOS = YES; 786 GCC_WARN_UNKNOWN_PRAGMAS = YES; 787 GCC_WARN_UNUSED_FUNCTION = YES; 788 GCC_WARN_UNUSED_LABEL = YES; 789 GCC_WARN_UNUSED_PARAMETER = YES; 790 GCC_WARN_UNUSED_VALUE = YES; 791 INSTALL_PATH = "$(HOME)/bin"; 792 LINK_WITH_STANDARD_LIBRARIES = YES; 793 MACOSX_DEPLOYMENT_TARGET = 10.5; 794 PREBINDING = NO; 795 PRODUCT_NAME = mount_fusefs; 796 STRIP_INSTALLED_PRODUCT = YES; 797 ZERO_LINK = NO; 798 }; 799 name = Release; 800 }; 801 54C6DD340B5EE623002D9FD9 /* Debug */ = { 802 isa = XCBuildConfiguration; 803 buildSettings = { 804 COPY_PHASE_STRIP = NO; 805 CURRENT_PROJECT_VERSION = ""; 806 GCC_DYNAMIC_NO_PIC = NO; 807 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 808 GCC_OPTIMIZATION_LEVEL = 0; 809 PRODUCT_NAME = All; 810 VERSIONING_SYSTEM = ""; 811 }; 812 name = Debug; 813 }; 814 54C6DD350B5EE623002D9FD9 /* Release */ = { 815 isa = XCBuildConfiguration; 816 buildSettings = { 817 COPY_PHASE_STRIP = YES; 818 CURRENT_PROJECT_VERSION = ""; 819 GCC_ENABLE_FIX_AND_CONTINUE = NO; 820 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 821 PRODUCT_NAME = All; 822 VERSIONING_SYSTEM = ""; 823 ZERO_LINK = NO; 824 }; 825 name = Release; 826 }; 827 54C6DE690B5EEDBC002D9FD9 /* Debug */ = { 828 isa = XCBuildConfiguration; 829 buildSettings = { 830 COPY_PHASE_STRIP = NO; 831 GCC_DYNAMIC_NO_PIC = NO; 832 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 833 GCC_OPTIMIZATION_LEVEL = 0; 834 PRODUCT_NAME = fusefs.fs; 835 }; 836 name = Debug; 837 }; 838 54C6DE6A0B5EEDBC002D9FD9 /* Release */ = { 839 isa = XCBuildConfiguration; 840 buildSettings = { 841 COPY_PHASE_STRIP = YES; 842 GCC_ENABLE_FIX_AND_CONTINUE = NO; 843 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 844 PRODUCT_NAME = fusefs.fs; 845 ZERO_LINK = NO; 846 }; 847 name = Release; 848 }; 849 54D47B910B4F614B00A8FE1C /* Debug */ = { 850 isa = XCBuildConfiguration; 851 buildSettings = { 852 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 853 COPY_PHASE_STRIP = NO; 854 GCC_DYNAMIC_NO_PIC = NO; 855 GCC_ENABLE_FIX_AND_CONTINUE = YES; 856 GCC_GENERATE_DEBUGGING_SYMBOLS = YES; 857 GCC_MODEL_TUNING = G5; 858 GCC_OPTIMIZATION_LEVEL = 0; 859 GCC_SHORT_ENUMS = NO; 860 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 861 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 862 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 863 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 864 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 865 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 866 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 867 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 868 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; 869 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 870 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 871 GCC_WARN_MISSING_PARENTHESES = YES; 872 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 873 GCC_WARN_PEDANTIC = YES; 874 GCC_WARN_PROTOTYPE_CONVERSION = YES; 875 GCC_WARN_SHADOW = YES; 876 GCC_WARN_SIGN_COMPARE = YES; 877 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 878 GCC_WARN_UNINITIALIZED_AUTOS = NO; 879 GCC_WARN_UNKNOWN_PRAGMAS = YES; 880 GCC_WARN_UNUSED_FUNCTION = YES; 881 GCC_WARN_UNUSED_LABEL = YES; 882 GCC_WARN_UNUSED_PARAMETER = YES; 883 GCC_WARN_UNUSED_VALUE = YES; 884 INSTALL_PATH = "$(HOME)/bin"; 885 MACOSX_DEPLOYMENT_TARGET = 10.5; 886 PREBINDING = NO; 887 PRODUCT_NAME = load_fusefs; 888 ZERO_LINK = YES; 889 }; 890 name = Debug; 891 }; 892 54D47B920B4F614B00A8FE1C /* Release */ = { 893 isa = XCBuildConfiguration; 894 buildSettings = { 895 ARCHS = "$(ARCHS_STANDARD_32_BIT)"; 896 COPY_PHASE_STRIP = YES; 897 DEPLOYMENT_POSTPROCESSING = YES; 898 GCC_ENABLE_FIX_AND_CONTINUE = NO; 899 GCC_GENERATE_DEBUGGING_SYMBOLS = NO; 900 GCC_MODEL_TUNING = G5; 901 GCC_SHORT_ENUMS = NO; 902 GCC_TREAT_IMPLICIT_FUNCTION_DECLARATIONS_AS_ERRORS = YES; 903 GCC_TREAT_NONCONFORMANT_CODE_ERRORS_AS_WARNINGS = YES; 904 GCC_TREAT_WARNINGS_AS_ERRORS = YES; 905 GCC_WARN_64_TO_32_BIT_CONVERSION = YES; 906 GCC_WARN_ABOUT_MISSING_NEWLINE = YES; 907 GCC_WARN_ABOUT_MISSING_PROTOTYPES = YES; 908 GCC_WARN_CHECK_SWITCH_STATEMENTS = YES; 909 GCC_WARN_EFFECTIVE_CPLUSPLUS_VIOLATIONS = YES; 910 GCC_WARN_FOUR_CHARACTER_CONSTANTS = YES; 911 GCC_WARN_HIDDEN_VIRTUAL_FUNCTIONS = YES; 912 GCC_WARN_INITIALIZER_NOT_FULLY_BRACKETED = YES; 913 GCC_WARN_MISSING_PARENTHESES = YES; 914 GCC_WARN_NON_VIRTUAL_DESTRUCTOR = YES; 915 GCC_WARN_PEDANTIC = YES; 916 GCC_WARN_PROTOTYPE_CONVERSION = YES; 917 GCC_WARN_SHADOW = YES; 918 GCC_WARN_SIGN_COMPARE = YES; 919 GCC_WARN_TYPECHECK_CALLS_TO_PRINTF = YES; 920 GCC_WARN_UNINITIALIZED_AUTOS = YES; 921 GCC_WARN_UNKNOWN_PRAGMAS = YES; 922 GCC_WARN_UNUSED_FUNCTION = YES; 923 GCC_WARN_UNUSED_LABEL = YES; 924 GCC_WARN_UNUSED_PARAMETER = YES; 925 GCC_WARN_UNUSED_VALUE = YES; 926 INSTALL_PATH = "$(HOME)/bin"; 927 MACOSX_DEPLOYMENT_TARGET = 10.5; 928 PREBINDING = NO; 929 PRODUCT_NAME = load_fusefs; 930 STRIP_INSTALLED_PRODUCT = YES; 931 ZERO_LINK = NO; 932 }; 933 name = Release; 934 }; 935/* End XCBuildConfiguration section */ 936 937/* Begin XCConfigurationList section */ 938 1DEB91C308733DAC0010E9CD /* Build configuration list for PBXNativeTarget "fusefs" */ = { 939 isa = XCConfigurationList; 940 buildConfigurations = ( 941 1DEB91C408733DAC0010E9CD /* Debug */, 942 1DEB91C508733DAC0010E9CD /* Release */, 943 ); 944 defaultConfigurationIsVisible = 0; 945 defaultConfigurationName = Release; 946 }; 947 1DEB91C708733DAC0010E9CD /* Build configuration list for PBXProject "fusefs" */ = { 948 isa = XCConfigurationList; 949 buildConfigurations = ( 950 1DEB91C808733DAC0010E9CD /* Debug */, 951 1DEB91C908733DAC0010E9CD /* Release */, 952 ); 953 defaultConfigurationIsVisible = 0; 954 defaultConfigurationName = Release; 955 }; 956 540966210C33B4F800F5E227 /* Build configuration list for PBXNativeTarget "mount_fusefs" */ = { 957 isa = XCConfigurationList; 958 buildConfigurations = ( 959 540966220C33B4F800F5E227 /* Debug */, 960 540966230C33B4F800F5E227 /* Release */, 961 ); 962 defaultConfigurationIsVisible = 0; 963 defaultConfigurationName = Release; 964 }; 965 54C6DD330B5EE623002D9FD9 /* Build configuration list for PBXAggregateTarget "All" */ = { 966 isa = XCConfigurationList; 967 buildConfigurations = ( 968 54C6DD340B5EE623002D9FD9 /* Debug */, 969 54C6DD350B5EE623002D9FD9 /* Release */, 970 ); 971 defaultConfigurationIsVisible = 0; 972 defaultConfigurationName = Release; 973 }; 974 54C6DE680B5EEDBC002D9FD9 /* Build configuration list for PBXAggregateTarget "fusefs.fs" */ = { 975 isa = XCConfigurationList; 976 buildConfigurations = ( 977 54C6DE690B5EEDBC002D9FD9 /* Debug */, 978 54C6DE6A0B5EEDBC002D9FD9 /* Release */, 979 ); 980 defaultConfigurationIsVisible = 0; 981 defaultConfigurationName = Release; 982 }; 983 54D47B900B4F614B00A8FE1C /* Build configuration list for PBXNativeTarget "load_fusefs" */ = { 984 isa = XCConfigurationList; 985 buildConfigurations = ( 986 54D47B910B4F614B00A8FE1C /* Debug */, 987 54D47B920B4F614B00A8FE1C /* Release */, 988 ); 989 defaultConfigurationIsVisible = 0; 990 defaultConfigurationName = Release; 991 }; 992/* End XCConfigurationList section */ 993 }; 994 rootObject = 089C1669FE841209C02AAC07 /* Project object */; 995}