From ced136c6573fd3feebc1c85880e6e6afe284b66a Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Mon, 24 May 2021 17:22:55 +0200 Subject: [PATCH] Change static ios framework name to stt_ios from coqui_stt_ios --- native_client/BUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native_client/BUILD b/native_client/BUILD index e905fb94..2600ecd5 100644 --- a/native_client/BUILD +++ b/native_client/BUILD @@ -210,7 +210,7 @@ tf_cc_shared_object( ) ios_static_framework( - name = "coqui_stt_ios", + name = "stt_ios", deps = [":coqui_stt_bundle"], families = ["iphone", "ipad"], minimum_os_version = "9.0",