<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1 +1,4 @@
 build
+*.xcodeproj/*.mode1v3
+*.xcodeproj/*.pbxuser
+.*swp</diff>
      <filename>.gitignore</filename>
    </modified>
    <modified>
      <diff>@@ -7,19 +7,18 @@
 	objects = {
 
 /* Begin PBXBuildFile section */
-		8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = 089C167DFE841241C02AAC07 /* InfoPlist.strings */; };
+		869B10DF0DF8D302008287C5 /* RubyCocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 869B10DE0DF8D302008287C5 /* RubyCocoa.framework */; };
+		869B10E30DF8D30E008287C5 /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 869B10E20DF8D30E008287C5 /* Quartz.framework */; };
 		8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */; };
 /* End PBXBuildFile section */
 
 /* Begin PBXFileReference section */
-		089C1672FE841209C02AAC07 /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
-		089C167EFE841241C02AAC07 /* English */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = English; path = English.lproj/InfoPlist.strings; sourceTree = &quot;&lt;group&gt;&quot;; };
-		089C167FFE841241C02AAC07 /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 		1058C7ADFEA557BF11CA2CBB /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Cocoa.framework; path = /System/Library/Frameworks/Cocoa.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 		32DBCF630370AF2F00C91783 /* QCRubyPlugin_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = QCRubyPlugin_Prefix.pch; sourceTree = &quot;&lt;group&gt;&quot;; };
-		8D5B49B6048680CD000E48DA /* QCRubyPlugin.bundle */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = QCRubyPlugin.bundle; sourceTree = BUILT_PRODUCTS_DIR; };
+		869B10DE0DF8D302008287C5 /* RubyCocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = RubyCocoa.framework; path = /System/Library/Frameworks/RubyCocoa.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+		869B10E20DF8D30E008287C5 /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
+		8D5B49B6048680CD000E48DA /* QCRubyPlugin.plugin */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; name = QCRubyPlugin.plugin; path = build/Debug/QCRubyPlugin.plugin; sourceTree = &quot;&lt;group&gt;&quot;; };
 		8D5B49B7048680CD000E48DA /* Info.plist */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = &quot;&lt;group&gt;&quot;; };
-		D2F7E65807B2D6F200F64583 /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = CoreData.framework; path = /System/Library/Frameworks/CoreData.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 /* End PBXFileReference section */
 
 /* Begin PBXFrameworksBuildPhase section */
@@ -28,6 +27,8 @@
 			buildActionMask = 2147483647;
 			files = (
 				8D5B49B4048680CD000E48DA /* Cocoa.framework in Frameworks */,
+				869B10DF0DF8D302008287C5 /* RubyCocoa.framework in Frameworks */,
+				869B10E30DF8D30E008287C5 /* Quartz.framework in Frameworks */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -49,6 +50,8 @@
 		089C1671FE841209C02AAC07 /* Frameworks and Libraries */ = {
 			isa = PBXGroup;
 			children = (
+				869B10E20DF8D30E008287C5 /* Quartz.framework */,
+				869B10DE0DF8D302008287C5 /* RubyCocoa.framework */,
 				1058C7ACFEA557BF11CA2CBB /* Linked Frameworks */,
 				1058C7AEFEA557BF11CA2CBB /* Other Frameworks */,
 			);
@@ -59,7 +62,6 @@
 			isa = PBXGroup;
 			children = (
 				8D5B49B7048680CD000E48DA /* Info.plist */,
-				089C167DFE841241C02AAC07 /* InfoPlist.strings */,
 			);
 			name = Resources;
 			sourceTree = &quot;&lt;group&gt;&quot;;
@@ -82,9 +84,6 @@
 		1058C7AEFEA557BF11CA2CBB /* Other Frameworks */ = {
 			isa = PBXGroup;
 			children = (
-				089C167FFE841241C02AAC07 /* AppKit.framework */,
-				D2F7E65807B2D6F200F64583 /* CoreData.framework */,
-				089C1672FE841209C02AAC07 /* Foundation.framework */,
 			);
 			name = &quot;Other Frameworks&quot;;
 			sourceTree = &quot;&lt;group&gt;&quot;;
@@ -92,7 +91,7 @@
 		19C28FB8FE9D52D311CA2CBB /* Products */ = {
 			isa = PBXGroup;
 			children = (
-				8D5B49B6048680CD000E48DA /* QCRubyPlugin.bundle */,
+				8D5B49B6048680CD000E48DA /* QCRubyPlugin.plugin */,
 			);
 			name = Products;
 			sourceTree = &quot;&lt;group&gt;&quot;;
@@ -123,7 +122,7 @@
 			name = QCRubyPlugin;
 			productInstallPath = &quot;$(HOME)/Library/Bundles&quot;;
 			productName = QCRubyPlugin;
-			productReference = 8D5B49B6048680CD000E48DA /* QCRubyPlugin.bundle */;
+			productReference = 8D5B49B6048680CD000E48DA /* QCRubyPlugin.plugin */;
 			productType = &quot;com.apple.product-type.bundle&quot;;
 		};
 /* End PBXNativeTarget section */
@@ -148,7 +147,6 @@
 			isa = PBXResourcesBuildPhase;
 			buildActionMask = 2147483647;
 			files = (
-				8D5B49B0048680CD000E48DA /* InfoPlist.strings in Resources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};
@@ -164,17 +162,6 @@
 		};
 /* End PBXSourcesBuildPhase section */
 
-/* Begin PBXVariantGroup section */
-		089C167DFE841241C02AAC07 /* InfoPlist.strings */ = {
-			isa = PBXVariantGroup;
-			children = (
-				089C167EFE841241C02AAC07 /* English */,
-			);
-			name = InfoPlist.strings;
-			sourceTree = &quot;&lt;group&gt;&quot;;
-		};
-/* End PBXVariantGroup section */
-
 /* Begin XCBuildConfiguration section */
 		1DEB913B08733D840010E9CD /* Debug */ = {
 			isa = XCBuildConfiguration;</diff>
      <filename>QCRubyPlugin.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>c8990be9af58399e35fdcf286d888cbbda2edd57</id>
    </parent>
  </parents>
  <author>
    <name>mootoh</name>
    <email>mootoh@gmail.com</email>
  </author>
  <url>http://github.com/mootoh/qc_gainer/commit/caaeb4235100f40c7ee4ccd3bb63d35c74251a1c</url>
  <id>caaeb4235100f40c7ee4ccd3bb63d35c74251a1c</id>
  <committed-date>2008-06-05T19:08:46-07:00</committed-date>
  <authored-date>2008-06-05T19:08:46-07:00</authored-date>
  <message>link frameworks.</message>
  <tree>0849b5510af6af2cd2ab835435c43f3a78cdf043</tree>
  <committer>
    <name>mootoh</name>
    <email>mootoh@gmail.com</email>
  </committer>
</commit>
