Skip to content

Commit

Permalink
remove dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
jcesarmobile committed Apr 29, 2024
1 parent 336f79d commit 4606676
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,9 @@ let package = Package(
name: "cordova-plugin-device",
targets: ["cordova-plugin-device"])
],
dependencies: [
.package(url: "https://github.com/apache/cordova-ios.git", branch: "master")
],
targets: [
.target(
name: "cordova-plugin-device",
dependencies: [
.product(name: "CordovaLib", package: "cordova-ios")
],
path: "src/",
sources: ["ios"],
publicHeadersPath: "ios"
Expand Down

0 comments on commit 4606676

Please sign in to comment.