Skip to content

Commit 6728d0b

Browse files
author
Ren Jingui
committed
1.3.0
1 parent a8ba12e commit 6728d0b

File tree

2 files changed

+22
-3
lines changed

2 files changed

+22
-3
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
name: resolve
2+
3+
on:
4+
push:
5+
branches:
6+
- "main"
7+
tags:
8+
- "!*"
9+
pull_request:
10+
branches:
11+
- "*"
12+
13+
jobs:
14+
resolve:
15+
runs-on: macOS-latest
16+
steps:
17+
- uses: actions/checkout@v3
18+
- name: Build Package
19+
run: swift package resolve

Package.swift

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ let package = Package(
1212
targets: [
1313
.binaryTarget(
1414
name: "aosl",
15-
url: "https://download.agora.io/swiftpm/AgoraInfra_iOS/1.2.30/aosl.xcframework.zip",
16-
checksum: "9d310a46f84d883defc86b893d95122f83baeb28d964cbf30b6a0a1083e45edb"
15+
url: "https://download.agora.io/swiftpm/aosl-1.3.0.zip",
16+
checksum: "c2ef810101a11127d6bf750ea59ed6d1c4584e69cea9278dc1d3cd6d2c609f37"
1717
),
1818
]
19-
)
19+
)

0 commit comments

Comments
 (0)