From 33ba5685fb75f9640f62d6a7bcb41d0b796e436b Mon Sep 17 00:00:00 2001 From: Dustin Barker Date: Thu, 27 Jun 2013 22:32:02 -0700 Subject: [PATCH] Remove reference to _AFNETWORKING_PIN_SSL_CERTIFICATES_ --- AFNetworking.podspec | 2 -- Tests/AFNetworking-Prefix.pch | 2 -- 2 files changed, 4 deletions(-) diff --git a/AFNetworking.podspec b/AFNetworking.podspec index 1368a55..f14d101 100644 --- a/AFNetworking.podspec +++ b/AFNetworking.podspec @@ -18,8 +18,6 @@ Pod::Spec.new do |s| s.prefix_header_contents = <<-EOS #import -#define _AFNETWORKING_PIN_SSL_CERTIFICATES_ - #if __IPHONE_OS_VERSION_MIN_REQUIRED #import #import diff --git a/Tests/AFNetworking-Prefix.pch b/Tests/AFNetworking-Prefix.pch index 6f34220..59f8ee7 100644 --- a/Tests/AFNetworking-Prefix.pch +++ b/Tests/AFNetworking-Prefix.pch @@ -2,8 +2,6 @@ // Prefix header for all source files of the 'AFNetworking' target in the 'AFNetworking' project // -#define _AFNETWORKING_PIN_SSL_CERTIFICATES_ - #ifdef __OBJC__ #import