From bc3d04e087a2fb939638b8d76a0b078a036be81f Mon Sep 17 00:00:00 2001 From: Amit Samant Date: Mon, 20 Nov 2023 21:18:59 +0530 Subject: [PATCH] Update APNSClient+Location.swift Marked sendLocationNotification public to be accessible outside of APNSCore --- Sources/APNSCore/Location/APNSClient+Location.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/APNSCore/Location/APNSClient+Location.swift b/Sources/APNSCore/Location/APNSClient+Location.swift index 5e25a728..d22a7b37 100644 --- a/Sources/APNSCore/Location/APNSClient+Location.swift +++ b/Sources/APNSCore/Location/APNSClient+Location.swift @@ -25,7 +25,7 @@ extension APNSClientProtocol { /// - logger: The logger to use for sending this notification. @discardableResult @inlinable - func sendLocationNotification( + public func sendLocationNotification( _ notification: APNSLocationNotification, deviceToken: String ) async throws -> APNSResponse {