OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / chn / chn.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/chn/chn.xcodeproj/project.pbxproj b/CHNOSProject/chn/chn.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..13eff5a
--- /dev/null
@@ -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 = "<group>"; };
+               17D0F3FB16DA313700C62B79 /* chnlib.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = chnlib.h; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.objcpp; };
+               17D0F3FC16DA313700C62B79 /* chnlib00.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib00.c; sourceTree = "<group>"; };
+               17D0F3FD16DA313700C62B79 /* chnlib01.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib01.c; sourceTree = "<group>"; };
+               17D0F3FE16DA313700C62B79 /* chnlib02.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; lineEnding = 2; path = chnlib02.c; sourceTree = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
+               17D0F3FF16DA313700C62B79 /* chnlib03.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib03.c; sourceTree = "<group>"; };
+               17D0F40016DA313700C62B79 /* chnlib04.c */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.c; path = chnlib04.c; sourceTree = "<group>"; };
+/* 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 = "<group>";
+               };
+               17D0F3EE16DA305000C62B79 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17D0F3ED16DA305000C62B79 /* libchn.a */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+/* 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 */;
+}