From 3c72606a3c580dff5037fbafff2807c8e8f2de24 Mon Sep 17 00:00:00 2001 From: Kwangsoo Yeo Date: Wed, 22 Nov 2023 17:35:15 -0800 Subject: [PATCH] rev --- binding/ios/Leopard.swift | 3 +++ 1 file changed, 3 insertions(+) diff --git a/binding/ios/Leopard.swift b/binding/ios/Leopard.swift index e48936dc..afc78cf4 100644 --- a/binding/ios/Leopard.swift +++ b/binding/ios/Leopard.swift @@ -108,6 +108,9 @@ public class Leopard { enableAutomaticPunctuation, enableDiarization, &handle) + + pv_set_sdk(Leopard.sdk) + if status != PV_STATUS_SUCCESS { let messageStack = try getMessageStack() throw pvStatusToLeopardError(status, "Leopard init failed", messageStack)