Skip to content

Commit

Permalink
Disable ARC since I forgot ARC isn't supported in 32-bit builds
Browse files Browse the repository at this point in the history
  • Loading branch information
nickzman committed Jun 22, 2016
1 parent b4c1802 commit 8d82eaf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions SymbolicLinker.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = NO;
GCC_ENABLE_FIX_AND_CONTINUE = YES;
Expand All @@ -331,7 +330,6 @@
buildSettings = {
ALWAYS_SEARCH_USER_PATHS = NO;
ARCHS = "$(ARCHS_STANDARD_32_64_BIT)";
CLANG_ENABLE_OBJC_ARC = YES;
COMBINE_HIDPI_IMAGES = YES;
COPY_PHASE_STRIP = YES;
GCC_ENABLE_FIX_AND_CONTINUE = NO;
Expand Down

0 comments on commit 8d82eaf

Please sign in to comment.