Sha256: 6805f7df971e2437ed53df9de846a1f09f8d6167cb8d3c71e1b093b8f5dd7aee

Contents?: true

Size: 672 Bytes

Versions: 2

Compression:

Stored size: 672 Bytes

Contents

#include "Shared.xcconfig"

VALIDATE_PRODUCT = NO
COPY_PHASE_STRIP = NO
GCC_OPTIMIZATION_LEVEL = 0
ONLY_ACTIVE_ARCH = YES

GENERATE_PROFILING_CODE = YES
GCC_GENERATE_DEBUGGING_SYMBOLS = YES
STRIP_INSTALLED_PRODUCT = NO

GCC_PREPROCESSOR_DEFINITIONS = $(inherited) DEBUG=1
OTHER_CFLAGS = $(inherited)
OTHER_LDFLAGS = $(inherited) $(FRANK_LDFLAGS)
LIBRARY_SEARCH_PATHS = $(inherited) $(FRANK_LIBRARY_SEARCH_PATHS)

CODE_SIGN_IDENTITY = iPhone Developer
CODE_SIGN_IDENTITY[sdk=iphoneos*] = iPhone Developer

// If you need to override the code signing, create this file
// which is not tracked in git, and set the CODE_SIGN_IDENTITY there
#include "debug-code-sign.xcconfig"

Version data entries

2 entries across 2 versions & 1 rubygems

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