OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / c2wiki / c2wiki.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/c2wiki/c2wiki.xcodeproj/project.pbxproj b/CHNOSProject/c2wiki/c2wiki.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..4cbecf5
--- /dev/null
@@ -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 = "<group>"; };
+               17D0F42116DA37C400C62B79 /* c2wiki.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = c2wiki.1; sourceTree = "<group>"; };
+               17D0F42E16DA387000C62B79 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = "<group>"; };
+               17D0F43016DA39E000C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = "<group>"; };
+/* 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 = "<group>";
+               };
+               17D0F41D16DA37C400C62B79 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17D0F41C16DA37C400C62B79 /* c2wiki */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               17D0F41E16DA37C400C62B79 /* c2wiki */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17D0F41F16DA37C400C62B79 /* main.c */,
+                               17D0F42116DA37C400C62B79 /* c2wiki.1 */,
+                       );
+                       path = c2wiki;
+                       sourceTree = "<group>";
+               };
+               17EE908516DA4AC6005238B2 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17EE908B16DA4AC6005238B2 /* libchn.a */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+/* 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 */;
+}