From 76132c3e84cc2562a3979a13ff4b9e83c6ef86a0 Mon Sep 17 00:00:00 2001 From: Olivier Poitrey Date: Mon, 14 May 2012 11:53:25 +0200 Subject: [PATCH] Fix ARC target not activating ARC correctly --- SDWebImage.xcodeproj/project.pbxproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SDWebImage.xcodeproj/project.pbxproj b/SDWebImage.xcodeproj/project.pbxproj index 60970fd8..22d2f2fb 100644 --- a/SDWebImage.xcodeproj/project.pbxproj +++ b/SDWebImage.xcodeproj/project.pbxproj @@ -336,7 +336,7 @@ 53761323155AD0D5005750A4 /* Debug */ = { isa = XCBuildConfiguration; buildSettings = { - CLANG_ENABLE_OBJC_ARC = NO; + CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_OBJCPP_ARC_ABI = YES; DSTROOT = /tmp/SDWebImage.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES; @@ -352,7 +352,7 @@ 53761324155AD0D5005750A4 /* Release */ = { isa = XCBuildConfiguration; buildSettings = { - CLANG_ENABLE_OBJC_ARC = NO; + CLANG_ENABLE_OBJC_ARC = YES; CLANG_WARN_OBJCPP_ARC_ABI = YES; DSTROOT = /tmp/SDWebImage.dst; GCC_PRECOMPILE_PREFIX_HEADER = YES;