mirror of
https://github.com/sparkle-project/Sparkle.git
synced 2025-11-01 15:34:38 +00:00
Make use of inheritance by applying ConfigCommon to the root node and move all UI-applied settings into xcconfig for easier management.
7 lines
217 B
Plaintext
7 lines
217 B
Plaintext
// Unit Test only
|
|
|
|
INFOPLIST_FILE = Tests/SparkleTests-Info.plist
|
|
PRODUCT_NAME = Sparkle Unit Tests
|
|
WRAPPER_EXTENSION = xctest
|
|
WARNING_CFLAGS = $(inherited) -Wno-variadic-macros -Wno-gnu-zero-variadic-macro-arguments
|