Skip to content

Commit

Permalink
Fix package swift
Browse files Browse the repository at this point in the history
  • Loading branch information
hoyelo committed Sep 8, 2021
1 parent 2669d5e commit df13774
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ let package = Package(
.library(
name: "RLTMXProfilingConnections",
targets: ["RLTMXProfilingConnections"]
),
)
],
dependencies: [],
targets: [
Expand All @@ -36,6 +36,6 @@ let package = Package(
.target(
name: "RLTMXProfilingConnections",
path: "RLTMXProfilingConnections.xcframework",
),
)
]
)

0 comments on commit df13774

Please sign in to comment.