This repository was archived by the owner on Aug 3, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
ccdaparser/ccdaparser.xcodeproj Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 3079
3079
DYLIB_CURRENT_VERSION = 1;
3080
3080
DYLIB_INSTALL_NAME_BASE = "@rpath";
3081
3081
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
3082
+ HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
3082
3083
INFOPLIST_FILE = ccdaparser/Info.plist;
3083
3084
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
3084
3085
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3085
3086
ONLY_ACTIVE_ARCH = NO;
3087
+ OTHER_LDFLAGS = "";
3086
3088
PRODUCT_BUNDLE_IDENTIFIER = coladapp.com.ccdaparser;
3087
3089
PRODUCT_NAME = "$(TARGET_NAME)";
3088
3090
PROVISIONING_PROFILE = "";
3102
3104
DYLIB_CURRENT_VERSION = 1;
3103
3105
DYLIB_INSTALL_NAME_BASE = "@rpath";
3104
3106
FRAMEWORK_SEARCH_PATHS = "$(inherited)";
3107
+ HEADER_SEARCH_PATHS = "$(SDKROOT)/usr/include/libxml2";
3105
3108
INFOPLIST_FILE = ccdaparser/Info.plist;
3106
3109
INSTALL_PATH = "$(LOCAL_LIBRARY_DIR)/Frameworks";
3107
3110
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks @loader_path/Frameworks";
3111
+ OTHER_LDFLAGS = "";
3108
3112
PRODUCT_BUNDLE_IDENTIFIER = coladapp.com.ccdaparser;
3109
3113
PRODUCT_NAME = "$(TARGET_NAME)";
3110
3114
PROVISIONING_PROFILE = "";
You can’t perform that action at this time.
0 commit comments