Add missing files

This commit is contained in:
Ali 2020-10-21 01:09:39 +04:00
parent e547ee0075
commit 0d76b4b84c

View File

@ -315,10 +315,7 @@ apple_bundle(
apple_binary( apple_binary(
name = "NotificationServiceBinary", name = "NotificationServiceBinary",
srcs = glob([ srcs = glob([
"NotificationService/*.swift", "NotificationService/Sources/*.swift",
]),
headers = glob([
"NotificationService/*.h",
]), ]),
configs = notification_service_extension_configs(), configs = notification_service_extension_configs(),
swift_compiler_flags = [ swift_compiler_flags = [