Skip to content

Commit

Permalink
don't warn us about __weak in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joshaber committed Jun 19, 2013
1 parent 43b7995 commit a1bb5cd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Mantle.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1048,6 +1048,7 @@
isa = XCBuildConfiguration;
baseConfigurationReference = D042FCAD15F72C16004E8054 /* Mac-Application.xcconfig */;
buildSettings = {
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = NO;
FRAMEWORK_SEARCH_PATHS = "\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"";
GCC_PREFIX_HEADER = "MantleTests/MantleTests-Prefix.pch";
HEADER_SEARCH_PATHS = (
Expand Down Expand Up @@ -1107,6 +1108,7 @@
baseConfigurationReference = D042FCA915F72C16004E8054 /* iOS-Application.xcconfig */;
buildSettings = {
ARCHS = "$(ARCHS_STANDARD_32_BIT)";
CLANG_WARN_OBJC_REPEATED_USE_OF_WEAK = NO;
FRAMEWORK_SEARCH_PATHS = (
"\"$(SDKROOT)/Developer/Library/Frameworks\"",
"\"$(DEVELOPER_LIBRARY_DIR)/Frameworks\"",
Expand Down

0 comments on commit a1bb5cd

Please sign in to comment.