set base SDK to iPhone OS 3.0

This commit is contained in:
Sarah Wilke
2010-05-31 10:17:43 -04:00
parent 976fafdf94
commit c40b6b742c

View File

@@ -744,7 +744,7 @@
INSTALL_PATH = /usr/local/lib;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RestKit;
SDKROOT = "";
SDKROOT = iphoneos3.0;
USER_HEADER_SEARCH_PATHS = "";
};
name = Debug;
@@ -765,6 +765,7 @@
INSTALL_PATH = /usr/local/lib;
OTHER_LDFLAGS = "-ObjC";
PRODUCT_NAME = RestKit;
SDKROOT = iphoneos3.0;
};
name = Release;
};