Files
rive-ios/Config/Base.xcconfig
2026-01-13 13:22:13 +00:00

14 lines
500 B
Plaintext

//
// Base.xcconfig
// RiveRuntime
//
// Created by David Skuza on 5/20/25.
// Copyright © 2025 Rive. All rights reserved.
//
// Configuration settings file format documentation can be found at:
// https://developer.apple.com/documentation/xcode/adding-a-build-configuration-file-to-your-project
GCC_PREPROCESSOR_DEFINITIONS = $(inherited) WITH_RIVE_AUDIO WITH_RIVE_TEXT WITH_RIVE_SCRIPTING
SWIFT_ACTIVE_COMPILATION_CONDITIONS = $(inherited) WITH_RIVE_AUDIO WITH_RIVE_TEXT WITH_RIVE_SCRIPTING