|
|
@@ -529,6 +529,10 @@
|
|
|
ONLY_ACTIVE_ARCH = YES;
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
+ WARNING_CFLAGS = (
|
|
|
+ "-Wno-deprecated-declarations",
|
|
|
+ "-Wno-deprecated-implementations",
|
|
|
+ );
|
|
|
};
|
|
|
name = Debug;
|
|
|
};
|
|
|
@@ -576,6 +580,10 @@
|
|
|
SDKROOT = iphoneos;
|
|
|
TARGETED_DEVICE_FAMILY = "1,2";
|
|
|
VALIDATE_PRODUCT = YES;
|
|
|
+ WARNING_CFLAGS = (
|
|
|
+ "-Wno-deprecated-declarations",
|
|
|
+ "-Wno-deprecated-implementations",
|
|
|
+ );
|
|
|
};
|
|
|
name = Release;
|
|
|
};
|