X-Git-Url: https://git.saurik.com/apple/file_cmds.git/blobdiff_plain/39aaa94bf0a1c68b3fe15e3622c96766f0f22ff2..aad783a64f985f1e27c7ffc6e2d3f671323716a9:/file_cmds.xcodeproj/project.pbxproj diff --git a/file_cmds.xcodeproj/project.pbxproj b/file_cmds.xcodeproj/project.pbxproj index eddbd0a..be7b451 100644 --- a/file_cmds.xcodeproj/project.pbxproj +++ b/file_cmds.xcodeproj/project.pbxproj @@ -185,6 +185,7 @@ /* End PBXAggregateTarget section */ /* Begin PBXBuildFile section */ + 3E59B9311D4A767600D3128C /* futimens.c in Sources */ = {isa = PBXBuildFile; fileRef = 3E59B9301D4A767600D3128C /* futimens.c */; }; FC8A8A2814B6486E001B97AD /* chflags.c in Sources */ = {isa = PBXBuildFile; fileRef = FCB1BDCC14B6460C0070FACB /* chflags.c */; }; FC8A8BE414B6494B001B97AD /* chflags.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = FCB1BDCB14B6460C0070FACB /* chflags.1 */; }; FC8A8BE514B64958001B97AD /* chmod.c in Sources */ = {isa = PBXBuildFile; fileRef = FCB1BDD014B6460C0070FACB /* chmod.c */; }; @@ -1144,6 +1145,7 @@ /* Begin PBXFileReference section */ 0773099A1A3A4DFE00E9B4EA /* dd.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = dd.entitlements; sourceTree = ""; }; + 3E59B9301D4A767600D3128C /* futimens.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = futimens.c; sourceTree = ""; }; FC8A8B1214B648D7001B97AD /* chmod */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = chmod; sourceTree = BUILT_PRODUCTS_DIR; }; FC8A8B1A14B648E0001B97AD /* chown */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = chown; sourceTree = BUILT_PRODUCTS_DIR; }; FC8A8B2214B648E3001B97AD /* cksum */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = cksum; sourceTree = BUILT_PRODUCTS_DIR; }; @@ -1955,6 +1957,7 @@ FDAD947F1808BB3A00B4D5A0 /* gzip */ = { isa = PBXGroup; children = ( + 3E59B9301D4A767600D3128C /* futimens.c */, FDAD94801808BB3A00B4D5A0 /* gzexe */, FDAD94811808BB3A00B4D5A0 /* gzexe.1 */, FDAD94821808BB3A00B4D5A0 /* gzip.1 */, @@ -2899,6 +2902,7 @@ isa = PBXSourcesBuildPhase; buildActionMask = 2147483647; files = ( + 3E59B9311D4A767600D3128C /* futimens.c in Sources */, FDAD949F1808BBB900B4D5A0 /* gzip.c in Sources */, ); runOnlyForDeploymentPostprocessing = 0;