|
74 | 74 | AD37A2960C01C87E00DF1291 /* iTunesLibrary.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = iTunesLibrary.m; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; };
|
75 | 75 | AD37A2BE0C01CFA800DF1291 /* README */ = {isa = PBXFileReference; explicitFileType = text; fileEncoding = 4; lineEnding = 0; path = README; sourceTree = "<group>"; };
|
76 | 76 | AD37A2C20C01CFB400DF1291 /* NOTES */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = NOTES; sourceTree = "<group>"; };
|
| 77 | + AD4C4ED912FDCAF90057C045 /* GMUserFileSystem.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = GMUserFileSystem.h; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; }; |
| 78 | + AD4C4EDA12FDCAF90057C045 /* GMUserFileSystem.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = GMUserFileSystem.m; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; }; |
| 79 | + AD4C4EDB12FDCAF90057C045 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 4; indentWidth = 8; path = GNUmakefile; sourceTree = "<group>"; tabWidth = 8; }; |
| 80 | + AD4C4EDD12FDCC7A0057C045 /* GSFUSE.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GSFUSE.h; sourceTree = "<group>"; }; |
| 81 | + AD4C4EE812FDCD690057C045 /* FUSESupport.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = FUSESupport.h; sourceTree = "<group>"; }; |
| 82 | + AD4C4F2512FF0E050057C045 /* GMDataBackedFileDelegate.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = GMDataBackedFileDelegate.h; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; }; |
| 83 | + AD4C4F2612FF0E050057C045 /* GMDataBackedFileDelegate.m */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.objc; path = GMDataBackedFileDelegate.m; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; }; |
| 84 | + AD4C4F2712FF0E050057C045 /* GMDTrace.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = GMDTrace.h; sourceTree = "<group>"; }; |
77 | 85 | AD5A40700C214A1900B1A000 /* README-GNUstep */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = text; path = "README-GNUstep"; sourceTree = "<group>"; };
|
78 |
| - AD5A407E0C214FCB00B1A000 /* FUSEFileSystem.h */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.h; path = FUSEFileSystem.h; sourceTree = "<group>"; }; |
79 |
| - AD5A407F0C214FCB00B1A000 /* FUSEFileSystem.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FUSEFileSystem.m; sourceTree = "<group>"; }; |
80 |
| - AD5A40800C214FCB00B1A000 /* FUSEMain.m */ = {isa = PBXFileReference; fileEncoding = 5; lastKnownFileType = sourcecode.c.objc; path = FUSEMain.m; sourceTree = "<group>"; }; |
81 |
| - AD5A40810C214FCB00B1A000 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; path = GNUmakefile; sourceTree = "<group>"; tabWidth = 8; }; |
82 | 86 | AD5A40820C214FCB00B1A000 /* GNUmakefile */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile; sourceTree = "<group>"; tabWidth = 8; };
|
83 | 87 | AD5A40830C214FCB00B1A000 /* GNUmakefile.preamble */ = {isa = PBXFileReference; explicitFileType = sourcecode.make; fileEncoding = 5; indentWidth = 8; path = GNUmakefile.preamble; sourceTree = "<group>"; tabWidth = 8; };
|
84 | 88 | AD5B5E7A0C0C1A70003B1650 /* NSObject+FUSEOFS.h */ = {isa = PBXFileReference; fileEncoding = 4; indentWidth = 2; lastKnownFileType = sourcecode.c.h; path = "NSObject+FUSEOFS.h"; sourceTree = "<group>"; tabWidth = 2; usesTabs = 0; };
|
|
154 | 158 | 08FB7795FE84155DC02AAC07 /* iTunesFS */,
|
155 | 159 | AD5A407C0C214FAA00B1A000 /* GNUstep */,
|
156 | 160 | 7FEA82C10B456A36001441DE /* Resources */,
|
157 |
| - AD5A407D0C214FCB00B1A000 /* FUSEObjC-GNUstep */, |
158 | 161 | ADBDAB040C02F664004CF795 /* Scripts */,
|
159 | 162 | AD95D4090C21C7AF00B96A36 /* examples */,
|
160 | 163 | 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
|
|
226 | 229 | isa = PBXGroup;
|
227 | 230 | children = (
|
228 | 231 | AD0073DC12F0131500E05C0D /* ChangeLog */,
|
| 232 | + AD4C4EE812FDCD690057C045 /* FUSESupport.h */, |
229 | 233 | AD5B5E7A0C0C1A70003B1650 /* NSObject+FUSEOFS.h */,
|
230 | 234 | AD5B5E7B0C0C1A70003B1650 /* NSObject+FUSEOFS.m */,
|
231 | 235 | AD0A21B512F44D3500339646 /* FUSEOFSAppController.h */,
|
|
247 | 251 | path = FUSEOFS;
|
248 | 252 | sourceTree = "<group>";
|
249 | 253 | };
|
250 |
| - AD5A407C0C214FAA00B1A000 /* GNUstep */ = { |
| 254 | + AD4C4EDC12FDCB080057C045 /* GSFUSE */ = { |
251 | 255 | isa = PBXGroup;
|
252 | 256 | children = (
|
253 |
| - AD5A40820C214FCB00B1A000 /* GNUmakefile */, |
254 |
| - AD5A40830C214FCB00B1A000 /* GNUmakefile.preamble */, |
| 257 | + AD4C4EDB12FDCAF90057C045 /* GNUmakefile */, |
| 258 | + AD4C4F2712FF0E050057C045 /* GMDTrace.h */, |
| 259 | + AD4C4EDD12FDCC7A0057C045 /* GSFUSE.h */, |
| 260 | + AD4C4ED912FDCAF90057C045 /* GMUserFileSystem.h */, |
| 261 | + AD4C4EDA12FDCAF90057C045 /* GMUserFileSystem.m */, |
| 262 | + AD4C4F2512FF0E050057C045 /* GMDataBackedFileDelegate.h */, |
| 263 | + AD4C4F2612FF0E050057C045 /* GMDataBackedFileDelegate.m */, |
255 | 264 | );
|
256 |
| - name = GNUstep; |
| 265 | + path = GSFUSE; |
257 | 266 | sourceTree = "<group>";
|
258 | 267 | };
|
259 |
| - AD5A407D0C214FCB00B1A000 /* FUSEObjC-GNUstep */ = { |
| 268 | + AD5A407C0C214FAA00B1A000 /* GNUstep */ = { |
260 | 269 | isa = PBXGroup;
|
261 | 270 | children = (
|
262 |
| - AD5A40810C214FCB00B1A000 /* GNUmakefile */, |
263 |
| - AD5A407E0C214FCB00B1A000 /* FUSEFileSystem.h */, |
264 |
| - AD5A407F0C214FCB00B1A000 /* FUSEFileSystem.m */, |
265 |
| - AD5A40800C214FCB00B1A000 /* FUSEMain.m */, |
| 271 | + AD5A40820C214FCB00B1A000 /* GNUmakefile */, |
| 272 | + AD5A40830C214FCB00B1A000 /* GNUmakefile.preamble */, |
266 | 273 | );
|
267 |
| - path = "FUSEObjC-GNUstep"; |
| 274 | + name = GNUstep; |
268 | 275 | sourceTree = "<group>";
|
269 | 276 | };
|
270 | 277 | AD81186F0F093D85000786C9 /* filesystems-objc-support */ = {
|
|
314 | 321 | isa = PBXGroup;
|
315 | 322 | children = (
|
316 | 323 | ADDCD76C0C26A6640031B215 /* GNUmakefile */,
|
| 324 | + AD4C4EDC12FDCB080057C045 /* GSFUSE */, |
317 | 325 | );
|
318 | 326 | name = GNUstep;
|
319 | 327 | sourceTree = "<group>";
|
|
0 commit comments