OSDN Git Service

SimpleHTMLEditorはそれなりに使えるようになった。
[chnosproject/CHNOSProject.git] / CHNOSProject / SimpleHTMLEditor / SimpleHTMLEditor.xcodeproj / project.pbxproj
index 6894019..dd41ec5 100644 (file)
@@ -8,6 +8,7 @@
 
 /* Begin PBXBuildFile section */
                171CC8EF171995E9009D8D80 /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 171CC8EE171995E9009D8D80 /* WebKit.framework */; };
+               177F344A1733A343004D6778 /* SimpleHTMLEditor.icns in Resources */ = {isa = PBXBuildFile; fileRef = 177F34491733A343004D6778 /* SimpleHTMLEditor.icns */; };
                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 */; };
@@ -18,6 +19,8 @@
 
 /* Begin PBXFileReference section */
                171CC8EE171995E9009D8D80 /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
+               177F34491733A343004D6778 /* SimpleHTMLEditor.icns */ = {isa = PBXFileReference; lastKnownFileType = image.icns; path = SimpleHTMLEditor.icns; sourceTree = "<group>"; };
+               177F34551733A431004D6778 /* SimpleHTMLEditorIcon.xcf */ = {isa = PBXFileReference; lastKnownFileType = file; path = SimpleHTMLEditorIcon.xcf; sourceTree = "<group>"; };
                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; };
                178302601719927300FF22B2 /* Supporting Files */ = {
                        isa = PBXGroup;
                        children = (
+                               177F34551733A431004D6778 /* SimpleHTMLEditorIcon.xcf */,
+                               177F34491733A343004D6778 /* SimpleHTMLEditor.icns */,
                                178302611719927300FF22B2 /* SimpleHTMLEditor-Info.plist */,
                                178302621719927300FF22B2 /* InfoPlist.strings */,
                                178302651719927300FF22B2 /* main.m */,
                                178302641719927300FF22B2 /* InfoPlist.strings in Resources */,
                                1783026A1719927300FF22B2 /* Credits.rtf in Resources */,
                                178302701719927300FF22B2 /* MainMenu.xib in Resources */,
+                               177F344A1733A343004D6778 /* SimpleHTMLEditor.icns in Resources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };