Add the missing apple SDK framework dependencies.

PiperOrigin-RevId: 520936213
This commit is contained in:
hai007
2023-03-31 09:07:14 -07:00
committed by Copybara-Service
parent df9a87d524
commit 17ce9c7dd2
@@ -33,6 +33,7 @@ objc_library(
deps = [
"//internal/platform/implementation/apple",
"//internal/platform/implementation/apple:Shared",
"//third_party/apple_frameworks:XCTest",
],
)