-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathProject-Debug.xcconfig
More file actions
48 lines (30 loc) · 1.2 KB
/
Project-Debug.xcconfig
File metadata and controls
48 lines (30 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
//
// Project-Debug.xcconfig
//
// Generated by BuildSettingExtractor on 4/27/15
// https://github.com/dempseyatgithub/BuildSettingExtractor
//
#include "Project-Shared.xcconfig"
// Strip Debug Symbols During Copy
//
// Activating this setting causes binary files which are copied during the build (e.g.,
// in a Copy Bundle Resources or Copy Files build phase) to be stripped of debugging
// symbols. It does not cause the linked product of a target to be stripped (use Strip
// Linked Product for that).
COPY_PHASE_STRIP = NO
GCC_DYNAMIC_NO_PIC = NO
GCC_OPTIMIZATION_LEVEL = 0
PSTCK_EXTRA_PREPROCESSOR_MACROS=
GCC_PREPROCESSOR_DEFINITIONS = DEBUG=1 $(inherited) $(PSTCK_EXTRA_PREPROCESSOR_MACROS)
GCC_SYMBOLS_PRIVATE_EXTERN = NO
// Build Active Architecture Only
//
// When checked, only the active architecture is built for faster debugging turnaround
ONLY_ACTIVE_ARCH = YES
// iOS Deployment Target
//
// Code will load on this and later versions of iOS. Framework APIs that are unavailable
// in earlier versions will be weak-linked; your code should check for null function
// pointers or specific system versions before calling newer APIs.
IPHONEOS_DEPLOYMENT_TARGET = 7.0
ENABLE_TESTABILITY = YES