mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-10-09 03:20:48 +00:00
Merge commit '5d0c857bb01e53ba2ba4ee39f652bbcab6456d19'
This commit is contained in:
commit
925746e896
@ -15,13 +15,16 @@ let package = Package(
|
||||
dependencies: [
|
||||
// Dependencies declare other packages that this package depends on.
|
||||
// .package(url: /* package url */, from: "1.0.0"),
|
||||
.package(name: "SSignalKit", path: "../../submodules/telegram-ios/submodules/SSignalKit"),
|
||||
],
|
||||
targets: [
|
||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
||||
// Targets can depend on other targets in this package, and on products in packages this package depends on.
|
||||
.target(
|
||||
name: "ManagedFile",
|
||||
dependencies: [],
|
||||
dependencies: [
|
||||
.product(name: "SwiftSignalKit", package: "SSignalKit", condition: nil),
|
||||
],
|
||||
path: ".",
|
||||
exclude: ["BUILD"]),
|
||||
]
|
||||
|
Loading…
x
Reference in New Issue
Block a user