Merge pull request #1876 from erksch/rename-ios-framework
Change static ios framework name to stt_ios from coqui_stt_ios
This commit is contained in:
commit
a2515397cf
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue