Skip to content

Commit

Permalink
LukeIS: updating SDKROOT to be 3.2 instead of 5.0, hopefully this wil…
Browse files Browse the repository at this point in the history
…l help those running older versions of Xcode

r14870
  • Loading branch information
lukeis committed Nov 23, 2011
1 parent 9f83f6d commit cad675d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@
PATCHED_CODE = "$(PROJECT_DIR)/extensions/patched";
PREBINDING = NO;
PRODUCT_NAME = CocoaHTTPServer;
SDKROOT = iphoneos5.0;
SDKROOT = iphoneos3.2;
};
name = Debug;
};
Expand All @@ -320,7 +320,7 @@
PATCHED_CODE = "$(PROJECT_DIR)/extensions/patched";
PREBINDING = NO;
PRODUCT_NAME = CocoaHTTPServer;
SDKROOT = iphoneos5.0;
SDKROOT = iphoneos3.2;
ZERO_LINK = NO;
};
name = Release;
Expand Down

0 comments on commit cad675d

Please sign in to comment.