Skip to content

Commit

Permalink
reenable GC since Xcode plugins appearantly need it.
Browse files Browse the repository at this point in the history
  • Loading branch information
mkeiser committed Jul 1, 2014
1 parent edf783b commit 39ce3a9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions XcodeColors.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -377,7 +377,6 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
Expand Down Expand Up @@ -426,11 +425,10 @@
isa = XCBuildConfiguration;
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
CLANG_ENABLE_OBJC_ARC = YES;
DEBUG_INFORMATION_FORMAT = "dwarf-with-dsym";
DEPLOYMENT_LOCATION = YES;
DSTROOT = "$(HOME)";
GCC_ENABLE_OBJC_GC = unsupported;
GCC_ENABLE_OBJC_GC = supported;
GCC_PRECOMPILE_PREFIX_HEADER = YES;
GCC_PREFIX_HEADER = XcodeColors/XcodeColors_Prefix.pch;
INFOPLIST_FILE = XcodeColors/Info.plist;
Expand Down

0 comments on commit 39ce3a9

Please sign in to comment.