<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -32,7 +32,7 @@
 
 static NSString *SFHFKeychainUtilsErrorDomain = @&quot;SFHFKeychainUtilsErrorDomain&quot;;
 
-#if TARGET_IPHONE_SIMULATOR
+#if __IPHONE_OS_VERSION_MIN_REQUIRED &lt; 30000 &amp;&amp; TARGET_IPHONE_SIMULATOR
 @interface SFHFKeychainUtils (PrivateMethods)
 + (SecKeychainItemRef) getKeychainItemReferenceForUsername: (NSString *) username andServiceName: (NSString *) serviceName error: (NSError **) error;
 @end
@@ -40,7 +40,7 @@ static NSString *SFHFKeychainUtilsErrorDomain = @&quot;SFHFKeychainUtilsErrorDomain&quot;;
 
 @implementation SFHFKeychainUtils
 	
-#if TARGET_IPHONE_SIMULATOR
+#if __IPHONE_OS_VERSION_MIN_REQUIRED &lt; 30000 &amp;&amp; TARGET_IPHONE_SIMULATOR
 
 + (NSString *) getPasswordForUsername: (NSString *) username andServiceName: (NSString *) serviceName error: (NSError **) error {
 	if (!username || !serviceName) {</diff>
      <filename>security/SFHFKeychainUtils.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>22397f9bb08e6f38528bb53e1fd693468800041e</id>
    </parent>
  </parents>
  <author>
    <name>Buzz Andersen</name>
    <email>buzz@scifihifi.com</email>
  </author>
  <url>http://github.com/ldandersen/scifihifi-iphone/commit/d4298f123a06a91acbe8422ddb6164be3dbcff9e</url>
  <id>d4298f123a06a91acbe8422ddb6164be3dbcff9e</id>
  <committed-date>2009-05-07T10:49:48-07:00</committed-date>
  <authored-date>2009-05-07T10:49:48-07:00</authored-date>
  <message>New, correct, preprocessor fix for 3.0</message>
  <tree>f23756c0107c238b62f5591a35f8fa3417a2d85e</tree>
  <committer>
    <name>Buzz Andersen</name>
    <email>buzz@scifihifi.com</email>
  </committer>
</commit>
