load("//Config:buck_rule_macros.bzl", "static_library") static_library( name = "LocationUI", srcs = glob([ "Sources/**/*.swift", ]), deps = [ "//submodules/SSignalKit/SwiftSignalKit:SwiftSignalKit#shared", "//submodules/AsyncDisplayKit:AsyncDisplayKit#shared", "//submodules/Display:Display#shared", "//submodules/Postbox:Postbox#shared", "//submodules/TelegramCore:TelegramCore#shared", "//submodules/SyncCore:SyncCore#shared", "//submodules/TelegramPresentationData:TelegramPresentationData", "//submodules/LegacyComponents:LegacyComponents", "//submodules/ShareController:ShareController", "//submodules/AccountContext:AccountContext", "//submodules/OpenInExternalAppUI:OpenInExternalAppUI", "//submodules/ItemListUI:ItemListUI", "//submodules/LegacyUI:LegacyUI", "//submodules/AppBundle:AppBundle", "//submodules/TelegramStringFormatting:TelegramStringFormatting", "//submodules/LocationResources:LocationResources", "//submodules/ListSectionHeaderNode:ListSectionHeaderNode", "//submodules/SegmentedControlNode:SegmentedControlNode", "//submodules/Geocoding:Geocoding", "//submodules/ItemListVenueItem:ItemListVenueItem", "//submodules/MergeLists:MergeLists", "//submodules/TelegramUIPreferences:TelegramUIPreferences", "//submodules/SearchBarNode:SearchBarNode", "//submodules/PresentationDataUtils:PresentationDataUtils", "//submodules/DeviceAccess:DeviceAccess", "//submodules/ChatListSearchItemHeader:ChatListSearchItemHeader", "//submodules/PhoneNumberFormat:PhoneNumberFormat", "//submodules/PersistentStringHash:PersistentStringHash", "//submodules/SolidRoundedButtonNode:SolidRoundedButtonNode", ], frameworks = [ "$SDKROOT/System/Library/Frameworks/Foundation.framework", "$SDKROOT/System/Library/Frameworks/UIKit.framework", "$SDKROOT/System/Library/Frameworks/CoreLocation.framework", "$SDKROOT/System/Library/Frameworks/MapKit.framework", ], )