- Update FluidAudio to f47209a which includes ESpeakNG framework fix - Fix VadConfig API compatibility: threshold -> defaultThreshold - Add WorkspaceSettings to allow FluidAudio's unsafe build flags This resolves the dyld crash: "Library not loaded: ESpeakNG.framework/Versions/A/ESpeakNG" Fixed upstream in FluidInference/FluidAudio#159 and FluidInference/FluidAudio#160 Tested: All 4 UI tests pass
15 lines
410 B
XML
15 lines
410 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>BuildSystemType</key>
|
|
<string>Original</string>
|
|
<key>DisableBuildSystemDeprecationWarning</key>
|
|
<true/>
|
|
<key>IDEPackageSupportUseBuiltinSCM</key>
|
|
<true/>
|
|
<key>IDEPackageSupportUnsafeFlagsAllowed</key>
|
|
<true/>
|
|
</dict>
|
|
</plist>
|