iOS-StaticLibrary.xcconfig 437 B

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