Skip to content

Commit

Permalink
recursive search for headers in 'Dependencies' [#222]
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWillner committed Aug 5, 2011
1 parent 16c286f commit 1d57f16
Showing 1 changed file with 1 addition and 16 deletions.
17 changes: 1 addition & 16 deletions GPGMail.xcodeproj/project.pbxproj
Expand Up @@ -115,13 +115,6 @@
remoteGlobalIDString = 8DC2EF4F0486A6940098B216;
remoteInfo = Libmacgpg;
};
1BECA61113E36F1600C622B0 /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 222C440A13C919E90035BEDE /* Libmacgpg.xcodeproj */;
proxyType = 2;
remoteGlobalIDString = 1B04A0DD13DF2EF1003B7616;
remoteInfo = SignatureViewApp;
};
222C442713C91A330035BEDE /* PBXContainerItemProxy */ = {
isa = PBXContainerItemProxy;
containerPortal = 222C440A13C919E90035BEDE /* Libmacgpg.xcodeproj */;
Expand Down Expand Up @@ -2710,7 +2703,6 @@
children = (
222C442813C91A330035BEDE /* Libmacgpg.framework */,
222C442A13C91A330035BEDE /* UnitTest.octest */,
1BECA61213E36F1600C622B0 /* SignatureViewApp.app */,
);
name = Products;
sourceTree = "<group>";
Expand Down Expand Up @@ -2878,13 +2870,6 @@
/* End PBXProject section */

/* Begin PBXReferenceProxy section */
1BECA61213E36F1600C622B0 /* SignatureViewApp.app */ = {
isa = PBXReferenceProxy;
fileType = wrapper.application;
path = SignatureViewApp.app;
remoteRef = 1BECA61113E36F1600C622B0 /* PBXContainerItemProxy */;
sourceTree = BUILT_PRODUCTS_DIR;
};
222C442813C91A330035BEDE /* Libmacgpg.framework */ = {
isa = PBXReferenceProxy;
fileType = wrapper.framework;
Expand Down Expand Up @@ -3315,7 +3300,7 @@
GCC_PREFIX_HEADER = GPGMail_Prefix.pch;
GCC_VERSION = com.apple.compilers.llvm.clang.1_0;
GENERATE_PKGINFO_FILE = YES;
HEADER_SEARCH_PATHS = Dependencies;
HEADER_SEARCH_PATHS = "Dependencies/**";
INFOPLIST_FILE = Plists/Info.plist;
INSTALL_PATH = "$(HOME)/Library/Mail/Bundles";
LD_RUNPATH_SEARCH_PATHS = "@loader_path/../Frameworks";
Expand Down

0 comments on commit 1d57f16

Please sign in to comment.