Skip to content

Commit

Permalink
chore: commit some missed files
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Feb 27, 2024
1 parent 8ccf2c5 commit 1ba9b21
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion geolocation/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(
name: "GeolocationPlugin",
name: "CapacitorGeolocation",
targets: ["GeolocationPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion preferences/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(
name: "PreferencesPlugin",
name: "CapacitorPreferences",
targets: ["PreferencesPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion text-zoom/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(
name: "TextZoomPlugin",
name: "CapacitorTextZoom",
targets: ["TextZoomPlugin"])
],
dependencies: [
Expand Down

0 comments on commit 1ba9b21

Please sign in to comment.