Skip to content

Commit

Permalink
T2SApple Release 2.6.1!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
GFWFighter committed Oct 19, 2023
1 parent 93f1b54 commit 7489036
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// swift-tools-version: 5.7
import PackageDescription

let package = Package(
name: "T2SApple",
platforms: [.iOS(.v15)],
products: [
.library(name: "T2SApple", targets: ["HevSocks5Tunnel"])
],
targets: [
.binaryTarget(
name: "HevSocks5Tunnel",
url: "https://github.com/GFWFighter/T2SApple/releases/download/2.6.1/HevSocks5Tunnel.xcframework.zip",
checksum: "782064f05fd5d6159395bfa65fe1d6296697bb354decf0406601240c80a58233"
)
]
)

0 comments on commit 7489036

Please # to comment.