Tinder / sign-here

A straightforward tool that enables the creation of Provisioning Profiles and Certificates for deploying Apple based software
35 stars 7 forks source link

Remove swift.treat_warnings_as_errors for swift_library targets that suppress warnings #14

Closed erikkerber closed 8 months ago

erikkerber commented 8 months ago

-suppress-warnings and -warnings-as-errors are conflicting flags that will result in a build error.

Since these libraries are having their warnings suppressed, this makes sure that a build config with --features=swift.treat_warnings_as_errors does not propegate down to these swift_library targets.