Skip to content

Commit 0446ad0

Browse files
authored
fix: rename pod CU-8688ucrbp (#6)
1 parent 14fe29e commit 0446ad0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@
22
import PackageDescription
33

44
let package = Package(
5-
name: "CapacitorLocalNotifications",
5+
name: "ResgridLocalNotifications",
66
platforms: [.iOS(.v13)],
77
products: [
88
.library(
9-
name: "CapacitorLocalNotifications",
9+
name: "ResgridLocalNotifications",
1010
targets: ["LocalNotificationsPlugin"])
1111
],
1212
dependencies: [

0 commit comments

Comments
 (0)