Sha256: ad44efa5d8121b1b5358fc190ecd48fd77cdbe5615765eef6befa47904bc528b

Contents?: true

Size: 511 Bytes

Versions: 4

Compression:

Stored size: 511 Bytes

Contents

#include "../../Pods/Pods.xcconfig"

PRODUCT_NAME = $(TARGET_NAME)
GCC_PRECOMPILE_PREFIX_HEADER = YES
GCC_PREFIX_HEADER = src/AppPrefix.pch
INFOPLIST_FILE = resources/AppInfo.plist
WRAPPER_EXTENSION = app

FRAMEWORK_SEARCH_PATHS = $(inherited)
// the OTHER_LDFLAGS clashes with Pods override.
// Should set up separate variable like other Pods variables and Frank also does
// OTHER_LDFLAGS = $(inherited) $(FRANK_LDFLAGS) $(XCODE_TEST_LDFLAGS)
LIBRARY_SEARCH_PATHS = $(inherited) $(FRANK_LIBRARY_SEARCH_PATHS)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
xcbootstrap-0.1.0 templates/simple/app/configuration/app.xcconfig
xcbootstrap-0.0.3 templates/simple/app/configuration/app.xcconfig
xcbootstrap-0.0.2 templates/simple/app/configuration/app.xcconfig
xcbootstrap-0.0.1 templates/simple/app/configuration/app.xcconfig