1234567891011121314 |
- //
- // This file defines additional configuration options that are appropriate only
- // for a static library on iOS. This should be set at the target level for each
- // project configuration.
- //
- // Import base static library settings
- #include "../Base/Targets/StaticLibrary.xcconfig"
- // Apply common settings specific to iOS
- #include "iOS-Base.xcconfig"
- // Supported device families (1 is iPhone, 2 is iPad)
- TARGETED_DEVICE_FAMILY = 1,2
|