From fbc9a1c5652481261dfc25d6d1d62d0c034dd876 Mon Sep 17 00:00:00 2001 From: Shawn Jackson Date: Fri, 21 Jun 2024 09:33:42 -0700 Subject: [PATCH] fix: name cleanup CU-8688ucrbp (#9) --- Package.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Package.swift b/Package.swift index 6e37384..9971b25 100644 --- a/Package.swift +++ b/Package.swift @@ -2,11 +2,11 @@ import PackageDescription let package = Package( - name: "CapacitorPushNotifications", + name: "ResgridPushNotifications", platforms: [.iOS(.v13)], products: [ .library( - name: "CapacitorPushNotifications", + name: "ResgridPushNotifications", targets: ["PushNotificationsPlugin"]) ], dependencies: [