Skip to content

Commit

Permalink
allow weak in MRR mode
Browse files Browse the repository at this point in the history
  • Loading branch information
racarone committed Jan 24, 2016
1 parent 8594430 commit 175d328
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sparrow/src/Sparrow.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1815,6 +1815,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
Expand All @@ -1831,6 +1832,7 @@
isa = XCBuildConfiguration;
buildSettings = {
CLANG_ENABLE_OBJC_ARC = NO;
CLANG_ENABLE_OBJC_WEAK = YES;
CODE_SIGN_IDENTITY = "iPhone Developer";
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Developer";
IPHONEOS_DEPLOYMENT_TARGET = 6.0;
Expand Down

0 comments on commit 175d328

Please sign in to comment.