mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-06-16 05:55:20 +00:00
package update
This commit is contained in:
parent
3ddf3518c5
commit
092361f36a
@ -15,13 +15,16 @@ let package = Package(
|
|||||||
dependencies: [
|
dependencies: [
|
||||||
// Dependencies declare other packages that this package depends on.
|
// Dependencies declare other packages that this package depends on.
|
||||||
// .package(url: /* package url */, from: "1.0.0"),
|
// .package(url: /* package url */, from: "1.0.0"),
|
||||||
|
.package(name: "SSignalKit", path: "../../submodules/telegram-ios/submodules/SSignalKit"),
|
||||||
],
|
],
|
||||||
targets: [
|
targets: [
|
||||||
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
|
// 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.
|
// Targets can depend on other targets in this package, and on products in packages this package depends on.
|
||||||
.target(
|
.target(
|
||||||
name: "ManagedFile",
|
name: "ManagedFile",
|
||||||
dependencies: [],
|
dependencies: [
|
||||||
|
.product(name: "SwiftSignalKit", package: "SSignalKit", condition: nil),
|
||||||
|
],
|
||||||
path: ".",
|
path: ".",
|
||||||
exclude: ["BUILD"]),
|
exclude: ["BUILD"]),
|
||||||
]
|
]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user