mirror of
https://github.com/signalapp/Signal-iOS.git
synced 2025-12-05 01:10:41 +00:00
13 lines
327 B
Plaintext
13 lines
327 B
Plaintext
//
|
|
// Copyright 2024 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
GCC_TREAT_INCOMPATIBLE_POINTER_TYPE_WARNINGS_AS_ERRORS = YES
|
|
GCC_TREAT_WARNINGS_AS_ERRORS = YES
|
|
MTL_TREAT_WARNINGS_AS_ERRORS = YES
|
|
OTHER_SWIFT_FLAGS = $(inherited) -warnings-as-errors
|
|
|
|
// User-specific overrides
|
|
#include? "User.xcconfig"
|