Skip to content

Commit

Permalink
添加隐私清单文件
Browse files Browse the repository at this point in the history
  • Loading branch information
jinrun committed Mar 14, 2024
1 parent 43e0a5d commit 04c4d7e
Show file tree
Hide file tree
Showing 7 changed files with 25 additions and 3 deletions.
Binary file modified .DS_Store
Binary file not shown.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -264,4 +264,9 @@ the server cannot be made."这样的问题。
# 3.3.7 版本更新
微博移动SDK3.3.7具体变动如下,请开发者尽快更新。

1. 改善SDK稳定性,增强性能和安全性
1. 改善SDK稳定性,增强性能和安全性

# 3.3.8 版本更新
微博移动SDK3.3.8具体变动如下:

1. 添加隐私清单文件
4 changes: 2 additions & 2 deletions Weibo_SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ Pod::Spec.new do |s|
New weibosdk pod.
DESC
s.author = { "xingda" => "[email protected]" }
s.version = "3.3.7"
s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "3.3.7" }
s.version = "3.3.8"
s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "3.3.8" }
s.platform = :ios, '9.0'
s.requires_arc = false
s.license = 'MIT'
Expand Down
17 changes: 17 additions & 0 deletions libWeiboSDK/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>
Binary file modified libWeiboSDK/libWeiboSDK.a
Binary file not shown.
Binary file removed 微博iOS平台SDK文档V3.3.7.pdf
Binary file not shown.
Binary file added 微博iOS平台SDK文档V3.3.8.pdf
Binary file not shown.

0 comments on commit 04c4d7e

Please sign in to comment.