<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>MyApplication.h</filename>
    </added>
    <added>
      <filename>MyApplication.m</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -9,6 +9,7 @@
 /* Begin PBXBuildFile section */
 		1DDD582C0DA1D0D100B32029 /* MyDocument.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD58280DA1D0D100B32029 /* MyDocument.xib */; };
 		1DDD582D0DA1D0D100B32029 /* MainMenu.xib in Resources */ = {isa = PBXBuildFile; fileRef = 1DDD582A0DA1D0D100B32029 /* MainMenu.xib */; };
+		376586FD1009A33F00B9BC9B /* MyApplication.m in Sources */ = {isa = PBXBuildFile; fileRef = 376586FC1009A33F00B9BC9B /* MyApplication.m */; };
 		79BB568B0FF7374A00D94BEB /* BlitzPDFView.m in Sources */ = {isa = PBXBuildFile; fileRef = 79BB56890FF7374A00D94BEB /* BlitzPDFView.m */; };
 		79BB56AC0FF7386500D94BEB /* Quartz.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79BB56AB0FF7386500D94BEB /* Quartz.framework */; };
 		79BFE53A0FF7E738000668B2 /* Sparkle.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 79BFE5390FF7E738000668B2 /* Sparkle.framework */; };
@@ -48,6 +49,8 @@
 		2A37F4C4FDCFA73011CA2CEA /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = AppKit.framework; path = /System/Library/Frameworks/AppKit.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 		2A37F4C5FDCFA73011CA2CEA /* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Foundation.framework; path = /System/Library/Frameworks/Foundation.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
 		32DBCF750370BD2300C91783 /* Blitz_Prefix.pch */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = Blitz_Prefix.pch; sourceTree = &quot;&lt;group&gt;&quot;; };
+		376586FB1009A33F00B9BC9B /* MyApplication.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = MyApplication.h; sourceTree = &quot;&lt;group&gt;&quot;; };
+		376586FC1009A33F00B9BC9B /* MyApplication.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = MyApplication.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		79BB56890FF7374A00D94BEB /* BlitzPDFView.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = BlitzPDFView.m; sourceTree = &quot;&lt;group&gt;&quot;; };
 		79BB568A0FF7374A00D94BEB /* BlitzPDFView.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = BlitzPDFView.h; sourceTree = &quot;&lt;group&gt;&quot;; };
 		79BB56AB0FF7386500D94BEB /* Quartz.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = Quartz.framework; path = /System/Library/Frameworks/Quartz.framework; sourceTree = &quot;&lt;absolute&gt;&quot;; };
@@ -119,6 +122,8 @@
 				2A37F4ACFDCFA73011CA2CEA /* MyDocument.m */,
 				79BB568A0FF7374A00D94BEB /* BlitzPDFView.h */,
 				79BB56890FF7374A00D94BEB /* BlitzPDFView.m */,
+				376586FB1009A33F00B9BC9B /* MyApplication.h */,
+				376586FC1009A33F00B9BC9B /* MyApplication.m */,
 			);
 			name = Classes;
 			sourceTree = &quot;&lt;group&gt;&quot;;
@@ -236,6 +241,7 @@
 				8D15AC310486D014006FF6A4 /* MyDocument.m in Sources */,
 				8D15AC320486D014006FF6A4 /* main.m in Sources */,
 				79BB568B0FF7374A00D94BEB /* BlitzPDFView.m in Sources */,
+				376586FD1009A33F00B9BC9B /* MyApplication.m in Sources */,
 			);
 			runOnlyForDeploymentPostprocessing = 0;
 		};</diff>
      <filename>Blitz.xcodeproj/project.pbxproj</filename>
    </modified>
    <modified>
      <diff>@@ -33,7 +33,7 @@
 				&lt;string key=&quot;NSClassName&quot;&gt;FirstResponder&lt;/string&gt;
 			&lt;/object&gt;
 			&lt;object class=&quot;NSCustomObject&quot; id=&quot;1050&quot;&gt;
-				&lt;string key=&quot;NSClassName&quot;&gt;NSApplication&lt;/string&gt;
+				&lt;string key=&quot;NSClassName&quot;&gt;MyApplication&lt;/string&gt;
 			&lt;/object&gt;
 			&lt;object class=&quot;NSMenu&quot; id=&quot;649796088&quot;&gt;
 				&lt;string key=&quot;NSTitle&quot;&gt;AMainMenu&lt;/string&gt;
@@ -1799,6 +1799,17 @@
 			&lt;int key=&quot;maxID&quot;&gt;451&lt;/int&gt;
 		&lt;/object&gt;
 		&lt;object class=&quot;IBClassDescriber&quot; key=&quot;IBDocument.Classes&quot;&gt;
+			&lt;object class=&quot;NSMutableArray&quot; key=&quot;referencedPartialClassDescriptions&quot;&gt;
+				&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
+				&lt;object class=&quot;IBPartialClassDescription&quot;&gt;
+					&lt;string key=&quot;className&quot;&gt;MyApplication&lt;/string&gt;
+					&lt;string key=&quot;superclassName&quot;&gt;NSApplication&lt;/string&gt;
+					&lt;object class=&quot;IBClassDescriptionSource&quot; key=&quot;sourceIdentifier&quot;&gt;
+						&lt;string key=&quot;majorKey&quot;&gt;IBProjectSource&lt;/string&gt;
+						&lt;string key=&quot;minorKey&quot;&gt;MyApplication.h&lt;/string&gt;
+					&lt;/object&gt;
+				&lt;/object&gt;
+			&lt;/object&gt;
 			&lt;object class=&quot;NSMutableArray&quot; key=&quot;referencedPartialClassDescriptionsV3.1+&quot;&gt;
 				&lt;bool key=&quot;EncodedWithXMLCoder&quot;&gt;YES&lt;/bool&gt;
 				&lt;object class=&quot;IBPartialClassDescription&quot;&gt;</diff>
      <filename>English.lproj/MainMenu.xib</filename>
    </modified>
    <modified>
      <diff>@@ -54,7 +54,7 @@
 	&lt;key&gt;NSMainNibFile&lt;/key&gt;
 	&lt;string&gt;MainMenu&lt;/string&gt;
 	&lt;key&gt;NSPrincipalClass&lt;/key&gt;
-	&lt;string&gt;NSApplication&lt;/string&gt;
+	&lt;string&gt;MyApplication&lt;/string&gt;
 	&lt;key&gt;SUFeedURL&lt;/key&gt;
 	&lt;string&gt;http://s3.amazonaws.com/rentzsch/blitz-appcast.xml&lt;/string&gt;
 	&lt;key&gt;SUPublicDSAKeyFile&lt;/key&gt;</diff>
      <filename>Info.plist</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>7ba02d9c3a19e732bd4fa9c8c55e640e2e43173b</id>
    </parent>
  </parents>
  <author>
    <name>Philippe Casgrain</name>
    <email>philippe@casgrain.com</email>
  </author>
  <url>http://github.com/rentzsch/Blitz/commit/2bc84f511646bc6799ac7fc742464b2e45082374</url>
  <id>2bc84f511646bc6799ac7fc742464b2e45082374</id>
  <committed-date>2009-07-12T22:50:13-07:00</committed-date>
  <authored-date>2009-07-12T08:24:21-07:00</authored-date>
  <message>Fix for ticket #5: Disable PDFView scroll wheel. Did this by overriding NSApplication's sendEvent: method and eating all the NSScrollWheel event.

Signed-off-by: Jonathan 'Wolf' Rentzsch &lt;jwr.git@redshed.net&gt;</message>
  <tree>189cb1baeee8cefd69c4937c1c1c5f1c274383b9</tree>
  <committer>
    <name>Jonathan 'Wolf' Rentzsch</name>
    <email>jwr.git@redshed.net</email>
  </committer>
</commit>
