Skip to content

Instantly share code, notes, and snippets.

@dmiddlecamp
Created December 15, 2015 18:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dmiddlecamp/2def03ce656f1b0c30d1 to your computer and use it in GitHub Desktop.
Save dmiddlecamp/2def03ce656f1b0c30d1 to your computer and use it in GitHub Desktop.
Target Support Files
#import <Foundation/Foundation.h>
@interface PodsDummy_Keys : NSObject
@end
@implementation PodsDummy_Keys
@end
#ifdef __OBJC__
#import <UIKit/UIKit.h>
#endif
#include "Keys.xcconfig"
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) COCOAPODS=1
HEADER_SEARCH_PATHS = "${PODS_ROOT}/Headers/Private" "${PODS_ROOT}/Headers/Private/Keys" "${PODS_ROOT}/Headers/Public" "${PODS_ROOT}/Headers/Public/AFNetworking" "${PODS_ROOT}/Headers/Public/Keys" "${PODS_ROOT}/Headers/Public/Spark-SDK" "${PODS_ROOT}/Headers/Public/SparkSetup"
OTHER_LDFLAGS = ${KEYS_OTHER_LDFLAGS}
PODS_ROOT = ${SRCROOT}
SKIP_INSTALL = YES
KEYS_OTHER_LDFLAGS = -framework "Foundation"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment