Skip to content

Commit

Permalink
release: spm fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Jun 21, 2023
1 parent 5419899 commit 9c15fc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 18 deletions.
14 changes: 2 additions & 12 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,8 @@ let package = Package(
targets: [
.target(
name: "DyteiOSSocketIO",
dependencies: ["SocketIO"],
path: "Sources"
),
.target(
name: "SocketIO",
dependencies: [],
path: "Source/SocketIO" // Adjust the path to your SocketIO target
),
.testTarget(
name: "DyteiOSSocketIOTests",
dependencies: ["DyteiOSSocketIO"],
path: "Tests"
dependencies: ["Starscream"],
path: "Source/SocketIO"
)
]
)
6 changes: 0 additions & 6 deletions Sources/DyteiOSSocketIO/DyteiOSSocketIO.swift

This file was deleted.

0 comments on commit 9c15fc0

Please sign in to comment.