8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
//
|
|
// Copyright 2024 Signal Messenger, LLC
|
|
// SPDX-License-Identifier: AGPL-3.0-only
|
|
//
|
|
|
|
SWIFT_TREAT_WARNINGS_AS_ERRORS = NO
|
|
OTHER_SWIFT_FLAGS = $(inherited) -no-warnings-as-errors
|