changeset 1273:4e7bb0e271c5
Apply last chunk of Jan's xcode patches.
I misread, it is needed after all.
| author | Dieter Baron <dillo@nih.at> |
|---|---|
| date | Mon, 22 Oct 2012 22:56:54 +0200 |
| parents | 687713316de0 |
| children | 15216ced910c |
| files | xcode/libzip.xcodeproj/project.pbxproj |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line diff
1.1 --- a/xcode/libzip.xcodeproj/project.pbxproj Fri Oct 19 20:34:50 2012 +0200 1.2 +++ b/xcode/libzip.xcodeproj/project.pbxproj Mon Oct 22 22:56:54 2012 +0200 1.3 @@ -2727,7 +2727,8 @@ 1.4 GCC_WARN_UNINITIALIZED_AUTOS = YES; 1.5 GCC_WARN_UNUSED_VARIABLE = YES; 1.6 IPHONEOS_DEPLOYMENT_TARGET = 5.1; 1.7 - SDKROOT = iphoneos; 1.8 + MACOSX_DEPLOYMENT_TARGET = 10.6; 1.9 + SDKROOT = macosx; 1.10 VALIDATE_PRODUCT = YES; 1.11 }; 1.12 name = Release;
