18 lines
523 B
Plaintext
18 lines
523 B
Plaintext
//
|
|
// Hammerspoon-Test.xcconfig
|
|
// Hammerspoon
|
|
//
|
|
// Created by Chris Jones on 09/11/2021.
|
|
// Copyright © 2021 Hammerspoon. All rights reserved.
|
|
//
|
|
|
|
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
#include "../../Pods/Target Support Files/Pods-Hammerspoon/Pods-Hammerspoon.debug.xcconfig"
|
|
#include "Hammerspoon-Base.xcconfig"
|
|
#include? "Hammerspoon-Downstream.xcconfig"
|
|
|
|
GCC_INSTRUMENT_PROGRAM_FLOW_ARCS = YES
|
|
GCC_GENERATE_TEST_COVERAGE_FILES = YES
|