]> git.saurik.com Git - apple/file_cmds.git/blobdiff - file_cmds.xcodeproj/project.pbxproj
file_cmds-272.tar.gz
[apple/file_cmds.git] / file_cmds.xcodeproj / project.pbxproj
index e1155492903600f2c28c32de319372488c7ea803..be7b451154e851a061c038e3f2f3d43bd3d4eccd 100644 (file)
 /* 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 */; };
 /* End PBXCopyFilesBuildPhase section */
 
 /* Begin PBXFileReference section */
+               0773099A1A3A4DFE00E9B4EA /* dd.entitlements */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = dd.entitlements; sourceTree = "<group>"; };
+               3E59B9301D4A767600D3128C /* futimens.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = futimens.c; sourceTree = "<group>"; };
                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; };
                FCB1BDF814B6460C0070FACB /* dd */ = {
                        isa = PBXGroup;
                        children = (
+                               0773099A1A3A4DFE00E9B4EA /* dd.entitlements */,
                                FCB1BDF914B6460C0070FACB /* args.c */,
                                FCB1BDFA14B6460C0070FACB /* conv.c */,
                                FCB1BDFB14B6460C0070FACB /* conv_tab.c */,
                FDAD947F1808BB3A00B4D5A0 /* gzip */ = {
                        isa = PBXGroup;
                        children = (
+                               3E59B9301D4A767600D3128C /* futimens.c */,
                                FDAD94801808BB3A00B4D5A0 /* gzexe */,
                                FDAD94811808BB3A00B4D5A0 /* gzexe.1 */,
                                FDAD94821808BB3A00B4D5A0 /* gzip.1 */,
                                FC8A8B3514B648EA001B97AD /* Sources */,
                                FC8A8B3614B648EA001B97AD /* Frameworks */,
                                FC8A8B3714B648EA001B97AD /* CopyFiles */,
+                               72E62BA81A3A62960015FC8E /* ShellScript */,
                        );
                        buildRules = (
                        );
                FCB1BDAF14B645D00070FACB /* Project object */ = {
                        isa = PBXProject;
                        attributes = {
-                               LastUpgradeCheck = 0600;
+                               LastUpgradeCheck = 0610;
                                ORGANIZATIONNAME = "Apple Inc.";
                        };
                        buildConfigurationList = FCB1BDB214B645D00070FACB /* Build configuration list for PBXProject "file_cmds" */;
                        shellScript = "install -d -g ${GROUP} -o ${USER} -m 0755 ${INSTALL_DIR}\ninstall -d -g ${GROUP} -o ${USER} -m 0755 ${DSTROOT}/usr/share\ninstall -d -g ${GROUP} -o ${USER} -m 0755 ${DSTROOT}/usr/share/man\ninstall -d -g ${GROUP} -o ${USER} -m 0755 ${DSTROOT}/usr/share/man/man{1,7,8}";
                        showEnvVarsInLog = 0;
                };
+               72E62BA81A3A62960015FC8E /* ShellScript */ = {
+                       isa = PBXShellScriptBuildPhase;
+                       buildActionMask = 8;
+                       files = (
+                       );
+                       inputPaths = (
+                       );
+                       outputPaths = (
+                       );
+                       runOnlyForDeploymentPostprocessing = 1;
+                       shellPath = /bin/sh;
+                       shellScript = ". ${SRCROOT}/dd/install_symlink.sh";
+                       showEnvVarsInLog = 0;
+               };
                FC8A8C4C14B64DF9001B97AD /* ShellScript */ = {
                        isa = PBXShellScriptBuildPhase;
                        buildActionMask = 8;
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
+                               3E59B9311D4A767600D3128C /* futimens.c in Sources */,
                                FDAD949F1808BBB900B4D5A0 /* gzip.c in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                FC8A8B3914B648EA001B97AD /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
+                               CODE_SIGN_ENTITLEMENTS = dd/dd.entitlements;
+                               "CODE_SIGN_ENTITLEMENTS[sdk=macosx*]" = "";
+                               CODE_SIGN_IDENTITY = "-";
                                INSTALL_PATH = /bin;
+                               "INSTALL_PATH[sdk=appletvos]" = /usr/local/bin;
+                               "INSTALL_PATH[sdk=iphoneos*]" = /usr/local/bin;
                        };
                        name = Release;
                };
                FC8A8B6114B648EC001B97AD /* Release */ = {
                        isa = XCBuildConfiguration;
                        buildSettings = {
-                               INSTALL_MODE_FLAG = "u+s,u+rw,go-rw,a+X";
                                OTHER_CFLAGS = (
                                        "-iquote",
                                        "$(SDKROOT)/System/Library/Frameworks/Kernel.framework/PrivateHeaders",
                                GCC_WARN_UNUSED_VARIABLE = YES;
                                INSTALL_PATH = /usr/bin;
                                PRODUCT_NAME = "$(TARGET_NAME)";
+                               SDKROOT = macosx.internal;
                                VERSIONING_SYSTEM = "apple-generic";
                                WARNING_CFLAGS = (
                                        "-Wall",