From: Mitchell Livingston Date: Thu, 21 Jan 2010 02:48:14 +0000 (+0000) Subject: flatten nibs regardless of build setting X-Git-Tag: 1.81~15 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=18272e65a125f270e8dda1816b7e76a027f2eff0;p=transmission flatten nibs regardless of build setting --- diff --git a/Transmission.xcodeproj/project.pbxproj b/Transmission.xcodeproj/project.pbxproj index 71c7c7da1..ad2a0b575 100644 --- a/Transmission.xcodeproj/project.pbxproj +++ b/Transmission.xcodeproj/project.pbxproj @@ -2413,7 +2413,7 @@ "third-party/curl/include", "third-party/openssl/include", ); - IBC_FLATTEN_NIBS = NO; + IBC_FLATTEN_NIBS = YES; IBC_NOTICES = NO; IBC_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist"; @@ -2573,6 +2573,7 @@ "third-party/curl/include", "third-party/openssl/include", ); + IBC_FLATTEN_NIBS = YES; IBC_NOTICES = NO; IBC_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist"; @@ -2674,6 +2675,7 @@ "third-party/curl/include", "third-party/openssl/include", ); + IBC_FLATTEN_NIBS = YES; IBC_NOTICES = NO; IBC_WARNINGS = YES; INFOPLIST_FILE = "$(SRCROOT)/macosx/Info.plist";