<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -44,7 +44,9 @@
 /**
  * WARNING: This depends on undocumented APIs and may be fragile.  For testing only.
  */
+#ifdef DEBUG
 - (void)simulateTapAtPoint:(CGPoint)location;
+#endif
 
 /**
  * Calculates the offset of this view from another view in screen coordinates.</diff>
      <filename>src/Three20/UIViewAdditions.h</filename>
    </modified>
    <modified>
      <diff>@@ -285,6 +285,7 @@
   }
 }
 
+#ifdef DEBUG
 - (void)simulateTapAtPoint:(CGPoint)location {
   UITouch *touch = [[[UITouch alloc] initInView:self location:location] autorelease];
 
@@ -296,6 +297,7 @@
   UIEvent *eventUp = [[[UIEvent alloc] initWithTouch:touch] autorelease];
   [touch.view touchesEnded:[NSSet setWithObject:touch] withEvent:eventUp];
 }
+#endif
 
 - (CGRect)frameWithKeyboardSubtracted:(CGFloat)plusHeight {
   CGRect frame = self.frame;</diff>
      <filename>src/UIViewAdditions.m</filename>
    </modified>
    <modified>
      <diff>@@ -22,6 +22,7 @@
   return CGRectMake(x, y, width, height);
 }
 
+#ifdef DEBUG
 - (void)simulateTapElement:(NSString*)query {
   CGRect frame = [self.window convertRect:self.frame fromView:self.superview];
   CGRect pluginFrame = [self frameOfElement:query];
@@ -31,5 +32,6 @@
   );
   [self simulateTapAtPoint:tapPoint];
 }
+#endif
 
 @end</diff>
      <filename>src/UIWebViewAdditions.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>e8ecb801ca70ba824846928b7ca75faf376aeedb</id>
    </parent>
  </parents>
  <author>
    <name>Joe Hewitt</name>
    <login>joehewitt</login>
    <email>joe@joehewitt.com</email>
  </author>
  <url>http://github.com/facebook/three20/commit/8183ae25528bbc575ab41a41227756f06c166240</url>
  <id>8183ae25528bbc575ab41a41227756f06c166240</id>
  <committed-date>2009-10-28T21:52:59-07:00</committed-date>
  <authored-date>2009-10-28T21:52:59-07:00</authored-date>
  <message>* Disable code that uses private APIs except in debug builds</message>
  <tree>2b2fd7b49fc71755d675eb0fd85c82098da563a5</tree>
  <committer>
    <name>Joe Hewitt</name>
    <login>joehewitt</login>
    <email>joe@joehewitt.com</email>
  </committer>
</commit>
