Skip to content

Commit

Permalink
3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pan committed Sep 27, 2024
1 parent a2932a7 commit c089473
Show file tree
Hide file tree
Showing 2 changed files with 35 additions and 1 deletion.
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version:5.7
import PackageDescription

let package = Package(
name: "LibXray",
products: [
.library(
name: "LibXray",
targets: ["LibXray"])
],
dependencies: [
// List your package dependencies here, if any.
],
targets: [
.binaryTarget(
name: "LibXray",
url:"https://github.com/wanliyunyan/LibXray/releases/download/3.1.0/LibXray.xcframework.zip",
checksum: "ccea35b53452e5f0b55ec0da9ee19e74f1478da28f60993928ec2f5ca7089e9c"
)
]
)
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1,14 @@
# LibXray
# LibXray

only ios-arm64

## 校验
```shell
swift package compute-checksum LibXray.xcframework.zip
```

## 如果有冲突
```shell
rm -rf ~/Library/Caches/org.swift.swiftpm
xcodebuild -resolvePackageDependencies
```

0 comments on commit c089473

Please sign in to comment.