File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ### [ 1.0.2-alpha.0 ] - 2025-08-12
4
- - 内置 ` NTLMessagePacker `
5
-
3
+ ### [ 1.0.2] - 2025-08-12
4
+ - 内置 ` NTLMessagePacker ` 以消除 xcode13 ` AgoraSpecial ` 的打包报错
5
+
6
6
### [ 1.0.1] - 2025-08-11
7
7
- 添加 ` NTLMessagePacker ` 用于 ` AgoraSpecial `
8
8
- 修复文档异步初始化时的数据竞争崩溃问题
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'ScribbleForge'
3
- s . version = '1.0.2-alpha.0 '
3
+ s . version = '1.0.2'
4
4
s . summary = 'Interacetive whiteboard SDK.'
5
5
s . description = 'Next generation Interacetive whiteboard SDK.'
6
6
s . homepage = 'https://github.com/netless-io/scribble-forge-release'
7
7
s . author = { 'vince' => 'zjxuyunshi@gmail.com' }
8
8
s . platform = :ios , '11.0'
9
9
s . swift_versions = '5.0'
10
- s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.2-alpha.0 /Build.zip" }
10
+ s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.2/Build.zip" }
11
11
12
12
s . subspec 'Basic' do |s |
13
13
s . vendored_frameworks = 'Build/ScribbleForge.xcframework'
You can’t perform that action at this time.
0 commit comments