mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
16 lines
566 B
Plaintext
16 lines
566 B
Plaintext
//
|
|
// macOS.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
|
|
|
|
#include "Base.xcconfig"
|
|
|
|
SUPPORTS_MACCATALYST=NO
|
|
OTHER_LDFLAGS[sdk=macosx*] = -lrive_macos -lrive_harfbuzz_macos -lrive_sheenbidi_macos -lrive_yoga_macos -lminiaudio_macos -lrive_pls_renderer_macos -lrive_cg_renderer_macos -lrive_decoders_macos -lluau_vm_macos
|