OSDN Git Service

SimpleHTMLEditorを追加。
[chnosproject/CHNOSProject.git] / CHNOSProject / SimpleHTMLEditor / SimpleHTMLEditor.xcodeproj / project.pbxproj
diff --git a/CHNOSProject/SimpleHTMLEditor/SimpleHTMLEditor.xcodeproj/project.pbxproj b/CHNOSProject/SimpleHTMLEditor/SimpleHTMLEditor.xcodeproj/project.pbxproj
new file mode 100644 (file)
index 0000000..6894019
--- /dev/null
@@ -0,0 +1,315 @@
+// !$*UTF8*$!
+{
+       archiveVersion = 1;
+       classes = {
+       };
+       objectVersion = 46;
+       objects = {
+
+/* Begin PBXBuildFile section */
+               171CC8EF171995E9009D8D80 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 171CC8EE171995E9009D8D80 /* WebKit.framework */; };
+               1783025A1719927300FF22B2 /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 178302591719927300FF22B2 /* Cocoa.framework */; };
+               178302641719927300FF22B2 /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 178302621719927300FF22B2 /* InfoPlist.strings */; };
+               178302661719927300FF22B2 /* main.m in Sources */ = {isa = PBXBuildFile; fileRef = 178302651719927300FF22B2 /* main.m */; };
+               1783026A1719927300FF22B2 /* Credits.rtf in Resources */ = {isa = PBXBuildFile; fileRef = 178302681719927300FF22B2 /* Credits.rtf */; };
+               1783026D1719927300FF22B2 /* AppDelegate.m in Sources */ = {isa = PBXBuildFile; fileRef = 1783026C1719927300FF22B2 /* AppDelegate.m */; };
+               178302701719927300FF22B2 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1783026E1719927300FF22B2 /* MainMenu.xib */; };
+/* End PBXBuildFile section */
+
+/* Begin PBXFileReference section */
+               171CC8EE171995E9009D8D80 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
+               178302561719927300FF22B2 /* SimpleHTMLEditor.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; includeInIndex = 0; path = SimpleHTMLEditor.app; sourceTree = BUILT_PRODUCTS_DIR; };
+               178302591719927300FF22B2 /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = System/Library/Frameworks/Cocoa.framework; sourceTree = SDKROOT; };
+               1783025C1719927300FF22B2 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = System/Library/Frameworks/AppKit.framework; sourceTree = SDKROOT; };
+               1783025D1719927300FF22B2 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = System/Library/Frameworks/CoreData.framework; sourceTree = SDKROOT; };
+               1783025E1719927300FF22B2 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = System/Library/Frameworks/Foundation.framework; sourceTree = SDKROOT; };
+               178302611719927300FF22B2 /* SimpleHTMLEditor-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "SimpleHTMLEditor-Info.plist"; sourceTree = "<group>"; };
+               178302631719927300FF22B2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.plist.strings; name = en; path = en.lproj/InfoPlist.strings; sourceTree = "<group>"; };
+               178302651719927300FF22B2 /* main.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = main.m; sourceTree = "<group>"; };
+               178302671719927300FF22B2 /* SimpleHTMLEditor-Prefix.pch */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = "SimpleHTMLEditor-Prefix.pch"; sourceTree = "<group>"; };
+               178302691719927300FF22B2 /* en */ = {isa = PBXFileReference; lastKnownFileType = text.rtf; name = en; path = en.lproj/Credits.rtf; sourceTree = "<group>"; };
+               1783026B1719927300FF22B2 /* AppDelegate.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AppDelegate.h; sourceTree = "<group>"; };
+               1783026C1719927300FF22B2 /* AppDelegate.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AppDelegate.m; sourceTree = "<group>"; };
+               1783026F1719927300FF22B2 /* en */ = {isa = PBXFileReference; lastKnownFileType = file.xib; name = en; path = en.lproj/MainMenu.xib; sourceTree = "<group>"; };
+/* End PBXFileReference section */
+
+/* Begin PBXFrameworksBuildPhase section */
+               178302531719927300FF22B2 /* Frameworks */ = {
+                       isa = PBXFrameworksBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               171CC8EF171995E9009D8D80 /* WebKit.framework in Frameworks */,
+                               1783025A1719927300FF22B2 /* Cocoa.framework in Frameworks */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXFrameworksBuildPhase section */
+
+/* Begin PBXGroup section */
+               1783024D1719927300FF22B2 = {
+                       isa = PBXGroup;
+                       children = (
+                               171CC8EE171995E9009D8D80 /* WebKit.framework */,
+                               1783025F1719927300FF22B2 /* SimpleHTMLEditor */,
+                               178302581719927300FF22B2 /* Frameworks */,
+                               178302571719927300FF22B2 /* Products */,
+                       );
+                       sourceTree = "<group>";
+               };
+               178302571719927300FF22B2 /* Products */ = {
+                       isa = PBXGroup;
+                       children = (
+                               178302561719927300FF22B2 /* SimpleHTMLEditor.app */,
+                       );
+                       name = Products;
+                       sourceTree = "<group>";
+               };
+               178302581719927300FF22B2 /* Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               178302591719927300FF22B2 /* Cocoa.framework */,
+                               1783025B1719927300FF22B2 /* Other Frameworks */,
+                       );
+                       name = Frameworks;
+                       sourceTree = "<group>";
+               };
+               1783025B1719927300FF22B2 /* Other Frameworks */ = {
+                       isa = PBXGroup;
+                       children = (
+                               1783025C1719927300FF22B2 /* AppKit.framework */,
+                               1783025D1719927300FF22B2 /* CoreData.framework */,
+                               1783025E1719927300FF22B2 /* Foundation.framework */,
+                       );
+                       name = "Other Frameworks";
+                       sourceTree = "<group>";
+               };
+               1783025F1719927300FF22B2 /* SimpleHTMLEditor */ = {
+                       isa = PBXGroup;
+                       children = (
+                               1783026B1719927300FF22B2 /* AppDelegate.h */,
+                               1783026C1719927300FF22B2 /* AppDelegate.m */,
+                               1783026E1719927300FF22B2 /* MainMenu.xib */,
+                               178302601719927300FF22B2 /* Supporting Files */,
+                       );
+                       path = SimpleHTMLEditor;
+                       sourceTree = "<group>";
+               };
+               178302601719927300FF22B2 /* Supporting Files */ = {
+                       isa = PBXGroup;
+                       children = (
+                               178302611719927300FF22B2 /* SimpleHTMLEditor-Info.plist */,
+                               178302621719927300FF22B2 /* InfoPlist.strings */,
+                               178302651719927300FF22B2 /* main.m */,
+                               178302671719927300FF22B2 /* SimpleHTMLEditor-Prefix.pch */,
+                               178302681719927300FF22B2 /* Credits.rtf */,
+                       );
+                       name = "Supporting Files";
+                       sourceTree = "<group>";
+               };
+/* End PBXGroup section */
+
+/* Begin PBXNativeTarget section */
+               178302551719927300FF22B2 /* SimpleHTMLEditor */ = {
+                       isa = PBXNativeTarget;
+                       buildConfigurationList = 178302731719927300FF22B2 /* Build configuration list for PBXNativeTarget "SimpleHTMLEditor" */;
+                       buildPhases = (
+                               178302521719927300FF22B2 /* Sources */,
+                               178302531719927300FF22B2 /* Frameworks */,
+                               178302541719927300FF22B2 /* Resources */,
+                       );
+                       buildRules = (
+                       );
+                       dependencies = (
+                       );
+                       name = SimpleHTMLEditor;
+                       productName = SimpleHTMLEditor;
+                       productReference = 178302561719927300FF22B2 /* SimpleHTMLEditor.app */;
+                       productType = "com.apple.product-type.application";
+               };
+/* End PBXNativeTarget section */
+
+/* Begin PBXProject section */
+               1783024E1719927300FF22B2 /* Project object */ = {
+                       isa = PBXProject;
+                       attributes = {
+                               LastUpgradeCheck = 0460;
+                               ORGANIZATIONNAME = CHNOSProject;
+                       };
+                       buildConfigurationList = 178302511719927300FF22B2 /* Build configuration list for PBXProject "SimpleHTMLEditor" */;
+                       compatibilityVersion = "Xcode 3.2";
+                       developmentRegion = English;
+                       hasScannedForEncodings = 0;
+                       knownRegions = (
+                               en,
+                       );
+                       mainGroup = 1783024D1719927300FF22B2;
+                       productRefGroup = 178302571719927300FF22B2 /* Products */;
+                       projectDirPath = "";
+                       projectRoot = "";
+                       targets = (
+                               178302551719927300FF22B2 /* SimpleHTMLEditor */,
+                       );
+               };
+/* End PBXProject section */
+
+/* Begin PBXResourcesBuildPhase section */
+               178302541719927300FF22B2 /* Resources */ = {
+                       isa = PBXResourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               178302641719927300FF22B2 /* InfoPlist.strings in Resources */,
+                               1783026A1719927300FF22B2 /* Credits.rtf in Resources */,
+                               178302701719927300FF22B2 /* MainMenu.xib in Resources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXResourcesBuildPhase section */
+
+/* Begin PBXSourcesBuildPhase section */
+               178302521719927300FF22B2 /* Sources */ = {
+                       isa = PBXSourcesBuildPhase;
+                       buildActionMask = 2147483647;
+                       files = (
+                               178302661719927300FF22B2 /* main.m in Sources */,
+                               1783026D1719927300FF22B2 /* AppDelegate.m in Sources */,
+                       );
+                       runOnlyForDeploymentPostprocessing = 0;
+               };
+/* End PBXSourcesBuildPhase section */
+
+/* Begin PBXVariantGroup section */
+               178302621719927300FF22B2 /* InfoPlist.strings */ = {
+                       isa = PBXVariantGroup;
+                       children = (
+                               178302631719927300FF22B2 /* en */,
+                       );
+                       name = InfoPlist.strings;
+                       sourceTree = "<group>";
+               };
+               178302681719927300FF22B2 /* Credits.rtf */ = {
+                       isa = PBXVariantGroup;
+                       children = (
+                               178302691719927300FF22B2 /* en */,
+                       );
+                       name = Credits.rtf;
+                       sourceTree = "<group>";
+               };
+               1783026E1719927300FF22B2 /* MainMenu.xib */ = {
+                       isa = PBXVariantGroup;
+                       children = (
+                               1783026F1719927300FF22B2 /* en */,
+                       );
+                       name = MainMenu.xib;
+                       sourceTree = "<group>";
+               };
+/* End PBXVariantGroup section */
+
+/* Begin XCBuildConfiguration section */
+               178302711719927300FF22B2 /* 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_ENABLE_OBJC_ARC = YES;
+                               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;
+               };
+               178302721719927300FF22B2 /* 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_ENABLE_OBJC_ARC = YES;
+                               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;
+               };
+               178302741719927300FF22B2 /* Debug */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COMBINE_HIDPI_IMAGES = YES;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = "SimpleHTMLEditor/SimpleHTMLEditor-Prefix.pch";
+                               INFOPLIST_FILE = "SimpleHTMLEditor/SimpleHTMLEditor-Info.plist";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               WRAPPER_EXTENSION = app;
+                       };
+                       name = Debug;
+               };
+               178302751719927300FF22B2 /* Release */ = {
+                       isa = XCBuildConfiguration;
+                       buildSettings = {
+                               COMBINE_HIDPI_IMAGES = YES;
+                               GCC_PRECOMPILE_PREFIX_HEADER = YES;
+                               GCC_PREFIX_HEADER = "SimpleHTMLEditor/SimpleHTMLEditor-Prefix.pch";
+                               INFOPLIST_FILE = "SimpleHTMLEditor/SimpleHTMLEditor-Info.plist";
+                               PRODUCT_NAME = "$(TARGET_NAME)";
+                               WRAPPER_EXTENSION = app;
+                       };
+                       name = Release;
+               };
+/* End XCBuildConfiguration section */
+
+/* Begin XCConfigurationList section */
+               178302511719927300FF22B2 /* Build configuration list for PBXProject "SimpleHTMLEditor" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               178302711719927300FF22B2 /* Debug */,
+                               178302721719927300FF22B2 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+               178302731719927300FF22B2 /* Build configuration list for PBXNativeTarget "SimpleHTMLEditor" */ = {
+                       isa = XCConfigurationList;
+                       buildConfigurations = (
+                               178302741719927300FF22B2 /* Debug */,
+                               178302751719927300FF22B2 /* Release */,
+                       );
+                       defaultConfigurationIsVisible = 0;
+                       defaultConfigurationName = Release;
+               };
+/* End XCConfigurationList section */
+       };
+       rootObject = 1783024E1719927300FF22B2 /* Project object */;
+}