Skip to content

Commit

Permalink
Merge pull request #1876 from erksch/rename-ios-framework
Browse files Browse the repository at this point in the history
Change static ios framework name to stt_ios from coqui_stt_ios
  • Loading branch information
reuben authored May 25, 2021
2 parents 0a38b72 + ced136c commit a251539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion native_client/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit a251539

Please sign in to comment.