diff --git a/internal/platform/implementation/ios/BUILD b/internal/platform/implementation/ios/BUILD index accae9de..56e06629 100644 --- a/internal/platform/implementation/ios/BUILD +++ b/internal/platform/implementation/ios/BUILD @@ -42,14 +42,11 @@ objc_library( "wifi_lan.h", ], features = ["-layering_check"], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - ], deps = [ ":Platform_cc", ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", "//internal/platform/implementation:platform", "//internal/platform/implementation:types", diff --git a/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD b/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD index f5372c2a..397d8952 100644 --- a/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD +++ b/internal/platform/implementation/ios/Mediums/Ble/Sockets/BUILD @@ -29,15 +29,12 @@ objc_library( ]) + [ "Source/GNSCentral.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], ) @@ -52,15 +49,12 @@ objc_library( ]) + [ "Source/GNSPeripheral.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ ":Shared", "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/apple_frameworks:UIKit", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], @@ -76,14 +70,11 @@ objc_library( ]) + [ "Source/GNSShared.h", ], - sdk_frameworks = [ - "CoreBluetooth", - "CoreFoundation", - "QuartzCore", - ], deps = [ "//third_party/apple_frameworks:CoreBluetooth", + "//third_party/apple_frameworks:CoreFoundation", "//third_party/apple_frameworks:Foundation", + "//third_party/apple_frameworks:QuartzCore", "//third_party/objective_c/google_toolbox_for_mac:GTM_Logger", ], )