darling-removefile/removefile.xcodeproj/project.pbxproj
2023-02-28 22:26:55 -08:00

277 lines
12 KiB
Plaintext

// !$*UTF8*$!
{
archiveVersion = 1;
classes = {
};
objectVersion = 46;
objects = {
/* Begin PBXBuildFile section */
FCCE179913592780002CEE6D /* checkint.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE179013592780002CEE6D /* checkint.h */; settings = {ATTRIBUTES = (Public, ); }; };
FCCE179A13592780002CEE6D /* removefile_priv.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE179113592780002CEE6D /* removefile_priv.h */; settings = {ATTRIBUTES = (Private, ); }; };
FCCE179B13592780002CEE6D /* removefile_random.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE179213592780002CEE6D /* removefile_random.c */; };
FCCE179C13592780002CEE6D /* removefile_rename_unlink.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE179313592780002CEE6D /* removefile_rename_unlink.c */; };
FCCE179D13592780002CEE6D /* removefile_sunlink.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE179413592780002CEE6D /* removefile_sunlink.c */; };
FCCE179E13592780002CEE6D /* removefile_tree_walker.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE179513592780002CEE6D /* removefile_tree_walker.c */; };
FCCE179F13592780002CEE6D /* removefile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE179713592780002CEE6D /* removefile.c */; };
FCCE17A013592780002CEE6D /* removefile.h in Headers */ = {isa = PBXBuildFile; fileRef = FCCE179813592780002CEE6D /* removefile.h */; settings = {ATTRIBUTES = (Public, ); }; };
FCCE17DE135A69CD002CEE6D /* test-removefile.c in Sources */ = {isa = PBXBuildFile; fileRef = FCCE17DD135A69CD002CEE6D /* test-removefile.c */; };
/* End PBXBuildFile section */
/* Begin PBXFileReference section */
3FE582A1185C51BD007B3FA6 /* removefile.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; name = removefile.xcconfig; path = xcodescripts/removefile.xcconfig; sourceTree = "<group>"; };
FCCE1789135924FC002CEE6D /* libremovefile.dylib */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.dylib"; includeInIndex = 0; path = libremovefile.dylib; sourceTree = BUILT_PRODUCTS_DIR; };
FCCE178F13592780002CEE6D /* checkint.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = checkint.3; sourceTree = "<group>"; };
FCCE179013592780002CEE6D /* checkint.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = checkint.h; sourceTree = "<group>"; };
FCCE179113592780002CEE6D /* removefile_priv.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = removefile_priv.h; sourceTree = "<group>"; };
FCCE179213592780002CEE6D /* removefile_random.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = removefile_random.c; sourceTree = "<group>"; };
FCCE179313592780002CEE6D /* removefile_rename_unlink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = removefile_rename_unlink.c; sourceTree = "<group>"; };
FCCE179413592780002CEE6D /* removefile_sunlink.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = removefile_sunlink.c; sourceTree = "<group>"; };
FCCE179513592780002CEE6D /* removefile_tree_walker.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = removefile_tree_walker.c; sourceTree = "<group>"; };
FCCE179613592780002CEE6D /* removefile.3 */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = removefile.3; sourceTree = "<group>"; };
FCCE179713592780002CEE6D /* removefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = removefile.c; sourceTree = "<group>"; };
FCCE179813592780002CEE6D /* removefile.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = removefile.h; sourceTree = "<group>"; };
FCCE17A5135A3E9C002CEE6D /* install_files.sh */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.script.sh; name = install_files.sh; path = xcodescripts/install_files.sh; sourceTree = "<group>"; };
FCCE17D3135A6961002CEE6D /* test-removefile */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = "test-removefile"; sourceTree = BUILT_PRODUCTS_DIR; };
FCCE17DD135A69CD002CEE6D /* test-removefile.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; name = "test-removefile.c"; path = "test/test-removefile.c"; sourceTree = "<group>"; };
/* End PBXFileReference section */
/* Begin PBXFrameworksBuildPhase section */
FCCE1786135924FC002CEE6D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
FCCE17D0135A6961002CEE6D /* Frameworks */ = {
isa = PBXFrameworksBuildPhase;
buildActionMask = 2147483647;
files = (
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXFrameworksBuildPhase section */
/* Begin PBXGroup section */
FCCE1779135924CD002CEE6D = {
isa = PBXGroup;
children = (
3FE582A1185C51BD007B3FA6 /* removefile.xcconfig */,
FCCE179813592780002CEE6D /* removefile.h */,
FCCE179113592780002CEE6D /* removefile_priv.h */,
FCCE179613592780002CEE6D /* removefile.3 */,
FCCE179713592780002CEE6D /* removefile.c */,
FCCE179213592780002CEE6D /* removefile_random.c */,
FCCE179313592780002CEE6D /* removefile_rename_unlink.c */,
FCCE179413592780002CEE6D /* removefile_sunlink.c */,
FCCE179513592780002CEE6D /* removefile_tree_walker.c */,
FCCE17DD135A69CD002CEE6D /* test-removefile.c */,
FCCE17A5135A3E9C002CEE6D /* install_files.sh */,
FCCE179013592780002CEE6D /* checkint.h */,
FCCE178F13592780002CEE6D /* checkint.3 */,
FCCE178A135924FC002CEE6D /* Products */,
);
sourceTree = "<group>";
};
FCCE178A135924FC002CEE6D /* Products */ = {
isa = PBXGroup;
children = (
FCCE1789135924FC002CEE6D /* libremovefile.dylib */,
FCCE17D3135A6961002CEE6D /* test-removefile */,
);
name = Products;
sourceTree = "<group>";
};
/* End PBXGroup section */
/* Begin PBXHeadersBuildPhase section */
FCCE1787135924FC002CEE6D /* Headers */ = {
isa = PBXHeadersBuildPhase;
buildActionMask = 2147483647;
files = (
FCCE179913592780002CEE6D /* checkint.h in Headers */,
FCCE17A013592780002CEE6D /* removefile.h in Headers */,
FCCE179A13592780002CEE6D /* removefile_priv.h in Headers */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXHeadersBuildPhase section */
/* Begin PBXNativeTarget section */
FCCE1788135924FC002CEE6D /* removefile */ = {
isa = PBXNativeTarget;
buildConfigurationList = FCCE178D135924FD002CEE6D /* Build configuration list for PBXNativeTarget "removefile" */;
buildPhases = (
FCCE1785135924FC002CEE6D /* Sources */,
FCCE1786135924FC002CEE6D /* Frameworks */,
FCCE1787135924FC002CEE6D /* Headers */,
FCCE17A4135A3E89002CEE6D /* Run Script */,
);
buildRules = (
);
dependencies = (
);
name = removefile;
productName = removefile;
productReference = FCCE1789135924FC002CEE6D /* libremovefile.dylib */;
productType = "com.apple.product-type.library.dynamic";
};
FCCE17D2135A6961002CEE6D /* test-removefile */ = {
isa = PBXNativeTarget;
buildConfigurationList = FCCE17DB135A6961002CEE6D /* Build configuration list for PBXNativeTarget "test-removefile" */;
buildPhases = (
FCCE17CF135A6961002CEE6D /* Sources */,
FCCE17D0135A6961002CEE6D /* Frameworks */,
);
buildRules = (
);
dependencies = (
);
name = "test-removefile";
productName = "test-removefile";
productReference = FCCE17D3135A6961002CEE6D /* test-removefile */;
productType = "com.apple.product-type.tool";
};
/* End PBXNativeTarget section */
/* Begin PBXProject section */
FCCE177B135924CD002CEE6D /* Project object */ = {
isa = PBXProject;
attributes = {
ORGANIZATIONNAME = "Apple Inc.";
};
buildConfigurationList = FCCE177E135924CD002CEE6D /* Build configuration list for PBXProject "removefile" */;
compatibilityVersion = "Xcode 3.2";
developmentRegion = English;
hasScannedForEncodings = 0;
knownRegions = (
en,
);
mainGroup = FCCE1779135924CD002CEE6D;
productRefGroup = FCCE178A135924FC002CEE6D /* Products */;
projectDirPath = "";
projectRoot = "";
targets = (
FCCE1788135924FC002CEE6D /* removefile */,
FCCE17D2135A6961002CEE6D /* test-removefile */,
);
};
/* End PBXProject section */
/* Begin PBXShellScriptBuildPhase section */
FCCE17A4135A3E89002CEE6D /* Run Script */ = {
isa = PBXShellScriptBuildPhase;
buildActionMask = 8;
files = (
);
inputPaths = (
);
name = "Run Script";
outputPaths = (
);
runOnlyForDeploymentPostprocessing = 1;
shellPath = /bin/sh;
shellScript = ". \"$PROJECT_DIR\"/xcodescripts/install_files.sh";
};
/* End PBXShellScriptBuildPhase section */
/* Begin PBXSourcesBuildPhase section */
FCCE1785135924FC002CEE6D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FCCE179B13592780002CEE6D /* removefile_random.c in Sources */,
FCCE179C13592780002CEE6D /* removefile_rename_unlink.c in Sources */,
FCCE179D13592780002CEE6D /* removefile_sunlink.c in Sources */,
FCCE179E13592780002CEE6D /* removefile_tree_walker.c in Sources */,
FCCE179F13592780002CEE6D /* removefile.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
FCCE17CF135A6961002CEE6D /* Sources */ = {
isa = PBXSourcesBuildPhase;
buildActionMask = 2147483647;
files = (
FCCE17DE135A69CD002CEE6D /* test-removefile.c in Sources */,
);
runOnlyForDeploymentPostprocessing = 0;
};
/* End PBXSourcesBuildPhase section */
/* Begin XCBuildConfiguration section */
FCCE1781135924CD002CEE6D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
SUPPORTS_TEXT_BASED_API = YES;
TAPI_VERIFY_MODE = Pedantic;
};
name = Release;
};
FCCE178C135924FD002CEE6D /* Release */ = {
isa = XCBuildConfiguration;
baseConfigurationReference = 3FE582A1185C51BD007B3FA6 /* removefile.xcconfig */;
buildSettings = {
DYLIB_COMPATIBILITY_VERSION = 1;
DYLIB_CURRENT_VERSION = "$(RC_ProjectSourceVersion)";
EXECUTABLE_PREFIX = lib;
GCC_PREPROCESSOR_DEFINITIONS = "__DARWIN_NON_CANCELABLE=1";
GCC_TREAT_WARNINGS_AS_ERRORS = YES;
IS_ZIPPERED = YES;
LINK_WITH_STANDARD_LIBRARIES = NO;
OTHER_LDFLAGS = (
"-Wl,-umbrella,System",
"-L/usr/lib/system",
"-ldyld",
"-lcompiler_rt",
"-lsystem$(SIM_SUFFIX)_kernel",
"-lsystem$(SIM_SUFFIX)_platform",
"-lsystem_malloc",
"-lsystem_c",
);
OTHER_TAPI_FLAGS = "-umbrella System";
"SIM_SUFFIX[sdk=iphonesimulator*]" = _sim;
VERSION_INFO_PREFIX = "__attribute__((visibility(\"hidden\")))";
WARNING_CFLAGS = "-Wall";
};
name = Release;
};
FCCE17DA135A6961002CEE6D /* Release */ = {
isa = XCBuildConfiguration;
buildSettings = {
PRODUCT_NAME = "$(TARGET_NAME)";
};
name = Release;
};
/* End XCBuildConfiguration section */
/* Begin XCConfigurationList section */
FCCE177E135924CD002CEE6D /* Build configuration list for PBXProject "removefile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FCCE1781135924CD002CEE6D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FCCE178D135924FD002CEE6D /* Build configuration list for PBXNativeTarget "removefile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FCCE178C135924FD002CEE6D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
FCCE17DB135A6961002CEE6D /* Build configuration list for PBXNativeTarget "test-removefile" */ = {
isa = XCConfigurationList;
buildConfigurations = (
FCCE17DA135A6961002CEE6D /* Release */,
);
defaultConfigurationIsVisible = 0;
defaultConfigurationName = Release;
};
/* End XCConfigurationList section */
};
rootObject = FCCE177B135924CD002CEE6D /* Project object */;
}