diff options
Diffstat (limited to 'StoneIsland/platforms/ios/Pods/Target Support Files/GoogleSignIn/GoogleSignIn.debug.xcconfig')
| -rw-r--r-- | StoneIsland/platforms/ios/Pods/Target Support Files/GoogleSignIn/GoogleSignIn.debug.xcconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/StoneIsland/platforms/ios/Pods/Target Support Files/GoogleSignIn/GoogleSignIn.debug.xcconfig b/StoneIsland/platforms/ios/Pods/Target Support Files/GoogleSignIn/GoogleSignIn.debug.xcconfig new file mode 100644 index 00000000..889b0187 --- /dev/null +++ b/StoneIsland/platforms/ios/Pods/Target Support Files/GoogleSignIn/GoogleSignIn.debug.xcconfig @@ -0,0 +1,11 @@ +CONFIGURATION_BUILD_DIR = ${PODS_CONFIGURATION_BUILD_DIR}/GoogleSignIn +FRAMEWORK_SEARCH_PATHS = $(inherited) "${PODS_CONFIGURATION_BUILD_DIR}/AppAuth" "${PODS_CONFIGURATION_BUILD_DIR}/GTMAppAuth" "${PODS_CONFIGURATION_BUILD_DIR}/GTMSessionFetcher" "${PODS_ROOT}/GoogleSignIn/Frameworks" +GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1 +OTHER_LDFLAGS = $(inherited) -framework "CoreGraphics" -framework "CoreText" -framework "Foundation" -framework "LocalAuthentication" -framework "Security" -framework "SystemConfiguration" -framework "UIKit" -weak_framework "AuthenticationServices" +PODS_BUILD_DIR = ${BUILD_DIR} +PODS_CONFIGURATION_BUILD_DIR = ${PODS_BUILD_DIR}/$(CONFIGURATION)$(EFFECTIVE_PLATFORM_NAME) +PODS_ROOT = ${SRCROOT} +PODS_TARGET_SRCROOT = ${PODS_ROOT}/GoogleSignIn +PRODUCT_BUNDLE_IDENTIFIER = org.cocoapods.${PRODUCT_NAME:rfc1034identifier} +SKIP_INSTALL = YES +USE_RECURSIVE_SCRIPT_INPUTS_IN_SCRIPT_PHASES = YES |
