mirror of
https://github.com/lwouis/alt-tab-macos.git
synced 2026-05-24 11:20:36 +00:00
10 lines
497 B
Plaintext
10 lines
497 B
Plaintext
// docs: https://help.apple.com/xcode/mac/11.4/#/itcaec37c2a6
|
|
|
|
#include "Pods/Target Support Files/Pods-alt-tab-macos/Pods-alt-tab-macos.debug.xcconfig"
|
|
#include "base.xcconfig"
|
|
|
|
CODE_SIGN_IDENTITY = Local Self-Signed
|
|
SWIFT_ACTIVE_COMPILATION_CONDITIONS = DEBUG // for macro `#if DEBUG`
|
|
OTHER_SWIFT_FLAGS = -driver-time-compilation -Xfrontend -warn-long-function-bodies=250 -Xfrontend -warn-long-expression-type-checking=250 // find slow compilation areas
|
|
OTHER_CODE_SIGN_FLAGS = --timestamp=none
|