mirror of
https://github.com/SDWebImage/SDWebImage.git
synced 2026-04-07 19:27:40 +00:00
edb9c45859
Using xcconfig files - easier to maintain all the settings appart from target files, less conflicts, can reuse the values
9 lines
259 B
Plaintext
9 lines
259 B
Plaintext
// Configuration settings file format documentation can be found at:
|
|
// https://help.apple.com/xcode/#/dev745c5c974
|
|
|
|
#include "Module-Debug.xcconfig"
|
|
#include "App-Shared.xcconfig"
|
|
|
|
// If enabled, only the active architecture is built.
|
|
ONLY_ACTIVE_ARCH = YES
|