Skip to content

Commit

Permalink
Change names in Package.swift to fix SPM cli
Browse files Browse the repository at this point in the history
  • Loading branch information
markemer committed Feb 27, 2024
1 parent 3aee568 commit bdac4b2
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion app-launcher/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: "AppLauncherPlugin",
name: "CapacitorAppLauncher",
targets: ["AppLauncherPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion app/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: "AppPlugin",
name: "CapacitorAppPlugin",
targets: ["AppPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion browser/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: "BrowserPlugin",
name: "CapacitorBrowser",
targets: ["BrowserPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion camera/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: "CameraPlugin",
name: "CapacitorCamera",
targets: ["CameraPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion clipboard/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: "ClipboardPlugin",
name: "CapacitorClipboard",
targets: ["ClipboardPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion device/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: "DevicePlugin",
name: "CapacitorDevice",
targets: ["DevicePlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion dialog/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: "DialogPlugin",
name: "CapacitorDialog",
targets: ["DialogPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion filesystem/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: "FilesystemPlugin",
name: "CapacitorFilesystem",
targets: ["FilesystemPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion haptics/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: "HapticsPlugin",
name: "CapacitorHapticsPlugin",
targets: ["HapticsPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion keyboard/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(
name: "KeyboardPlugin",
name: "CapacitorKeyboardPlugin",
targets: ["KeyboardPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion local-notifications/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: "LocalNotificationsPlugin",
name: "CapacitorLocalNotifications",
targets: ["LocalNotificationsPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion network/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: "CAPNetworkPlugin",
name: "CapacitorNetwork",
targets: ["CAPNetworkPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion push-notifications/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: "PushNotificationsPlugin",
name: "CapacitorPushNotifications",
targets: ["PushNotificationsPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion screen-orientation/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: "ScreenOrientationPlugin",
name: "CapacitorScreenOrientation",
targets: ["ScreenOrientationPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion screen-reader/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: "ScreenReaderPlugin",
name: "CapacitorScreenReader",
targets: ["ScreenReaderPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion share/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: "SharePlugin",
name: "CapacitorShare",
targets: ["SharePlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion splash-screen/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: "SplashScreenPlugin",
name: "CapacitorSplashScreen",
targets: ["SplashScreenPlugin"])
],
dependencies: [
Expand Down
2 changes: 1 addition & 1 deletion status-bar/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ let package = Package(
platforms: [.iOS(.v13)],
products: [
.library(
name: "StatusBarPlugin",
name: "CapacitorStatusBarPlugin",
targets: ["StatusBarPlugin"])
],
dependencies: [
Expand Down

0 comments on commit bdac4b2

Please sign in to comment.