feat: update SDK to 3.8.3+hotfix.12, add message upload progress, and adjust group application parameters

This commit is contained in:
Brett
2026-03-06 18:42:17 +08:00
parent 6c4ca2fb56
commit 95889be7a2
12 changed files with 60 additions and 34 deletions

View File

@@ -17,13 +17,13 @@ A new Flutter project.
s.dependency 'Flutter'
s.platform = :ios, '11.0'
s.dependency 'OpenIMSDKCore','3.8.3-hotfix.10'
s.dependency 'OpenIMSDKCore','3.8.3-hotfix.12'
s.static_framework = true
s.library = 'resolv'
# s.vendored_frameworks = 'Framework/*.xcframework'
# Flutter.framework does not contain a i386 slice.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386 arm64' }
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
s.swift_version = '5.0'
s.resource_bundles = {'flutter_openim_sdk_privacy' => ['Resources/PrivacyInfo.xcprivacy']}