load("//Config:buck_rule_macros.bzl", "static_library") static_library( name = "NotificationServiceObjC", srcs = glob([ "Sources/*.m", ]), headers = glob([ "Sources/*.h", ]), exported_headers = glob([ "PublicHeaders/**/*.h", ]), deps = [ "//submodules/BuildConfig:BuildConfig", "//submodules/MtProtoKit:MtProtoKit#shared", "//submodules/NotificationsPresentationData:NotificationsPresentationData", ], frameworks = [ "$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/UIKit.framework", ], )