OSDN Git Service

.xcodeprojファイルを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / AI003 / AI003.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/AI003/AI003.xcodeproj/project.pbxproj b/CHNOSProject/AI003/AI003.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..7aa4a97
--- /dev/null
@@ -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 = "<group>"; };
+               173BB42716C660E000126A00 /* words.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; lineEnding = 2; path = words.txt; sourceTree = "<group>"; };
+               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 = "<group>"; xcLanguageSpecificationIdentifier = xcode.lang.c; };
+               175A87A616B5827800F5166E /* AI003.1 */ = {isa = PBXFileReference; lastKnownFileType = text.man; path = AI003.1; sourceTree = "<group>"; };
+               175A87AF16B5833500F5166E /* core.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; lineEnding = 2; path = core.h; sourceTree = "<group>"; };
+               17D0F40D16DA33F700C62B79 /* chn.xcodeproj */ = {isa = PBXFileReference; lastKnownFileType = "wrapper.pb-project"; name = chn.xcodeproj; path = ../chn/chn.xcodeproj; sourceTree = "<group>"; };
+               17D0F41116DA374300C62B79 /* libchn.a */ = {isa = PBXFileReference; lastKnownFileType = archive.ar; name = libchn.a; path = ../DerivedData/CHNOSProject/Build/Products/Debug/libchn.a; sourceTree = "<group>"; };
+/* 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 = "<group>";
+               };
+               175A87A116B5827800F5166E /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               175A87A016B5827800F5166E /* AI003 */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               175A87A316B5827800F5166E /* AI003 */ = {
+                       isa = PBXGroup;
+                       children = (
+                               175A87A616B5827800F5166E /* AI003.1 */,
+                               173BB42316C65FBB00126A00 /* config.txt */,
+                               175A87AF16B5833500F5166E /* core.h */,
+                               175A87A416B5827800F5166E /* main.c */,
+                               173BB42716C660E000126A00 /* words.txt */,
+                       );
+                       path = AI003;
+                       sourceTree = "<group>";
+               };
+               17EE908716DA4AC6005238B2 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               17EE908E16DA4AC6005238B2 /* libchn.a */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+/* 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 */;
+}