NotificationManager/Example/Pods/Target Support Files/Pods-NotificationManager_Example/Pods-NotificationManager_Example.release.xcconfig
2015-12-17 16:55:03 +01:00

6 lines
556 B
Plaintext

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
LD_RUNPATH_SEARCH_PATHS = $(inherited) '@executable_path/Frameworks' '@loader_path/Frameworks'
OTHER_CFLAGS = $(inherited) -iquote "$CONFIGURATION_BUILD_DIR/MPGNotification.framework/Headers" -iquote "$CONFIGURATION_BUILD_DIR/NotificationManager.framework/Headers"
OTHER_LDFLAGS = $(inherited) -framework "MPGNotification" -framework "NotificationManager"
PODS_FRAMEWORK_BUILD_PATH = $(BUILD_DIR)/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME)/Pods-NotificationManager_Example
PODS_ROOT = ${SRCROOT}/Pods