Skip to content
This repository was archived by the owner on Mar 21, 2024. It is now read-only.

Commit 73b8224

Browse files
author
cdoucette
committed
Revert "Automatic translation to ARC for sbjson-ios + sbjson-iosTests"
This reverts commit d39010f.
1 parent 19e652a commit 73b8224

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

SBJson.xcodeproj/project.pbxproj

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1021,11 +1021,10 @@
10211021
buildSettings = {
10221022
ALWAYS_SEARCH_USER_PATHS = NO;
10231023
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1024-
CLANG_ENABLE_OBJC_ARC = YES;
10251024
DSTROOT = /tmp/sbjson_ios.dst;
10261025
GCC_PRECOMPILE_PREFIX_HEADER = YES;
10271026
GCC_PREFIX_HEADER = "sbjson-ios/sbjson-ios-Prefix.pch";
1028-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1027+
GCC_VERSION = com.apple.compilers.llvmgcc42;
10291028
HEADER_SEARCH_PATHS = (
10301029
include/,
10311030
"$(BUILT_PRODUCTS_DIR)/usr/local/lib/include/",
@@ -1046,11 +1045,10 @@
10461045
buildSettings = {
10471046
ALWAYS_SEARCH_USER_PATHS = NO;
10481047
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1049-
CLANG_ENABLE_OBJC_ARC = YES;
10501048
DSTROOT = /tmp/sbjson_ios.dst;
10511049
GCC_PRECOMPILE_PREFIX_HEADER = YES;
10521050
GCC_PREFIX_HEADER = "sbjson-ios/sbjson-ios-Prefix.pch";
1053-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1051+
GCC_VERSION = com.apple.compilers.llvmgcc42;
10541052
HEADER_SEARCH_PATHS = "$(TARGET_BUILD_DIR)/include/";
10551053
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
10561054
OTHER_LDFLAGS = "-ObjC";
@@ -1067,14 +1065,13 @@
10671065
buildSettings = {
10681066
ALWAYS_SEARCH_USER_PATHS = NO;
10691067
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1070-
CLANG_ENABLE_OBJC_ARC = YES;
10711068
FRAMEWORK_SEARCH_PATHS = (
10721069
"$(SDKROOT)/Developer/Library/Frameworks",
10731070
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
10741071
);
10751072
GCC_PRECOMPILE_PREFIX_HEADER = YES;
10761073
GCC_PREFIX_HEADER = "sbjson-iosTests/sbjson-iosTests-Prefix.pch";
1077-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1074+
GCC_VERSION = com.apple.compilers.llvmgcc42;
10781075
INFOPLIST_FILE = "sbjson-iosTests/sbjson-iosTests-Info.plist";
10791076
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
10801077
OTHER_LDFLAGS = (
@@ -1093,14 +1090,13 @@
10931090
buildSettings = {
10941091
ALWAYS_SEARCH_USER_PATHS = NO;
10951092
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
1096-
CLANG_ENABLE_OBJC_ARC = YES;
10971093
FRAMEWORK_SEARCH_PATHS = (
10981094
"$(SDKROOT)/Developer/Library/Frameworks",
10991095
"$(DEVELOPER_LIBRARY_DIR)/Frameworks",
11001096
);
11011097
GCC_PRECOMPILE_PREFIX_HEADER = YES;
11021098
GCC_PREFIX_HEADER = "sbjson-iosTests/sbjson-iosTests-Prefix.pch";
1103-
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
1099+
GCC_VERSION = com.apple.compilers.llvmgcc42;
11041100
INFOPLIST_FILE = "sbjson-iosTests/sbjson-iosTests-Info.plist";
11051101
IPHONEOS_DEPLOYMENT_TARGET = 4.3;
11061102
OTHER_LDFLAGS = (

0 commit comments

Comments
 (0)