|
881 | 881 | GCC_OPTIMIZATION_LEVEL = 0;
|
882 | 882 | GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
|
883 | 883 | HEADER_SEARCH_PATHS = (
|
884 |
| - "$(inherited)", |
885 | 884 | "$(DSTROOT)/usr/include/**",
|
886 | 885 | "$(DSTROOT)/usr/local/include/**",
|
887 | 886 | "$(CONFIGURATION_BUILD_DIR)/usr/include/**",
|
888 | 887 | "$(CONFIGURATION_BUILD_DIR)/usr/local/include/**",
|
889 | 888 | /System/Library/Frameworks/System.framework/PrivateHeaders,
|
| 889 | + "$(inherited)", |
890 | 890 | );
|
891 | 891 | INSTALL_PATH = /usr/lib;
|
892 | 892 | IS_ZIPPERED = YES;
|
|
897 | 897 | "-fno-objc-convert-messages-to-runtime-calls",
|
898 | 898 | "$(OTHER_CFLAGS)",
|
899 | 899 | );
|
900 |
| - OTHER_TAPI_FLAGS = "-exclude-public-header $(SRCROOT)/runtime/Module/ObjectiveC.apinotes -exclude-public-header $(SRCROOT)/runtime/Module/module.modulemap -Xparser -Wno-deprecated-declarations -Xparser -Wno-unavailable-declarations -Xparser -D_OBJC_PRIVATE_H_=1 -DOBJC_DECLARE_SYMBOLS=1"; |
| 900 | + OTHER_TAPI_FLAGS = "-exclude-public-header $(DSTROOT)/usr/include/objc/ObjectiveC.apinotes -exclude-public-header $(DSTROOT)/usr/include/objc/module.modulemap -Xparser -Wno-deprecated-declarations -Xparser -Wno-unavailable-declarations -Xparser -D_OBJC_PRIVATE_H_=1 -DOBJC_DECLARE_SYMBOLS=1"; |
| 901 | + PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/objc; |
901 | 902 | PRODUCT_NAME = objc.A;
|
| 903 | + PUBLIC_HEADERS_FOLDER_PATH = /usr/include/objc; |
902 | 904 | SUPPORTS_TEXT_BASED_API = YES;
|
903 | 905 | TAPI_VERIFY_MODE = Pedantic;
|
904 | 906 | UNEXPORTED_SYMBOLS_FILE = unexported_symbols;
|
|
917 | 919 | GCC_CW_ASM_SYNTAX = NO;
|
918 | 920 | GCC_WARN_ABOUT_DEPRECATED_FUNCTIONS = NO;
|
919 | 921 | HEADER_SEARCH_PATHS = (
|
920 |
| - "$(inherited)", |
921 | 922 | "$(DSTROOT)/usr/include/**",
|
922 | 923 | "$(DSTROOT)/usr/local/include/**",
|
923 | 924 | "$(CONFIGURATION_BUILD_DIR)/usr/include/**",
|
924 | 925 | "$(CONFIGURATION_BUILD_DIR)/usr/local/include/**",
|
925 | 926 | /System/Library/Frameworks/System.framework/PrivateHeaders,
|
| 927 | + "$(inherited)", |
926 | 928 | );
|
927 | 929 | INSTALL_PATH = /usr/lib;
|
928 | 930 | IS_ZIPPERED = YES;
|
|
932 | 934 | "-fno-objc-convert-messages-to-runtime-calls",
|
933 | 935 | "$(OTHER_CFLAGS)",
|
934 | 936 | );
|
935 |
| - OTHER_TAPI_FLAGS = "-exclude-public-header $(SRCROOT)/runtime/Module/ObjectiveC.apinotes -exclude-public-header $(SRCROOT)/runtime/Module/module.modulemap -Xparser -Wno-deprecated-declarations -Xparser -Wno-unavailable-declarations -Xparser -D_OBJC_PRIVATE_H_=1 -DOBJC_DECLARE_SYMBOLS=1"; |
| 937 | + OTHER_TAPI_FLAGS = "-exclude-public-header $(DSTROOT)/usr/include/objc/ObjectiveC.apinotes -exclude-public-header $(DSTROOT)/usr/include/objc/module.modulemap -Xparser -Wno-deprecated-declarations -Xparser -Wno-unavailable-declarations -Xparser -D_OBJC_PRIVATE_H_=1 -DOBJC_DECLARE_SYMBOLS=1"; |
| 938 | + PRIVATE_HEADERS_FOLDER_PATH = /usr/local/include/objc; |
936 | 939 | PRODUCT_NAME = objc.A;
|
| 940 | + PUBLIC_HEADERS_FOLDER_PATH = /usr/include/objc; |
937 | 941 | SUPPORTS_TEXT_BASED_API = YES;
|
938 | 942 | TAPI_VERIFY_MODE = Pedantic;
|
939 | 943 | UNEXPORTED_SYMBOLS_FILE = unexported_symbols;
|
|
0 commit comments