#include? "Pods/Target Support Files/Pods-Runner/Pods-Runner.release.xcconfig" #include "ephemeral/Flutter-Generated.xcconfig" // macOS Release defaults to DEAD_CODE_STRIPPING = YES. Without these flags the // Swift @_cdecl symbols below would be stripped because no Swift caller exists; // the chanora_bridge Rust framework resolves them at runtime via // dlsym(RTLD_DEFAULT) and would silently fall back to WebRTC VAD. OTHER_LDFLAGS = $(inherited) -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_create -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_destroy -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_reset -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_process -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_last_error -Xlinker -exported_symbol -Xlinker _chanora_silero_vad_free_string // See ios/Flutter/Release.xcconfig for the STRIP_STYLE rationale. STRIP_STYLE = non-global