Skip to content

Commit

Permalink
[no ci] Bump tdlib 1.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
runner authored and runner committed Sep 1, 2023
1 parent 097838b commit c4745a7
Showing 1 changed file with 8 additions and 11 deletions.
19 changes: 8 additions & 11 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,24 +1,21 @@
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

// swift-tools-version:5.7
// DO NOT EDIT! Generated automatically. See scripts/swift_package_generator.py
import PackageDescription

let package = Package(
name: "Gifski",
name: "TDLibFramework",
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "Gifski",
targets: ["Gifski"]
),
)
],
dependencies: [],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.binaryTarget(
name: "Gifski",
url: "https://github.com/Swiftgram/TDLibFramework/releases/download/1.8.16-470c36ce/TDLibFramework.zip",
checksum: "4bb76120da4394e4f543f080af73e912883662fe9a8a75dea5e8a9ed8e7aa65f"
)
url: "https://github.com/XMLHexagram/GifskiFramework/releases/download/1.11.0/GifskiFramework.zip",
checksum: "3fec39bfa2729d20c16e6fd726896b604c94842017f8ebb892c2118f3212635f"
),
]
)

0 comments on commit c4745a7

Please sign in to comment.