Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mach_override.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mach_override/mach_override.xcodeproj/project.pbxproj')
-rw-r--r--mach_override/mach_override.xcodeproj/project.pbxproj224
1 files changed, 0 insertions, 224 deletions
diff --git a/mach_override/mach_override.xcodeproj/project.pbxproj b/mach_override/mach_override.xcodeproj/project.pbxproj
deleted file mode 100644
index 2101d2a..0000000
--- a/mach_override/mach_override.xcodeproj/project.pbxproj
+++ /dev/null
@@ -1,224 +0,0 @@
-// !$*UTF8*$!
-{
- archiveVersion = 1;
- classes = {
- };
- objectVersion = 45;
- objects = {
-
-/* Begin PBXBuildFile section */
- 794FB6B0095E50DE00FEA73E /* test_mach_override.cp in Sources */ = {isa = PBXBuildFile; fileRef = 794FB6AE095E50DE00FEA73E /* test_mach_override.cp */; };
- 79797E0A07F6327800E7262E /* mach_override.c in Sources */ = {isa = PBXBuildFile; fileRef = 79797E0707F6327800E7262E /* mach_override.c */; };
- 79797E0B07F6327800E7262E /* mach_override.h in CopyFiles */ = {isa = PBXBuildFile; fileRef = 79797E0807F6327800E7262E /* mach_override.h */; };
- 8DD76F890486A9BA00D96B5E /* CoreServices.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 097DBE83FE8419DDC02AAC07 /* CoreServices.framework */; };
-/* End PBXBuildFile section */
-
-/* Begin PBXCopyFilesBuildPhase section */
- 8DD76F8B0486A9BA00D96B5E /* CopyFiles */ = {
- isa = PBXCopyFilesBuildPhase;
- buildActionMask = 8;
- dstPath = /usr/share/man/man1/;
- dstSubfolderSpec = 0;
- files = (
- 79797E0B07F6327800E7262E /* mach_override.h in CopyFiles */,
- );
- runOnlyForDeploymentPostprocessing = 1;
- };
-/* End PBXCopyFilesBuildPhase section */
-
-/* Begin PBXFileReference section */
- 097DBE83FE8419DDC02AAC07 /* CoreServices.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreServices.framework; path = /System/Library/Frameworks/CoreServices.framework; sourceTree = "<absolute>"; };
- 794FB6AE095E50DE00FEA73E /* test_mach_override.cp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = test_mach_override.cp; sourceTree = "<group>"; };
- 79797E0707F6327800E7262E /* mach_override.c */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.c; path = mach_override.c; sourceTree = "<group>"; };
- 79797E0807F6327800E7262E /* mach_override.h */ = {isa = PBXFileReference; fileEncoding = 30; lastKnownFileType = sourcecode.c.h; path = mach_override.h; sourceTree = "<group>"; };
- 8DD76F8E0486A9BA00D96B5E /* mach_override */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mach_override; sourceTree = BUILT_PRODUCTS_DIR; };
-/* End PBXFileReference section */
-
-/* Begin PBXFrameworksBuildPhase section */
- 8DD76F880486A9BA00D96B5E /* Frameworks */ = {
- isa = PBXFrameworksBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 8DD76F890486A9BA00D96B5E /* CoreServices.framework in Frameworks */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXFrameworksBuildPhase section */
-
-/* Begin PBXGroup section */
- 08FB7794FE84155DC02AAC07 /* mach_override */ = {
- isa = PBXGroup;
- children = (
- 08FB7795FE84155DC02AAC07 /* Source */,
- 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */,
- 1A8B4A8EFE9D542A11CA2CBB /* Products */,
- );
- name = mach_override;
- sourceTree = "<group>";
- };
- 08FB7795FE84155DC02AAC07 /* Source */ = {
- isa = PBXGroup;
- children = (
- 79797E0707F6327800E7262E /* mach_override.c */,
- 79797E0807F6327800E7262E /* mach_override.h */,
- 794FB6AE095E50DE00FEA73E /* test_mach_override.cp */,
- );
- name = Source;
- sourceTree = "<group>";
- };
- 08FB779DFE84155DC02AAC07 /* External Frameworks and Libraries */ = {
- isa = PBXGroup;
- children = (
- 097DBE83FE8419DDC02AAC07 /* CoreServices.framework */,
- );
- name = "External Frameworks and Libraries";
- sourceTree = "<group>";
- };
- 1A8B4A8EFE9D542A11CA2CBB /* Products */ = {
- isa = PBXGroup;
- children = (
- 8DD76F8E0486A9BA00D96B5E /* mach_override */,
- );
- name = Products;
- sourceTree = "<group>";
- };
-/* End PBXGroup section */
-
-/* Begin PBXNativeTarget section */
- 8DD76F840486A9BA00D96B5E /* mach_override */ = {
- isa = PBXNativeTarget;
- buildConfigurationList = 33B2AC16092852F2004B1632 /* Build configuration list for PBXNativeTarget "mach_override" */;
- buildPhases = (
- 8DD76F860486A9BA00D96B5E /* Sources */,
- 8DD76F880486A9BA00D96B5E /* Frameworks */,
- 8DD76F8B0486A9BA00D96B5E /* CopyFiles */,
- );
- buildRules = (
- );
- dependencies = (
- );
- name = mach_override;
- productInstallPath = "$(HOME)/bin";
- productName = mach_override;
- productReference = 8DD76F8E0486A9BA00D96B5E /* mach_override */;
- productType = "com.apple.product-type.tool";
- };
-/* End PBXNativeTarget section */
-
-/* Begin PBXProject section */
- 08FB7793FE84155DC02AAC07 /* Project object */ = {
- isa = PBXProject;
- buildConfigurationList = 33B2AC1A092852F2004B1632 /* Build configuration list for PBXProject "mach_override" */;
- compatibilityVersion = "Xcode 3.1";
- hasScannedForEncodings = 1;
- mainGroup = 08FB7794FE84155DC02AAC07 /* mach_override */;
- projectDirPath = "";
- projectRoot = "";
- targets = (
- 8DD76F840486A9BA00D96B5E /* mach_override */,
- );
- };
-/* End PBXProject section */
-
-/* Begin PBXSourcesBuildPhase section */
- 8DD76F860486A9BA00D96B5E /* Sources */ = {
- isa = PBXSourcesBuildPhase;
- buildActionMask = 2147483647;
- files = (
- 79797E0A07F6327800E7262E /* mach_override.c in Sources */,
- 794FB6B0095E50DE00FEA73E /* test_mach_override.cp in Sources */,
- );
- runOnlyForDeploymentPostprocessing = 0;
- };
-/* End PBXSourcesBuildPhase section */
-
-/* Begin XCBuildConfiguration section */
- 33B2AC17092852F2004B1632 /* Development */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = (
- ppc,
- i386,
- x86_64,
- );
- COPY_PHASE_STRIP = NO;
- GCC_DYNAMIC_NO_PIC = NO;
- GCC_ENABLE_FIX_AND_CONTINUE = YES;
- GCC_GENERATE_DEBUGGING_SYMBOLS = YES;
- GCC_OPTIMIZATION_LEVEL = 0;
- INSTALL_PATH = "$(HOME)/bin";
- PRODUCT_NAME = mach_override;
- ZERO_LINK = YES;
- };
- name = Development;
- };
- 33B2AC18092852F2004B1632 /* Deployment */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
- COPY_PHASE_STRIP = YES;
- GCC_ENABLE_FIX_AND_CONTINUE = NO;
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- GCC_OPTIMIZATION_LEVEL = s;
- INSTALL_PATH = "$(HOME)/bin";
- PRODUCT_NAME = mach_override;
- ZERO_LINK = NO;
- };
- name = Deployment;
- };
- 33B2AC19092852F2004B1632 /* Default */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- GCC_GENERATE_DEBUGGING_SYMBOLS = NO;
- INSTALL_PATH = "$(HOME)/bin";
- PRODUCT_NAME = mach_override;
- };
- name = Default;
- };
- 33B2AC1B092852F2004B1632 /* Development */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Development;
- };
- 33B2AC1C092852F2004B1632 /* Deployment */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- ARCHS = "$(NATIVE_ARCH_ACTUAL)";
- GCC_VERSION = "";
- };
- name = Deployment;
- };
- 33B2AC1D092852F2004B1632 /* Default */ = {
- isa = XCBuildConfiguration;
- buildSettings = {
- };
- name = Default;
- };
-/* End XCBuildConfiguration section */
-
-/* Begin XCConfigurationList section */
- 33B2AC16092852F2004B1632 /* Build configuration list for PBXNativeTarget "mach_override" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 33B2AC17092852F2004B1632 /* Development */,
- 33B2AC18092852F2004B1632 /* Deployment */,
- 33B2AC19092852F2004B1632 /* Default */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Default;
- };
- 33B2AC1A092852F2004B1632 /* Build configuration list for PBXProject "mach_override" */ = {
- isa = XCConfigurationList;
- buildConfigurations = (
- 33B2AC1B092852F2004B1632 /* Development */,
- 33B2AC1C092852F2004B1632 /* Deployment */,
- 33B2AC1D092852F2004B1632 /* Default */,
- );
- defaultConfigurationIsVisible = 0;
- defaultConfigurationName = Default;
- };
-/* End XCConfigurationList section */
- };
- rootObject = 08FB7793FE84155DC02AAC07 /* Project object */;
-}