From e2ce9c401019daf638c0263646258e41edd8f47c Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Sun, 25 Sep 2005 02:01:45 +0000 Subject: [PATCH] Removing this until further notice --- mkstrings/main.c | 8 - mkstrings/mkstrings.xcodeproj/project.pbxproj | 256 ------------------ 2 files changed, 264 deletions(-) delete mode 100644 mkstrings/main.c delete mode 100644 mkstrings/mkstrings.xcodeproj/project.pbxproj diff --git a/mkstrings/main.c b/mkstrings/main.c deleted file mode 100644 index 8f3ed68..0000000 --- a/mkstrings/main.c +++ /dev/null @@ -1,8 +0,0 @@ -#include - -int main (int argc, const char * argv[]) -{ - // insert code here... - printf("Hello, World!\n"); - return 0; -} \ No newline at end of file diff --git a/mkstrings/mkstrings.xcodeproj/project.pbxproj b/mkstrings/mkstrings.xcodeproj/project.pbxproj deleted file mode 100644 index 667e3ce..0000000 --- a/mkstrings/mkstrings.xcodeproj/project.pbxproj +++ /dev/null @@ -1,256 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 42; - objects = { - -/* Begin PBXBuildFile section */ - 8DD76FAC0486AB0100D96B5E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 08FB7796FE84155DC02AAC07 /* main.c */; settings = {ATTRIBUTES = (); }; }; - 8DD76FB00486AB0100D96B5E /* mkstrings.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = C6A0FF2C0290799A04C91782 /* mkstrings.1 */; }; -/* End PBXBuildFile section */ - -/* Begin PBXBuildStyle section */ - 014CEA520018CE5811CA2923 /* Debug */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_OPTIMIZATION_LEVEL = 0; - ZERO_LINK = YES; - }; - name = Debug; - }; - 014CEA530018CE5811CA2923 /* Release */ = { - isa = PBXBuildStyle; - buildSettings = { - COPY_PHASE_STRIP = YES; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - ZERO_LINK = NO; - }; - name = Release; - }; -/* End PBXBuildStyle section */ - -/* Begin PBXCopyFilesBuildPhase section */ - 8DD76FAF0486AB0100D96B5E /* CopyFiles */ = { - isa = PBXCopyFilesBuildPhase; - buildActionMask = 8; - dstPath = /usr/share/man/man1/; - dstSubfolderSpec = 0; - files = ( - 8DD76FB00486AB0100D96B5E /* mkstrings.1 in CopyFiles */, - ); - runOnlyForDeploymentPostprocessing = 1; - }; -/* End PBXCopyFilesBuildPhase section */ - -/* Begin PBXFileReference section */ - 08FB7796FE84155DC02AAC07 /* main.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; - 8DD76FB20486AB0100D96B5E /* mkstrings */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = mkstrings; sourceTree = BUILT_PRODUCTS_DIR; }; - C6A0FF2C0290799A04C91782 /* mkstrings.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = mkstrings.1; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 8DD76FAD0486AB0100D96B5E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 08FB7794FE84155DC02AAC07 /* mkstrings */ = { - isa = PBXGroup; - children = ( - 08FB7795FE84155DC02AAC07 /* Source */, - C6A0FF2B0290797F04C91782 /* Documentation */, - 1AB674ADFE9D54B511CA2CBB /* Products */, - ); - name = mkstrings; - sourceTree = ""; - }; - 08FB7795FE84155DC02AAC07 /* Source */ = { - isa = PBXGroup; - children = ( - 08FB7796FE84155DC02AAC07 /* main.c */, - ); - name = Source; - sourceTree = ""; - }; - 1AB674ADFE9D54B511CA2CBB /* Products */ = { - isa = PBXGroup; - children = ( - 8DD76FB20486AB0100D96B5E /* mkstrings */, - ); - name = Products; - sourceTree = ""; - }; - C6A0FF2B0290797F04C91782 /* Documentation */ = { - isa = PBXGroup; - children = ( - C6A0FF2C0290799A04C91782 /* mkstrings.1 */, - ); - name = Documentation; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXNativeTarget section */ - 8DD76FA90486AB0100D96B5E /* mkstrings */ = { - isa = PBXNativeTarget; - buildConfigurationList = 1E23C3A108E621B00007FAD8 /* Build configuration list for PBXNativeTarget "mkstrings" */; - buildPhases = ( - 8DD76FAB0486AB0100D96B5E /* Sources */, - 8DD76FAD0486AB0100D96B5E /* Frameworks */, - 8DD76FAF0486AB0100D96B5E /* CopyFiles */, - ); - buildRules = ( - ); - buildSettings = { - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G5; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = "$(HOME)/bin"; - PREBINDING = NO; - PRODUCT_NAME = mkstrings; - }; - dependencies = ( - ); - name = mkstrings; - productInstallPath = "$(HOME)/bin"; - productName = mkstrings; - productReference = 8DD76FB20486AB0100D96B5E /* mkstrings */; - productType = "com.apple.product-type.tool"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 08FB7793FE84155DC02AAC07 /* Project object */ = { - isa = PBXProject; - buildConfigurationList = 1E23C3A508E621B00007FAD8 /* Build configuration list for PBXProject "mkstrings" */; - buildSettings = { - }; - buildStyles = ( - 014CEA520018CE5811CA2923 /* Debug */, - 014CEA530018CE5811CA2923 /* Release */, - ); - hasScannedForEncodings = 1; - mainGroup = 08FB7794FE84155DC02AAC07 /* mkstrings */; - projectDirPath = ""; - targets = ( - 8DD76FA90486AB0100D96B5E /* mkstrings */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXSourcesBuildPhase section */ - 8DD76FAB0486AB0100D96B5E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 8DD76FAC0486AB0100D96B5E /* main.c in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin XCBuildConfiguration section */ - 1E23C3A208E621B00007FAD8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = NO; - GCC_DYNAMIC_NO_PIC = NO; - GCC_ENABLE_FIX_AND_CONTINUE = YES; - GCC_GENERATE_DEBUGGING_SYMBOLS = YES; - GCC_MODEL_TUNING = G5; - GCC_OPTIMIZATION_LEVEL = 0; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = "$(HOME)/bin"; - PREBINDING = NO; - PRODUCT_NAME = mkstrings; - ZERO_LINK = YES; - }; - name = Debug; - }; - 1E23C3A308E621B00007FAD8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - COPY_PHASE_STRIP = YES; - GCC_ENABLE_FIX_AND_CONTINUE = NO; - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G5; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = "$(HOME)/bin"; - PREBINDING = NO; - PRODUCT_NAME = mkstrings; - ZERO_LINK = NO; - }; - name = Release; - }; - 1E23C3A408E621B00007FAD8 /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - GCC_GENERATE_DEBUGGING_SYMBOLS = NO; - GCC_MODEL_TUNING = G5; - GCC_WARN_ABOUT_RETURN_TYPE = YES; - GCC_WARN_UNUSED_VARIABLE = YES; - INSTALL_PATH = "$(HOME)/bin"; - PREBINDING = NO; - PRODUCT_NAME = mkstrings; - }; - name = Default; - }; - 1E23C3A608E621B00007FAD8 /* Debug */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Debug; - }; - 1E23C3A708E621B00007FAD8 /* Release */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Release; - }; - 1E23C3A808E621B00007FAD8 /* Default */ = { - isa = XCBuildConfiguration; - buildSettings = { - }; - name = Default; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 1E23C3A108E621B00007FAD8 /* Build configuration list for PBXNativeTarget "mkstrings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1E23C3A208E621B00007FAD8 /* Debug */, - 1E23C3A308E621B00007FAD8 /* Release */, - 1E23C3A408E621B00007FAD8 /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; - 1E23C3A508E621B00007FAD8 /* Build configuration list for PBXProject "mkstrings" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 1E23C3A608E621B00007FAD8 /* Debug */, - 1E23C3A708E621B00007FAD8 /* Release */, - 1E23C3A808E621B00007FAD8 /* Default */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Default; - }; -/* End XCConfigurationList section */ - }; - rootObject = 08FB7793FE84155DC02AAC07 /* Project object */; -} -- 2.43.5