Removing #warning about Security framework

This commit is contained in:
Mattt Thompson 2013-02-08 14:22:27 +01:00
parent 0e18f85bfb
commit 1053e00fff

View file

@ -81,8 +81,6 @@ typedef enum {
AFSSLPinningModePublicKey, AFSSLPinningModePublicKey,
AFSSLPinningModeCertificate, AFSSLPinningModeCertificate,
} AFURLConnectionOperationSSLPinningMode; } AFURLConnectionOperationSSLPinningMode;
#else
#warning Security framework not found in project, or not included in precompiled header. SSL Certificate Pinning functionality will not be available.
#endif #endif
@interface AFURLConnectionOperation : NSOperation <NSURLConnectionDelegate, @interface AFURLConnectionOperation : NSOperation <NSURLConnectionDelegate,