mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-10 23:59:13 +08:00
7 lines
602 B
Plaintext
7 lines
602 B
Plaintext
FRAMEWORK_SEARCH_PATHS = $(inherited) "$PODS_FRAMEWORK_BUILD_PATH"
|
|
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
|
|
OTHER_CFLAGS = $(inherited) -iquote "$PODS_FRAMEWORK_BUILD_PATH/PINCache.framework/Headers" -iquote "$PODS_FRAMEWORK_BUILD_PATH/PINRemoteImage.framework/Headers"
|
|
OTHER_LDFLAGS = $(inherited) -framework "PINCache" -framework "PINRemoteImage"
|
|
PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-PINRemoteImage.tvOSExample
|
|
PODS_ROOT = ${SRCROOT}/Pods |