<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -447,7 +447,16 @@ static NSError *ASIUnableToCreateRequestError;
 	
 	// Detect proxy settings and apply them
 #if TARGET_OS_IPHONE
+	#if TARGET_IPHONE_SIMULATOR
+		#if __IPHONE_OS_VERSION_MIN_REQUIRED &gt; __IPHONE_2_2
 	NSDictionary *proxySettings = [(NSDictionary *)CFNetworkCopySystemProxySettings() autorelease];
+		#else
+	// Can't detect proxies in 2.2.1 Simulator
+	NSDictionary *proxySettings = [NSMutableDictionary dictionary];	
+		#endif
+	#else
+	NSDictionary *proxySettings = [(NSDictionary *)CFNetworkCopySystemProxySettings() autorelease];
+	#endif
 #else
 	NSDictionary *proxySettings = [(NSDictionary *)SCDynamicStoreCopyProxies(NULL) autorelease];
 #endif</diff>
      <filename>Classes/ASIHTTPRequest.m</filename>
    </modified>
    <modified>
      <diff>@@ -9,7 +9,7 @@
 	&lt;key&gt;CFBundleIconFile&lt;/key&gt;
 	&lt;string&gt;iphone-icon.png&lt;/string&gt;
 	&lt;key&gt;CFBundleIdentifier&lt;/key&gt;
-	&lt;string&gt;com.yourcompany.${PRODUCT_NAME:identifier}&lt;/string&gt;
+	&lt;string&gt;com.allseeinginteractive.trailsnetwork.asitest&lt;/string&gt;
 	&lt;key&gt;CFBundleInfoDictionaryVersion&lt;/key&gt;
 	&lt;string&gt;6.0&lt;/string&gt;
 	&lt;key&gt;CFBundlePackageType&lt;/key&gt;</diff>
      <filename>iPhone Sample/Info.plist</filename>
    </modified>
    <modified>
      <diff>@@ -359,7 +359,7 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
-				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;Don't Code Sign&quot;;
+				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;iPhone Developer: Ben Copsey&quot;;
 				COPY_PHASE_STRIP = NO;
 				GCC_DYNAMIC_NO_PIC = NO;
 				GCC_OPTIMIZATION_LEVEL = 0;
@@ -367,7 +367,7 @@
 				GCC_PREFIX_HEADER = &quot;iPhone Sample/iPhone_Prefix.pch&quot;;
 				INFOPLIST_FILE = &quot;iPhone Sample/Info.plist&quot;;
 				PRODUCT_NAME = ASIHTTPRequest;
-				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;&quot;;
+				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;DF9A6444-9A4F-4BAA-B338-0025D6F53459&quot;;
 				SDKROOT = iphoneos2.2.1;
 			};
 			name = Debug;
@@ -376,13 +376,13 @@
 			isa = XCBuildConfiguration;
 			buildSettings = {
 				ALWAYS_SEARCH_USER_PATHS = NO;
-				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;Don't Code Sign&quot;;
+				&quot;CODE_SIGN_IDENTITY[sdk=iphoneos*]&quot; = &quot;iPhone Developer: Ben Copsey&quot;;
 				COPY_PHASE_STRIP = YES;
 				GCC_PRECOMPILE_PREFIX_HEADER = YES;
 				GCC_PREFIX_HEADER = &quot;iPhone Sample/iPhone_Prefix.pch&quot;;
 				INFOPLIST_FILE = &quot;iPhone Sample/Info.plist&quot;;
 				PRODUCT_NAME = ASIHTTPRequest;
-				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;&quot;;
+				&quot;PROVISIONING_PROFILE[sdk=iphoneos*]&quot; = &quot;DF9A6444-9A4F-4BAA-B338-0025D6F53459&quot;;
 				SDKROOT = iphoneos2.2.1;
 			};
 			name = Release;</diff>
      <filename>iPhone.xcodeproj/project.pbxproj</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>bb72651cefc37dcc2c89f0c9deefd10e07fc98e6</id>
    </parent>
  </parents>
  <author>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </author>
  <url>http://github.com/pokeb/asi-http-request/commit/4c8ff10074beed36b7c5deb090365174613dd34c</url>
  <id>4c8ff10074beed36b7c5deb090365174613dd34c</id>
  <committed-date>2009-06-25T07:17:40-07:00</committed-date>
  <authored-date>2009-06-25T07:17:40-07:00</authored-date>
  <message>Fix 2.2.1 Simulator build</message>
  <tree>e07d5aace05d6808d11bd91629b9057be0b40563</tree>
  <committer>
    <name>Ben Copsey</name>
    <email>ben@allseeing-i.com</email>
  </committer>
</commit>
