9 lines
392 B
Plaintext
9 lines
392 B
Plaintext
#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig"
|
|
#include "Generated.xcconfig"
|
|
|
|
// AVKit owns UIWindow.avDisplayManager (used for native Dolby Vision
|
|
// trigger). Swift autolink doesn't reliably emit -framework AVKit for
|
|
// ObjC category access, so link it explicitly.
|
|
OTHER_LDFLAGS = $(inherited) -framework AVKit
|
|
EXCLUDED_ARCHS[sdk=appletvsimulator*] = x86_64
|