mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-08-01 16:06:59 +00:00
Fix public headers being copied into the apps archive when using as a subproject
This commit is contained in:
parent
a14fa23f28
commit
54b17917f6
@ -682,6 +682,7 @@
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
PRODUCT_NAME = HockeySDK;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Debug;
|
||||
@ -700,6 +701,7 @@
|
||||
);
|
||||
GCC_THUMB_SUPPORT = NO;
|
||||
PRODUCT_NAME = HockeySDK;
|
||||
PUBLIC_HEADERS_FOLDER_PATH = "include/$(PRODUCT_NAME)";
|
||||
SKIP_INSTALL = YES;
|
||||
};
|
||||
name = Release;
|
||||
@ -773,7 +775,6 @@
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
RUN_CLANG_STATIC_ANALYZER = YES;
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_STYLE = "non-global";
|
||||
};
|
||||
name = Debug;
|
||||
};
|
||||
@ -803,7 +804,6 @@
|
||||
MACOSX_DEPLOYMENT_TARGET = 10.5;
|
||||
RUN_CLANG_STATIC_ANALYZER = YES;
|
||||
SDKROOT = iphoneos;
|
||||
STRIP_STYLE = "non-global";
|
||||
VALIDATE_PRODUCT = NO;
|
||||
};
|
||||
name = Release;
|
||||
|
Loading…
x
Reference in New Issue
Block a user