From: hikarupsp Date: Thu, 14 Mar 2013 17:18:51 +0000 (+0900) Subject: .xcodeprojファイルを追加。 X-Git-Url: http://git.osdn.net/view?p=chnosproject%2FCHNOSProject.git;a=commitdiff_plain;h=2b73d68431356813d590325ab2ef04ae6a014334 .xcodeprojファイルを追加。 --- diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.pbxproj b/CHNOSProject/AI002/AI002.xcodeproj/project.pbxproj new file mode 100644 index 0000000..71b8dc1 --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/project.pbxproj @@ -0,0 +1,282 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 1775A94D1691E8C40054ADC5 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A94C1691E8C40054ADC5 /* main.c */; }; + 1775A94F1691E8C40054ADC5 /* AI002.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 1775A94E1691E8C40054ADC5 /* AI002.1 */; }; + 1775A9561691EA320054ADC5 /* dpndenv.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A9551691EA320054ADC5 /* dpndenv.c */; }; + 1775A9611691F4C40054ADC5 /* array.c in Sources */ = {isa = PBXBuildFile; fileRef = 1775A9601691F4C40054ADC5 /* array.c */; }; + 178C0D051693D16200E5C28A /* memory.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 178C0D021693D0A700E5C28A /* memory.txt */; }; + 178C0D071693E0BB00E5C28A /* constant.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D061693E0BB00E5C28A /* constant.c */; }; + 178C0D091693F00300E5C28A /* command.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D081693F00300E5C28A /* command.c */; }; + 178C0D1016955ACD00E5C28A /* mem_w.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D0F16955ACD00E5C28A /* mem_w.c */; }; + 178C0D1316955B0600E5C28A /* mem_m.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D1216955B0600E5C28A /* mem_m.c */; }; + 178C0D1516955B1800E5C28A /* mem_e.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D1416955B1800E5C28A /* mem_e.c */; }; + 178C0D23169A811000E5C28A /* interpre.c in Sources */ = {isa = PBXBuildFile; fileRef = 178C0D22169A811000E5C28A /* interpre.c */; }; + 17F0885B1692182600C4D0DC /* string.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885A1692182600C4D0DC /* string.c */; }; + 17F0885E1692195700C4D0DC /* separate.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885D1692195700C4D0DC /* separate.c */; }; + 17F08860169219BF00C4D0DC /* memory.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0885F169219BF00C4D0DC /* memory.c */; }; + 17F0886216921E0300C4D0DC /* think.c in Sources */ = {isa = PBXBuildFile; fileRef = 17F0886116921E0300C4D0DC /* think.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 1775A9461691E8C40054ADC5 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + 1775A94F1691E8C40054ADC5 /* AI002.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; + 178C0D041693D15100E5C28A /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 16; + files = ( + 178C0D051693D16200E5C28A /* memory.txt in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 1775A9481691E8C40054ADC5 /* AI002 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AI002; sourceTree = BUILT_PRODUCTS_DIR; }; + 1775A94C1691E8C40054ADC5 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 1775A94E1691E8C40054ADC5 /* AI002.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AI002.1; sourceTree = ""; }; + 1775A9551691EA320054ADC5 /* dpndenv.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = dpndenv.c; sourceTree = ""; }; + 1775A95B1691EBC20054ADC5 /* core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = core.h; sourceTree = ""; }; + 1775A9601691F4C40054ADC5 /* array.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = array.c; sourceTree = ""; }; + 178C0D021693D0A700E5C28A /* memory.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = memory.txt; sourceTree = ""; }; + 178C0D061693E0BB00E5C28A /* constant.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = constant.c; sourceTree = ""; }; + 178C0D081693F00300E5C28A /* command.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = command.c; sourceTree = ""; }; + 178C0D0A16947AF700E5C28A /* sysdata.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = sysdata.h; sourceTree = ""; }; + 178C0D0F16955ACD00E5C28A /* mem_w.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_w.c; sourceTree = ""; }; + 178C0D1216955B0600E5C28A /* mem_m.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_m.c; sourceTree = ""; }; + 178C0D1416955B1800E5C28A /* mem_e.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = mem_e.c; sourceTree = ""; }; + 178C0D22169A811000E5C28A /* interpre.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = interpre.c; sourceTree = ""; }; + 17F0885A1692182600C4D0DC /* string.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = string.c; sourceTree = ""; }; + 17F0885D1692195700C4D0DC /* separate.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = separate.c; sourceTree = ""; }; + 17F0885F169219BF00C4D0DC /* memory.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = memory.c; sourceTree = ""; }; + 17F0886116921E0300C4D0DC /* think.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = think.c; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 1775A9451691E8C40054ADC5 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 1775A93D1691E8C40054ADC5 = { + isa = PBXGroup; + children = ( + 1775A94B1691E8C40054ADC5 /* AI002 */, + 1775A9491691E8C40054ADC5 /* Products */, + ); + sourceTree = ""; + }; + 1775A9491691E8C40054ADC5 /* Products */ = { + isa = PBXGroup; + children = ( + 1775A9481691E8C40054ADC5 /* AI002 */, + ); + name = Products; + sourceTree = ""; + }; + 1775A94B1691E8C40054ADC5 /* AI002 */ = { + isa = PBXGroup; + children = ( + 1775A94E1691E8C40054ADC5 /* AI002.1 */, + 1775A9601691F4C40054ADC5 /* array.c */, + 178C0D081693F00300E5C28A /* command.c */, + 178C0D061693E0BB00E5C28A /* constant.c */, + 1775A95B1691EBC20054ADC5 /* core.h */, + 1775A9551691EA320054ADC5 /* dpndenv.c */, + 178C0D22169A811000E5C28A /* interpre.c */, + 1775A94C1691E8C40054ADC5 /* main.c */, + 178C0D1416955B1800E5C28A /* mem_e.c */, + 178C0D1216955B0600E5C28A /* mem_m.c */, + 178C0D0F16955ACD00E5C28A /* mem_w.c */, + 17F0885F169219BF00C4D0DC /* memory.c */, + 178C0D021693D0A700E5C28A /* memory.txt */, + 17F0885D1692195700C4D0DC /* separate.c */, + 17F0885A1692182600C4D0DC /* string.c */, + 178C0D0A16947AF700E5C28A /* sysdata.h */, + 17F0886116921E0300C4D0DC /* think.c */, + ); + path = AI002; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 1775A9471691E8C40054ADC5 /* AI002 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 1775A9521691E8C40054ADC5 /* Build configuration list for PBXNativeTarget "AI002" */; + buildPhases = ( + 1775A9441691E8C40054ADC5 /* Sources */, + 1775A9451691E8C40054ADC5 /* Frameworks */, + 1775A9461691E8C40054ADC5 /* CopyFiles */, + 178C0D041693D15100E5C28A /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = AI002; + productName = AI002; + productReference = 1775A9481691E8C40054ADC5 /* AI002 */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 1775A93F1691E8C40054ADC5 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = "Hikaru Nishida"; + }; + buildConfigurationList = 1775A9421691E8C40054ADC5 /* Build configuration list for PBXProject "AI002" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 1775A93D1691E8C40054ADC5; + productRefGroup = 1775A9491691E8C40054ADC5 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 1775A9471691E8C40054ADC5 /* AI002 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 1775A9441691E8C40054ADC5 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 1775A94D1691E8C40054ADC5 /* main.c in Sources */, + 1775A9561691EA320054ADC5 /* dpndenv.c in Sources */, + 1775A9611691F4C40054ADC5 /* array.c in Sources */, + 17F0885B1692182600C4D0DC /* string.c in Sources */, + 17F0885E1692195700C4D0DC /* separate.c in Sources */, + 17F08860169219BF00C4D0DC /* memory.c in Sources */, + 17F0886216921E0300C4D0DC /* think.c in Sources */, + 178C0D071693E0BB00E5C28A /* constant.c in Sources */, + 178C0D091693F00300E5C28A /* command.c in Sources */, + 178C0D1016955ACD00E5C28A /* mem_w.c in Sources */, + 178C0D1316955B0600E5C28A /* mem_m.c in Sources */, + 178C0D1516955B1800E5C28A /* mem_e.c in Sources */, + 178C0D23169A811000E5C28A /* interpre.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 1775A9501691E8C40054ADC5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 1775A9511691E8C40054ADC5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 1775A9531691E8C40054ADC5 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 1775A9541691E8C40054ADC5 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1775A9421691E8C40054ADC5 /* Build configuration list for PBXProject "AI002" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1775A9501691E8C40054ADC5 /* Debug */, + 1775A9511691E8C40054ADC5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 1775A9521691E8C40054ADC5 /* Build configuration list for PBXNativeTarget "AI002" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1775A9531691E8C40054ADC5 /* Debug */, + 1775A9541691E8C40054ADC5 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1775A93F1691E8C40054ADC5 /* Project object */; +} diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..3bdb60c --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..a389768 Binary files /dev/null and b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..ba8d205 --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,22 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataCustomLocation + DerivedData + DerivedDataLocationStyle + WorkspaceRelativePath + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + SnapshotAutomaticallyBeforeSignificantChanges + + SnapshotLocationStyle + Default + + diff --git a/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/xcdebugger/Expressions.xcexplist b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/xcdebugger/Expressions.xcexplist new file mode 100644 index 0000000..4d10156 --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/xcdebugger/Expressions.xcexplist @@ -0,0 +1,9 @@ + + + + + + + diff --git a/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 0000000..6f5c2c1 --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,98 @@ + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI002.xcscheme b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI002.xcscheme new file mode 100644 index 0000000..c016ffa --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI002.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..a0fc3a9 --- /dev/null +++ b/CHNOSProject/AI002/AI002.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + AI002.xcscheme + + orderHint + 0 + + + SuppressBuildableAutocreation + + 1775A9471691E8C40054ADC5 + + primary + + + + + diff --git a/CHNOSProject/AI003/AI003.xcodeproj/project.pbxproj b/CHNOSProject/AI003/AI003.xcodeproj/project.pbxproj new file mode 100644 index 0000000..7aa4a97 --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/project.pbxproj @@ -0,0 +1,295 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 173BB42616C6600100126A00 /* config.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 173BB42316C65FBB00126A00 /* config.txt */; }; + 173BB42816C6618500126A00 /* words.txt in CopyFiles */ = {isa = PBXBuildFile; fileRef = 173BB42716C660E000126A00 /* words.txt */; }; + 175A87A516B5827800F5166E /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 175A87A416B5827800F5166E /* main.c */; }; + 175A87A716B5827800F5166E /* AI003.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 175A87A616B5827800F5166E /* AI003.1 */; }; + 17D0F41216DA374300C62B79 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17D0F41116DA374300C62B79 /* libchn.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 17EE908D16DA4AC6005238B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17D0F3ED16DA305000C62B79; + remoteInfo = chn; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 173BB42516C65FEF00126A00 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = ""; + dstSubfolderSpec = 16; + files = ( + 173BB42816C6618500126A00 /* words.txt in CopyFiles */, + 173BB42616C6600100126A00 /* config.txt in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; + 175A879E16B5827800F5166E /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + 175A87A716B5827800F5166E /* AI003.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 173BB42316C65FBB00126A00 /* config.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 2; path = config.txt; sourceTree = ""; }; + 173BB42716C660E000126A00 /* words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 2; path = words.txt; sourceTree = ""; }; + 175A87A016B5827800F5166E /* AI003 */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = AI003; sourceTree = BUILT_PRODUCTS_DIR; }; + 175A87A416B5827800F5166E /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = main.c; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.c; }; + 175A87A616B5827800F5166E /* AI003.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AI003.1; sourceTree = ""; }; + 175A87AF16B5833500F5166E /* core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = core.h; sourceTree = ""; }; + 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = ""; }; + 17D0F41116DA374300C62B79 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 175A879D16B5827800F5166E /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 17D0F41216DA374300C62B79 /* libchn.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 175A879516B5827800F5166E = { + isa = PBXGroup; + children = ( + 17D0F41116DA374300C62B79 /* libchn.a */, + 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */, + 175A87A316B5827800F5166E /* AI003 */, + 175A87A116B5827800F5166E /* Products */, + ); + sourceTree = ""; + }; + 175A87A116B5827800F5166E /* Products */ = { + isa = PBXGroup; + children = ( + 175A87A016B5827800F5166E /* AI003 */, + ); + name = Products; + sourceTree = ""; + }; + 175A87A316B5827800F5166E /* AI003 */ = { + isa = PBXGroup; + children = ( + 175A87A616B5827800F5166E /* AI003.1 */, + 173BB42316C65FBB00126A00 /* config.txt */, + 175A87AF16B5833500F5166E /* core.h */, + 175A87A416B5827800F5166E /* main.c */, + 173BB42716C660E000126A00 /* words.txt */, + ); + path = AI003; + sourceTree = ""; + }; + 17EE908716DA4AC6005238B2 /* Products */ = { + isa = PBXGroup; + children = ( + 17EE908E16DA4AC6005238B2 /* libchn.a */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 175A879F16B5827800F5166E /* AI003 */ = { + isa = PBXNativeTarget; + buildConfigurationList = 175A87AA16B5827800F5166E /* Build configuration list for PBXNativeTarget "AI003" */; + buildPhases = ( + 175A879C16B5827800F5166E /* Sources */, + 175A879D16B5827800F5166E /* Frameworks */, + 175A879E16B5827800F5166E /* CopyFiles */, + 173BB42516C65FEF00126A00 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = AI003; + productName = AI003; + productReference = 175A87A016B5827800F5166E /* AI003 */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 175A879716B5827800F5166E /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0450; + ORGANIZATIONNAME = "Hikaru Nishida"; + }; + buildConfigurationList = 175A879A16B5827800F5166E /* Build configuration list for PBXProject "AI003" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 175A879516B5827800F5166E; + productRefGroup = 175A87A116B5827800F5166E /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 17EE908716DA4AC6005238B2 /* Products */; + ProjectRef = 17D0F40D16DA33F700C62B79 /* chn.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 175A879F16B5827800F5166E /* AI003 */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 17EE908E16DA4AC6005238B2 /* libchn.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libchn.a; + remoteRef = 17EE908D16DA4AC6005238B2 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXSourcesBuildPhase section */ + 175A879C16B5827800F5166E /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 175A87A516B5827800F5166E /* main.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 175A87A816B5827800F5166E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + "HEADER_SEARCH_PATHS[arch=*]" = ( + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + "$(INSTALL_ROOT)/usr/local/include", + ); + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 175A87A916B5827800F5166E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + "HEADER_SEARCH_PATHS[arch=*]" = "$(INSTALL_ROOT)/usr/local/include"; + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 175A87AB16B5827800F5166E /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"/Users/hikaru/Library/Developer/Xcode/DerivedData/CHNOSProject-gnwoplkymhzfwnfwujfxmsiruzbr/Build/Products/Debug\"", + "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 175A87AC16B5827800F5166E /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + "HEADER_SEARCH_PATHS[arch=*]" = ( + "$(INSTALL_ROOT)/usr/local/include", + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + ); + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"/Users/hikaru/Library/Developer/Xcode/DerivedData/CHNOSProject-gnwoplkymhzfwnfwujfxmsiruzbr/Build/Products/Debug\"", + "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 175A879A16B5827800F5166E /* Build configuration list for PBXProject "AI003" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 175A87A816B5827800F5166E /* Debug */, + 175A87A916B5827800F5166E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 175A87AA16B5827800F5166E /* Build configuration list for PBXNativeTarget "AI003" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 175A87AB16B5827800F5166E /* Debug */, + 175A87AC16B5827800F5166E /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 175A879716B5827800F5166E /* Project object */; +} diff --git a/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..5bc89a4 --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..c40eec4 Binary files /dev/null and b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..783b288 --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,24 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataCustomLocation + DerivedData + DerivedDataLocationStyle + WorkspaceRelativePath + HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges + + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + SnapshotAutomaticallyBeforeSignificantChanges + + SnapshotLocationStyle + Default + + diff --git a/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 0000000..ea391d6 --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,161 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI003.xcscheme b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI003.xcscheme new file mode 100644 index 0000000..1d56037 --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/AI003.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..f22844d --- /dev/null +++ b/CHNOSProject/AI003/AI003.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,32 @@ + + + + + SchemeUserState + + AI003.xcscheme + + orderHint + 1 + + + SuppressBuildableAutocreation + + 1724D6C216DA0EA2008A8FE2 + + primary + + + 1724D6CF16DA0F0C008A8FE2 + + primary + + + 175A879F16B5827800F5166E + + primary + + + + + diff --git a/CHNOSProject/CHNOSProject.xcodeproj/project.pbxproj b/CHNOSProject/CHNOSProject.xcodeproj/project.pbxproj new file mode 100644 index 0000000..072c71d --- /dev/null +++ b/CHNOSProject/CHNOSProject.xcodeproj/project.pbxproj @@ -0,0 +1,218 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXContainerItemProxy section */ + 17D0F3C116DA2F3700C62B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F3BD16DA2F3700C62B79 /* AI002.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 1775A9481691E8C40054ADC5; + remoteInfo = AI002; + }; + 17D0F3C716DA2F3C00C62B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F3C316DA2F3C00C62B79 /* AI003.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 175A87A016B5827800F5166E; + remoteInfo = AI003; + }; + 17D0F3F816DA305100C62B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F3F416DA305000C62B79 /* chn.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17D0F3ED16DA305000C62B79; + remoteInfo = chn; + }; + 17D0F42C16DA37C500C62B79 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F42816DA37C400C62B79 /* c2wiki.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17D0F41C16DA37C400C62B79; + remoteInfo = c2wiki; + }; + 17EE90B216DB67DC005238B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17EE90AA16DB67DB005238B2 /* libtest.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17EE909E16DB67DB005238B2; + remoteInfo = libtest; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXFileReference section */ + 17D0F3BD16DA2F3700C62B79 /* AI002.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AI002.xcodeproj; path = AI002/AI002.xcodeproj; sourceTree = ""; }; + 17D0F3C316DA2F3C00C62B79 /* AI003.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = AI003.xcodeproj; path = AI003/AI003.xcodeproj; sourceTree = ""; }; + 17D0F3F416DA305000C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = chn/chn.xcodeproj; sourceTree = ""; }; + 17D0F42816DA37C400C62B79 /* c2wiki.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = c2wiki.xcodeproj; path = c2wiki/c2wiki.xcodeproj; sourceTree = ""; }; + 17EE90AA16DB67DB005238B2 /* libtest.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = libtest.xcodeproj; path = libtest/libtest.xcodeproj; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXGroup section */ + 1724D6D416DA113E008A8FE2 = { + isa = PBXGroup; + children = ( + 17EE90AA16DB67DB005238B2 /* libtest.xcodeproj */, + 17D0F42816DA37C400C62B79 /* c2wiki.xcodeproj */, + 17D0F3F416DA305000C62B79 /* chn.xcodeproj */, + 17D0F3C316DA2F3C00C62B79 /* AI003.xcodeproj */, + 17D0F3BD16DA2F3700C62B79 /* AI002.xcodeproj */, + ); + sourceTree = ""; + }; + 17D0F3BE16DA2F3700C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F3C216DA2F3700C62B79 /* AI002 */, + ); + name = Products; + sourceTree = ""; + }; + 17D0F3C416DA2F3C00C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F3C816DA2F3C00C62B79 /* AI003 */, + ); + name = Products; + sourceTree = ""; + }; + 17D0F3F516DA305000C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F3F916DA305100C62B79 /* libchn.a */, + ); + name = Products; + sourceTree = ""; + }; + 17D0F42916DA37C400C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F42D16DA37C500C62B79 /* c2wiki */, + ); + name = Products; + sourceTree = ""; + }; + 17EE90AB16DB67DB005238B2 /* Products */ = { + isa = PBXGroup; + children = ( + 17EE90B316DB67DC005238B2 /* libtest */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXProject section */ + 1724D6D516DA113E008A8FE2 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + }; + buildConfigurationList = 1724D6D816DA113E008A8FE2 /* Build configuration list for PBXProject "CHNOSProject" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 1724D6D416DA113E008A8FE2; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 17D0F3BE16DA2F3700C62B79 /* Products */; + ProjectRef = 17D0F3BD16DA2F3700C62B79 /* AI002.xcodeproj */; + }, + { + ProductGroup = 17D0F3C416DA2F3C00C62B79 /* Products */; + ProjectRef = 17D0F3C316DA2F3C00C62B79 /* AI003.xcodeproj */; + }, + { + ProductGroup = 17D0F42916DA37C400C62B79 /* Products */; + ProjectRef = 17D0F42816DA37C400C62B79 /* c2wiki.xcodeproj */; + }, + { + ProductGroup = 17D0F3F516DA305000C62B79 /* Products */; + ProjectRef = 17D0F3F416DA305000C62B79 /* chn.xcodeproj */; + }, + { + ProductGroup = 17EE90AB16DB67DB005238B2 /* Products */; + ProjectRef = 17EE90AA16DB67DB005238B2 /* libtest.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 17D0F3C216DA2F3700C62B79 /* AI002 */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = AI002; + remoteRef = 17D0F3C116DA2F3700C62B79 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 17D0F3C816DA2F3C00C62B79 /* AI003 */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = AI003; + remoteRef = 17D0F3C716DA2F3C00C62B79 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 17D0F3F916DA305100C62B79 /* libchn.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libchn.a; + remoteRef = 17D0F3F816DA305100C62B79 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 17D0F42D16DA37C500C62B79 /* c2wiki */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = c2wiki; + remoteRef = 17D0F42C16DA37C500C62B79 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; + 17EE90B316DB67DC005238B2 /* libtest */ = { + isa = PBXReferenceProxy; + fileType = "compiled.mach-o.executable"; + path = libtest; + remoteRef = 17EE90B216DB67DC005238B2 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin XCBuildConfiguration section */ + 1724D6D916DA113E008A8FE2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Debug; + }; + 1724D6DA16DA113E008A8FE2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 1724D6D816DA113E008A8FE2 /* Build configuration list for PBXProject "CHNOSProject" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 1724D6D916DA113E008A8FE2 /* Debug */, + 1724D6DA16DA113E008A8FE2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 1724D6D516DA113E008A8FE2 /* Project object */; +} diff --git a/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata new file mode 100644 index 0000000..d87e5ee --- /dev/null +++ b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/contents.xcworkspacedata @@ -0,0 +1,7 @@ + + + + + diff --git a/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate new file mode 100644 index 0000000..efea97d Binary files /dev/null and b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings new file mode 100644 index 0000000..783b288 --- /dev/null +++ b/CHNOSProject/CHNOSProject.xcodeproj/project.xcworkspace/xcuserdata/hikaru.xcuserdatad/WorkspaceSettings.xcsettings @@ -0,0 +1,24 @@ + + + + + BuildLocationStyle + UseAppPreferences + CustomBuildLocationType + RelativeToDerivedData + DerivedDataCustomLocation + DerivedData + DerivedDataLocationStyle + WorkspaceRelativePath + HasAskedToTakeAutomaticSnapshotBeforeSignificantChanges + + IssueFilterStyle + ShowActiveSchemeOnly + LiveSourceIssuesEnabled + + SnapshotAutomaticallyBeforeSignificantChanges + + SnapshotLocationStyle + Default + + diff --git a/CHNOSProject/CHNOSProject.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist b/CHNOSProject/CHNOSProject.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist new file mode 100644 index 0000000..9428335 --- /dev/null +++ b/CHNOSProject/CHNOSProject.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcdebugger/Breakpoints.xcbkptlist @@ -0,0 +1,83 @@ + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/c2wiki/c2wiki.xcodeproj/project.pbxproj b/CHNOSProject/c2wiki/c2wiki.xcodeproj/project.pbxproj new file mode 100644 index 0000000..4cbecf5 --- /dev/null +++ b/CHNOSProject/c2wiki/c2wiki.xcodeproj/project.pbxproj @@ -0,0 +1,272 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 17D0F42016DA37C400C62B79 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F41F16DA37C400C62B79 /* main.c */; }; + 17D0F42216DA37C400C62B79 /* c2wiki.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17D0F42116DA37C400C62B79 /* c2wiki.1 */; }; + 17D0F42F16DA387000C62B79 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17D0F42E16DA387000C62B79 /* libchn.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 17EE908A16DA4AC6005238B2 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17D0F43016DA39E000C62B79 /* chn.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17D0F3ED16DA305000C62B79; + remoteInfo = chn; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 17D0F41A16DA37C400C62B79 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + 17D0F42216DA37C400C62B79 /* c2wiki.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 17D0F41C16DA37C400C62B79 /* c2wiki */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = c2wiki; sourceTree = BUILT_PRODUCTS_DIR; }; + 17D0F41F16DA37C400C62B79 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 17D0F42116DA37C400C62B79 /* c2wiki.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = c2wiki.1; sourceTree = ""; }; + 17D0F42E16DA387000C62B79 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = ""; }; + 17D0F43016DA39E000C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 17D0F41916DA37C400C62B79 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 17D0F42F16DA387000C62B79 /* libchn.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 17D0F41316DA37C400C62B79 = { + isa = PBXGroup; + children = ( + 17D0F43016DA39E000C62B79 /* chn.xcodeproj */, + 17D0F42E16DA387000C62B79 /* libchn.a */, + 17D0F41E16DA37C400C62B79 /* c2wiki */, + 17D0F41D16DA37C400C62B79 /* Products */, + ); + sourceTree = ""; + }; + 17D0F41D16DA37C400C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F41C16DA37C400C62B79 /* c2wiki */, + ); + name = Products; + sourceTree = ""; + }; + 17D0F41E16DA37C400C62B79 /* c2wiki */ = { + isa = PBXGroup; + children = ( + 17D0F41F16DA37C400C62B79 /* main.c */, + 17D0F42116DA37C400C62B79 /* c2wiki.1 */, + ); + path = c2wiki; + sourceTree = ""; + }; + 17EE908516DA4AC6005238B2 /* Products */ = { + isa = PBXGroup; + children = ( + 17EE908B16DA4AC6005238B2 /* libchn.a */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 17D0F41B16DA37C400C62B79 /* c2wiki */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17D0F42516DA37C400C62B79 /* Build configuration list for PBXNativeTarget "c2wiki" */; + buildPhases = ( + 17D0F41816DA37C400C62B79 /* Sources */, + 17D0F41916DA37C400C62B79 /* Frameworks */, + 17D0F41A16DA37C400C62B79 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = c2wiki; + productName = c2wiki; + productReference = 17D0F41C16DA37C400C62B79 /* c2wiki */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 17D0F41416DA37C400C62B79 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = "Hikaru Nishida"; + }; + buildConfigurationList = 17D0F41716DA37C400C62B79 /* Build configuration list for PBXProject "c2wiki" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 17D0F41316DA37C400C62B79; + productRefGroup = 17D0F41D16DA37C400C62B79 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 17EE908516DA4AC6005238B2 /* Products */; + ProjectRef = 17D0F43016DA39E000C62B79 /* chn.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 17D0F41B16DA37C400C62B79 /* c2wiki */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 17EE908B16DA4AC6005238B2 /* libchn.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libchn.a; + remoteRef = 17EE908A16DA4AC6005238B2 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXSourcesBuildPhase section */ + 17D0F41816DA37C400C62B79 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17D0F42016DA37C400C62B79 /* main.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 17D0F42316DA37C400C62B79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 17D0F42416DA37C400C62B79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 17D0F42616DA37C400C62B79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + "$(INSTALL_ROOT)/usr/local/include", + ); + LIBRARY_SEARCH_PATHS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 17D0F42716DA37C400C62B79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + HEADER_SEARCH_PATHS = ( + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + "$(INSTALL_ROOT)/usr/local/include", + ); + LIBRARY_SEARCH_PATHS = ""; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 17D0F41716DA37C400C62B79 /* Build configuration list for PBXProject "c2wiki" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17D0F42316DA37C400C62B79 /* Debug */, + 17D0F42416DA37C400C62B79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 17D0F42516DA37C400C62B79 /* Build configuration list for PBXNativeTarget "c2wiki" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17D0F42616DA37C400C62B79 /* Debug */, + 17D0F42716DA37C400C62B79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 17D0F41416DA37C400C62B79 /* Project object */; +} diff --git a/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/c2wiki.xcscheme b/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/c2wiki.xcscheme new file mode 100644 index 0000000..9a25fa3 --- /dev/null +++ b/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/c2wiki.xcscheme @@ -0,0 +1,116 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist b/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..7d13b90 --- /dev/null +++ b/CHNOSProject/c2wiki/c2wiki.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + c2wiki.xcscheme + + orderHint + 3 + + + SuppressBuildableAutocreation + + 17D0F41B16DA37C400C62B79 + + primary + + + + + diff --git a/CHNOSProject/chn/chn.xcodeproj/project.pbxproj b/CHNOSProject/chn/chn.xcodeproj/project.pbxproj new file mode 100644 index 0000000..13eff5a --- /dev/null +++ b/CHNOSProject/chn/chn.xcodeproj/project.pbxproj @@ -0,0 +1,236 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 17D0F40116DA313700C62B79 /* chnlib.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FA16DA313700C62B79 /* chnlib.c */; }; + 17D0F40216DA313700C62B79 /* chnlib.h in Headers */ = {isa = PBXBuildFile; fileRef = 17D0F3FB16DA313700C62B79 /* chnlib.h */; settings = {ATTRIBUTES = (Public, ); }; }; + 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FC16DA313700C62B79 /* chnlib00.c */; }; + 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FD16DA313700C62B79 /* chnlib01.c */; }; + 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FE16DA313700C62B79 /* chnlib02.c */; }; + 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F3FF16DA313700C62B79 /* chnlib03.c */; }; + 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */ = {isa = PBXBuildFile; fileRef = 17D0F40016DA313700C62B79 /* chnlib04.c */; }; +/* End PBXBuildFile section */ + +/* Begin PBXFileReference section */ + 17D0F3ED16DA305000C62B79 /* libchn.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = libchn.a; sourceTree = BUILT_PRODUCTS_DIR; }; + 17D0F3FA16DA313700C62B79 /* chnlib.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib.c; sourceTree = ""; }; + 17D0F3FB16DA313700C62B79 /* chnlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = chnlib.h; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; }; + 17D0F3FC16DA313700C62B79 /* chnlib00.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib00.c; sourceTree = ""; }; + 17D0F3FD16DA313700C62B79 /* chnlib01.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib01.c; sourceTree = ""; }; + 17D0F3FE16DA313700C62B79 /* chnlib02.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = chnlib02.c; sourceTree = ""; xcLanguageSpecificationIdentifier = xcode.lang.c; }; + 17D0F3FF16DA313700C62B79 /* chnlib03.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib03.c; sourceTree = ""; }; + 17D0F40016DA313700C62B79 /* chnlib04.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib04.c; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 17D0F3EA16DA305000C62B79 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 17D0F3E416DA305000C62B79 = { + isa = PBXGroup; + children = ( + 17D0F3FA16DA313700C62B79 /* chnlib.c */, + 17D0F3FB16DA313700C62B79 /* chnlib.h */, + 17D0F3FC16DA313700C62B79 /* chnlib00.c */, + 17D0F3FD16DA313700C62B79 /* chnlib01.c */, + 17D0F3FE16DA313700C62B79 /* chnlib02.c */, + 17D0F3FF16DA313700C62B79 /* chnlib03.c */, + 17D0F40016DA313700C62B79 /* chnlib04.c */, + 17D0F3EE16DA305000C62B79 /* Products */, + ); + sourceTree = ""; + }; + 17D0F3EE16DA305000C62B79 /* Products */ = { + isa = PBXGroup; + children = ( + 17D0F3ED16DA305000C62B79 /* libchn.a */, + ); + name = Products; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXHeadersBuildPhase section */ + 17D0F3EB16DA305000C62B79 /* Headers */ = { + isa = PBXHeadersBuildPhase; + buildActionMask = 2147483647; + files = ( + 17D0F40216DA313700C62B79 /* chnlib.h in Headers */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXHeadersBuildPhase section */ + +/* Begin PBXNativeTarget section */ + 17D0F3EC16DA305000C62B79 /* chn */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */; + buildPhases = ( + 17D0F3E916DA305000C62B79 /* Sources */, + 17D0F3EA16DA305000C62B79 /* Frameworks */, + 17D0F3EB16DA305000C62B79 /* Headers */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = chn; + productName = chn; + productReference = 17D0F3ED16DA305000C62B79 /* libchn.a */; + productType = "com.apple.product-type.library.static"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 17D0F3E516DA305000C62B79 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = "Hikaru Nishida"; + }; + buildConfigurationList = 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 17D0F3E416DA305000C62B79; + productRefGroup = 17D0F3EE16DA305000C62B79 /* Products */; + projectDirPath = ""; + projectRoot = ""; + targets = ( + 17D0F3EC16DA305000C62B79 /* chn */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXSourcesBuildPhase section */ + 17D0F3E916DA305000C62B79 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17D0F40116DA313700C62B79 /* chnlib.c in Sources */, + 17D0F40316DA313700C62B79 /* chnlib00.c in Sources */, + 17D0F40416DA313700C62B79 /* chnlib01.c in Sources */, + 17D0F40516DA313700C62B79 /* chnlib02.c in Sources */, + 17D0F40616DA313700C62B79 /* chnlib03.c in Sources */, + 17D0F40716DA313700C62B79 /* chnlib04.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 17D0F3EF16DA305000C62B79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 17D0F3F016DA305000C62B79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 17D0F3F216DA305000C62B79 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 17D0F3F316DA305000C62B79 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + COMBINE_HIDPI_IMAGES = YES; + EXECUTABLE_PREFIX = lib; + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 17D0F3E816DA305000C62B79 /* Build configuration list for PBXProject "chn" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17D0F3EF16DA305000C62B79 /* Debug */, + 17D0F3F016DA305000C62B79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 17D0F3F116DA305000C62B79 /* Build configuration list for PBXNativeTarget "chn" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17D0F3F216DA305000C62B79 /* Debug */, + 17D0F3F316DA305000C62B79 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 17D0F3E516DA305000C62B79 /* Project object */; +} diff --git a/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/chn.xcscheme b/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/chn.xcscheme new file mode 100644 index 0000000..ec064e5 --- /dev/null +++ b/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/chn.xcscheme @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist b/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..9cc691f --- /dev/null +++ b/CHNOSProject/chn/chn.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + chn.xcscheme + + orderHint + 2 + + + SuppressBuildableAutocreation + + 17D0F3EC16DA305000C62B79 + + primary + + + + + diff --git a/CHNOSProject/libtest/libtest.xcodeproj/project.pbxproj b/CHNOSProject/libtest/libtest.xcodeproj/project.pbxproj new file mode 100644 index 0000000..5eb0138 --- /dev/null +++ b/CHNOSProject/libtest/libtest.xcodeproj/project.pbxproj @@ -0,0 +1,278 @@ +// !$*UTF8*$! +{ + archiveVersion = 1; + classes = { + }; + objectVersion = 46; + objects = { + +/* Begin PBXBuildFile section */ + 17EE90A216DB67DB005238B2 /* main.c in Sources */ = {isa = PBXBuildFile; fileRef = 17EE90A116DB67DB005238B2 /* main.c */; }; + 17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */ = {isa = PBXBuildFile; fileRef = 17EE90A316DB67DB005238B2 /* libtest.1 */; }; + 17EE90B616DB6898005238B2 /* libchn.a in Frameworks */ = {isa = PBXBuildFile; fileRef = 17EE90B516DB6898005238B2 /* libchn.a */; }; +/* End PBXBuildFile section */ + +/* Begin PBXContainerItemProxy section */ + 177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */ = { + isa = PBXContainerItemProxy; + containerPortal = 17EE90B416DB6890005238B2 /* chn.xcodeproj */; + proxyType = 2; + remoteGlobalIDString = 17D0F3ED16DA305000C62B79; + remoteInfo = chn; + }; +/* End PBXContainerItemProxy section */ + +/* Begin PBXCopyFilesBuildPhase section */ + 17EE909C16DB67DB005238B2 /* CopyFiles */ = { + isa = PBXCopyFilesBuildPhase; + buildActionMask = 2147483647; + dstPath = /usr/share/man/man1/; + dstSubfolderSpec = 0; + files = ( + 17EE90A416DB67DB005238B2 /* libtest.1 in CopyFiles */, + ); + runOnlyForDeploymentPostprocessing = 1; + }; +/* End PBXCopyFilesBuildPhase section */ + +/* Begin PBXFileReference section */ + 17EE909E16DB67DB005238B2 /* libtest */ = {isa = PBXFileReference; explicitFileType = "compiled.mach-o.executable"; includeInIndex = 0; path = libtest; sourceTree = BUILT_PRODUCTS_DIR; }; + 17EE90A116DB67DB005238B2 /* main.c */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.c; path = main.c; sourceTree = ""; }; + 17EE90A316DB67DB005238B2 /* libtest.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = libtest.1; sourceTree = ""; }; + 17EE90B416DB6890005238B2 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = ""; }; + 17EE90B516DB6898005238B2 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = ""; }; +/* End PBXFileReference section */ + +/* Begin PBXFrameworksBuildPhase section */ + 17EE909B16DB67DB005238B2 /* Frameworks */ = { + isa = PBXFrameworksBuildPhase; + buildActionMask = 2147483647; + files = ( + 17EE90B616DB6898005238B2 /* libchn.a in Frameworks */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXFrameworksBuildPhase section */ + +/* Begin PBXGroup section */ + 177AEBB316E54AAC00F19AB1 /* Products */ = { + isa = PBXGroup; + children = ( + 177AEBB716E54AAC00F19AB1 /* libchn.a */, + ); + name = Products; + sourceTree = ""; + }; + 17EE909516DB67DB005238B2 = { + isa = PBXGroup; + children = ( + 17EE90B516DB6898005238B2 /* libchn.a */, + 17EE90B416DB6890005238B2 /* chn.xcodeproj */, + 17EE90A016DB67DB005238B2 /* libtest */, + 17EE909F16DB67DB005238B2 /* Products */, + ); + sourceTree = ""; + }; + 17EE909F16DB67DB005238B2 /* Products */ = { + isa = PBXGroup; + children = ( + 17EE909E16DB67DB005238B2 /* libtest */, + ); + name = Products; + sourceTree = ""; + }; + 17EE90A016DB67DB005238B2 /* libtest */ = { + isa = PBXGroup; + children = ( + 17EE90A116DB67DB005238B2 /* main.c */, + 17EE90A316DB67DB005238B2 /* libtest.1 */, + ); + path = libtest; + sourceTree = ""; + }; +/* End PBXGroup section */ + +/* Begin PBXNativeTarget section */ + 17EE909D16DB67DB005238B2 /* libtest */ = { + isa = PBXNativeTarget; + buildConfigurationList = 17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */; + buildPhases = ( + 17EE909A16DB67DB005238B2 /* Sources */, + 17EE909B16DB67DB005238B2 /* Frameworks */, + 17EE909C16DB67DB005238B2 /* CopyFiles */, + ); + buildRules = ( + ); + dependencies = ( + ); + name = libtest; + productName = libtest; + productReference = 17EE909E16DB67DB005238B2 /* libtest */; + productType = "com.apple.product-type.tool"; + }; +/* End PBXNativeTarget section */ + +/* Begin PBXProject section */ + 17EE909616DB67DB005238B2 /* Project object */ = { + isa = PBXProject; + attributes = { + LastUpgradeCheck = 0460; + ORGANIZATIONNAME = "Hikaru Nishida"; + }; + buildConfigurationList = 17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */; + compatibilityVersion = "Xcode 3.2"; + developmentRegion = English; + hasScannedForEncodings = 0; + knownRegions = ( + en, + ); + mainGroup = 17EE909516DB67DB005238B2; + productRefGroup = 17EE909F16DB67DB005238B2 /* Products */; + projectDirPath = ""; + projectReferences = ( + { + ProductGroup = 177AEBB316E54AAC00F19AB1 /* Products */; + ProjectRef = 17EE90B416DB6890005238B2 /* chn.xcodeproj */; + }, + ); + projectRoot = ""; + targets = ( + 17EE909D16DB67DB005238B2 /* libtest */, + ); + }; +/* End PBXProject section */ + +/* Begin PBXReferenceProxy section */ + 177AEBB716E54AAC00F19AB1 /* libchn.a */ = { + isa = PBXReferenceProxy; + fileType = archive.ar; + path = libchn.a; + remoteRef = 177AEBB616E54AAC00F19AB1 /* PBXContainerItemProxy */; + sourceTree = BUILT_PRODUCTS_DIR; + }; +/* End PBXReferenceProxy section */ + +/* Begin PBXSourcesBuildPhase section */ + 17EE909A16DB67DB005238B2 /* Sources */ = { + isa = PBXSourcesBuildPhase; + buildActionMask = 2147483647; + files = ( + 17EE90A216DB67DB005238B2 /* main.c in Sources */, + ); + runOnlyForDeploymentPostprocessing = 0; + }; +/* End PBXSourcesBuildPhase section */ + +/* Begin XCBuildConfiguration section */ + 17EE90A516DB67DB005238B2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = NO; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_DYNAMIC_NO_PIC = NO; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_OPTIMIZATION_LEVEL = 0; + GCC_PREPROCESSOR_DEFINITIONS = ( + "DEBUG=1", + "$(inherited)", + ); + GCC_SYMBOLS_PRIVATE_EXTERN = NO; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + "$(INSTALL_ROOT)/usr/local/include", + ); + MACOSX_DEPLOYMENT_TARGET = 10.7; + ONLY_ACTIVE_ARCH = YES; + SDKROOT = macosx; + }; + name = Debug; + }; + 17EE90A616DB67DB005238B2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + ALWAYS_SEARCH_USER_PATHS = NO; + ARCHS = "$(ARCHS_STANDARD_64_BIT)"; + CLANG_CXX_LANGUAGE_STANDARD = "gnu++0x"; + CLANG_CXX_LIBRARY = "libc++"; + CLANG_WARN_CONSTANT_CONVERSION = YES; + CLANG_WARN_EMPTY_BODY = YES; + CLANG_WARN_ENUM_CONVERSION = YES; + CLANG_WARN_INT_CONVERSION = YES; + CLANG_WARN__DUPLICATE_METHOD_MATCH = YES; + COPY_PHASE_STRIP = YES; + DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym"; + GCC_C_LANGUAGE_STANDARD = gnu99; + GCC_ENABLE_OBJC_EXCEPTIONS = YES; + GCC_WARN_64_TO_32_BIT_CONVERSION = YES; + GCC_WARN_ABOUT_RETURN_TYPE = YES; + GCC_WARN_UNINITIALIZED_AUTOS = YES; + GCC_WARN_UNUSED_VARIABLE = YES; + HEADER_SEARCH_PATHS = ( + "$(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/usr/local/include", + "$(INSTALL_ROOT)/usr/local/include", + ); + MACOSX_DEPLOYMENT_TARGET = 10.7; + SDKROOT = macosx; + }; + name = Release; + }; + 17EE90A816DB67DB005238B2 /* Debug */ = { + isa = XCBuildConfiguration; + buildSettings = { + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Debug; + }; + 17EE90A916DB67DB005238B2 /* Release */ = { + isa = XCBuildConfiguration; + buildSettings = { + LIBRARY_SEARCH_PATHS = ( + "$(inherited)", + "\"$(SRCROOT)/../DerivedData/CHNOSProject/Build/Products/Debug\"", + ); + PRODUCT_NAME = "$(TARGET_NAME)"; + }; + name = Release; + }; +/* End XCBuildConfiguration section */ + +/* Begin XCConfigurationList section */ + 17EE909916DB67DB005238B2 /* Build configuration list for PBXProject "libtest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17EE90A516DB67DB005238B2 /* Debug */, + 17EE90A616DB67DB005238B2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; + 17EE90A716DB67DB005238B2 /* Build configuration list for PBXNativeTarget "libtest" */ = { + isa = XCConfigurationList; + buildConfigurations = ( + 17EE90A816DB67DB005238B2 /* Debug */, + 17EE90A916DB67DB005238B2 /* Release */, + ); + defaultConfigurationIsVisible = 0; + defaultConfigurationName = Release; + }; +/* End XCConfigurationList section */ + }; + rootObject = 17EE909616DB67DB005238B2 /* Project object */; +} diff --git a/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/libtest.xcscheme b/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/libtest.xcscheme new file mode 100644 index 0000000..c30b01f --- /dev/null +++ b/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/libtest.xcscheme @@ -0,0 +1,86 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist b/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist new file mode 100644 index 0000000..086924b --- /dev/null +++ b/CHNOSProject/libtest/libtest.xcodeproj/xcuserdata/hikaru.xcuserdatad/xcschemes/xcschememanagement.plist @@ -0,0 +1,22 @@ + + + + + SchemeUserState + + libtest.xcscheme + + orderHint + 4 + + + SuppressBuildableAutocreation + + 17EE909D16DB67DB005238B2 + + primary + + + + +