Updated formatting
This commit is contained in:
parent
afe2a08def
commit
1dc732de0a
|
@ -125,7 +125,9 @@ apple_static_xcframework(
|
||||||
# when the frameworks are imported in iOS projects.
|
# when the frameworks are imported in iOS projects.
|
||||||
# Also avoids opencv since it will be built with
|
# Also avoids opencv since it will be built with
|
||||||
# ":MediaPipeTaskGraphs_library".
|
# ":MediaPipeTaskGraphs_library".
|
||||||
avoid_deps = OBJC_COMMON_DEPS + ["@ios_opencv//:OpencvFramework"],
|
avoid_deps = OBJC_COMMON_DEPS + [
|
||||||
|
"@ios_opencv//:OpencvFramework"
|
||||||
|
],
|
||||||
bundle_name = "MediaPipeTasksVision",
|
bundle_name = "MediaPipeTasksVision",
|
||||||
ios = {
|
ios = {
|
||||||
"simulator": [
|
"simulator": [
|
||||||
|
|
Loading…
Reference in New Issue
Block a user