mirror of
https://github.com/TermiT/Flycut.git
synced 2025-12-28 08:59:23 +08:00
15 lines
510 B
Text
15 lines
510 B
Text
//
|
|
// This file defines additional configuration options that are appropriate only
|
|
// for tvOS. This file is not standalone -- it is meant to be included into
|
|
// a configuration file for a specific type of target.
|
|
//
|
|
|
|
// Where to find embedded frameworks
|
|
LD_RUNPATH_SEARCH_PATHS = $(inherited) @executable_path/Frameworks @loader_path/Frameworks
|
|
|
|
// The base SDK to use (if no version is specified, the latest version is
|
|
// assumed)
|
|
SDKROOT = appletvos
|
|
|
|
// Supported device families
|
|
TARGETED_DEVICE_FAMILY = 3
|