mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
14 lines
500 B
Plaintext
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
|