mirror of
https://github.com/AeThex-Corporation/AeThex-OS.git
synced 2026-04-17 22:27:19 +00:00
chore: Update iOS Package.swift after capacitor sync
This commit is contained in:
parent
9ef87da6b6
commit
e9c3da60a8
1 changed files with 17 additions and 17 deletions
|
|
@ -12,23 +12,23 @@ let package = Package(
|
|||
],
|
||||
dependencies: [
|
||||
.package(url: "https://github.com/ionic-team/capacitor-swift-pm.git", exact: "8.0.0"),
|
||||
.package(name: "CapacitorApp", path: "..\..\..\node_modules\@capacitor\app"),
|
||||
.package(name: "CapacitorBrowser", path: "..\..\..\node_modules\@capacitor\browser"),
|
||||
.package(name: "CapacitorCamera", path: "..\..\..\node_modules\@capacitor\camera"),
|
||||
.package(name: "CapacitorClipboard", path: "..\..\..\node_modules\@capacitor\clipboard"),
|
||||
.package(name: "CapacitorDevice", path: "..\..\..\node_modules\@capacitor\device"),
|
||||
.package(name: "CapacitorFilesystem", path: "..\..\..\node_modules\@capacitor\filesystem"),
|
||||
.package(name: "CapacitorGeolocation", path: "..\..\..\node_modules\@capacitor\geolocation"),
|
||||
.package(name: "CapacitorHaptics", path: "..\..\..\node_modules\@capacitor\haptics"),
|
||||
.package(name: "CapacitorKeyboard", path: "..\..\..\node_modules\@capacitor\keyboard"),
|
||||
.package(name: "CapacitorLocalNotifications", path: "..\..\..\node_modules\@capacitor\local-notifications"),
|
||||
.package(name: "CapacitorNetwork", path: "..\..\..\node_modules\@capacitor\network"),
|
||||
.package(name: "CapacitorPushNotifications", path: "..\..\..\node_modules\@capacitor\push-notifications"),
|
||||
.package(name: "CapacitorScreenOrientation", path: "..\..\..\node_modules\@capacitor\screen-orientation"),
|
||||
.package(name: "CapacitorShare", path: "..\..\..\node_modules\@capacitor\share"),
|
||||
.package(name: "CapacitorSplashScreen", path: "..\..\..\node_modules\@capacitor\splash-screen"),
|
||||
.package(name: "CapacitorStatusBar", path: "..\..\..\node_modules\@capacitor\status-bar"),
|
||||
.package(name: "CapacitorToast", path: "..\..\..\node_modules\@capacitor\toast")
|
||||
.package(name: "CapacitorApp", path: "../../../node_modules/@capacitor/app"),
|
||||
.package(name: "CapacitorBrowser", path: "../../../node_modules/@capacitor/browser"),
|
||||
.package(name: "CapacitorCamera", path: "../../../node_modules/@capacitor/camera"),
|
||||
.package(name: "CapacitorClipboard", path: "../../../node_modules/@capacitor/clipboard"),
|
||||
.package(name: "CapacitorDevice", path: "../../../node_modules/@capacitor/device"),
|
||||
.package(name: "CapacitorFilesystem", path: "../../../node_modules/@capacitor/filesystem"),
|
||||
.package(name: "CapacitorGeolocation", path: "../../../node_modules/@capacitor/geolocation"),
|
||||
.package(name: "CapacitorHaptics", path: "../../../node_modules/@capacitor/haptics"),
|
||||
.package(name: "CapacitorKeyboard", path: "../../../node_modules/@capacitor/keyboard"),
|
||||
.package(name: "CapacitorLocalNotifications", path: "../../../node_modules/@capacitor/local-notifications"),
|
||||
.package(name: "CapacitorNetwork", path: "../../../node_modules/@capacitor/network"),
|
||||
.package(name: "CapacitorPushNotifications", path: "../../../node_modules/@capacitor/push-notifications"),
|
||||
.package(name: "CapacitorScreenOrientation", path: "../../../node_modules/@capacitor/screen-orientation"),
|
||||
.package(name: "CapacitorShare", path: "../../../node_modules/@capacitor/share"),
|
||||
.package(name: "CapacitorSplashScreen", path: "../../../node_modules/@capacitor/splash-screen"),
|
||||
.package(name: "CapacitorStatusBar", path: "../../../node_modules/@capacitor/status-bar"),
|
||||
.package(name: "CapacitorToast", path: "../../../node_modules/@capacitor/toast")
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
|
|
|
|||
Loading…
Reference in a new issue