Fix public headers being copied into the apps archive when using as a subproject

This commit is contained in:
Andreas Linde 2012-10-23 18:37:19 +02:00
parent a14fa23f28
commit 54b17917f6

View File

@ -682,6 +682,7 @@
); );
GCC_THUMB_SUPPORT = NO; GCC_THUMB_SUPPORT = NO;
PRODUCT_NAME = HockeySDK; PRODUCT_NAME = HockeySDK;
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
}; };
name = Debug; name = Debug;
@ -700,6 +701,7 @@
); );
GCC_THUMB_SUPPORT = NO; GCC_THUMB_SUPPORT = NO;
PRODUCT_NAME = HockeySDK; PRODUCT_NAME = HockeySDK;
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
SKIP_INSTALL = YES; SKIP_INSTALL = YES;
}; };
name = Release; name = Release;
@ -773,7 +775,6 @@
MACOSX_DEPLOYMENT_TARGET = 10.5; MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = YES; RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
STRIP_STYLE = "non-global";
}; };
name = Debug; name = Debug;
}; };
@ -803,7 +804,6 @@
MACOSX_DEPLOYMENT_TARGET = 10.5; MACOSX_DEPLOYMENT_TARGET = 10.5;
RUN_CLANG_STATIC_ANALYZER = YES; RUN_CLANG_STATIC_ANALYZER = YES;
SDKROOT = iphoneos; SDKROOT = iphoneos;
STRIP_STYLE = "non-global";
VALIDATE_PRODUCT = NO; VALIDATE_PRODUCT = NO;
}; };
name = Release; name = Release;