File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
+ ### [ 1.0.3] - 2025-08-13
4
+ - 修复 ` BigInt ` 在低版本的兼容性
5
+ - 将部分 JavaScript 代码移到 bridge 工程
6
+
3
7
### [ 1.0.2] - 2025-08-12
4
8
- 内置 ` NTLMessagePacker ` 以消除 xcode13 ` AgoraSpecial ` 的打包报错
5
9
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.3-alpha.0 '
3
+ s . version = '1.0.3'
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.3-alpha.0 /Build.zip" }
10
+ s . source = { :http => "https://github.com/netless-io/scribbleforge-ios-release/releases/download/1.0.3/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