Skip to content

Commit

Permalink
3.3.9
Browse files Browse the repository at this point in the history
  • Loading branch information
keepyounger committed Apr 22, 2024
1 parent 1f76895 commit 27bacaa
Show file tree
Hide file tree
Showing 4 changed files with 46 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
<?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>SchemeUserState</key>
<dict>
<key>WeiboSDKLibDemo.xcscheme_^#shared#^_</key>
<dict>
<key>orderHint</key>
<integer>0</integer>
</dict>
</dict>
</dict>
</plist>
6 changes: 3 additions & 3 deletions Weibo_SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Pod::Spec.new do |s|
New weibosdk pod.
DESC
s.author = { "xingda" => "[email protected]" }
s.version = "3.3.8"
s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "3.3.8" }
s.version = "3.3.9"
s.source = { :git => "https://github.com/keepyounger/weibo_ios_sdk", :tag => "3.3.9" }
s.platform = :ios, '9.0'
s.requires_arc = false
s.license = 'MIT'
s.source_files = 'libWeiboSDK/*.{h,m}'
s.resource = 'libWeiboSDK/WeiboSDK.bundle', 'libWeiboSDK/PrivacyInfo.xcprivacy'
s.resource = 'libWeiboSDK/WeiboSDK.bundle'
s.vendored_libraries = 'libWeiboSDK/libWeiboSDK.a'
s.frameworks = 'Photos', 'ImageIO', 'SystemConfiguration', 'CoreText', 'QuartzCore', 'Security', 'UIKit', 'Foundation', 'CoreGraphics','CoreTelephony','WebKit'
s.libraries = 'sqlite3', 'z'
Expand Down
23 changes: 23 additions & 0 deletions libWeiboSDK/WeiboSDK.bundle/PrivacyInfo.xcprivacy
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<?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>NSPrivacyTracking</key>
<false/>
<key>NSPrivacyTrackingDomains</key>
<array/>
<key>NSPrivacyCollectedDataTypes</key>
<array/>
<key>NSPrivacyAccessedAPITypes</key>
<array>
<dict>
<key>NSPrivacyAccessedAPIType</key>
<string>NSPrivacyAccessedAPICategoryUserDefaults</string>
<key>NSPrivacyAccessedAPITypeReasons</key>
<array>
<string>CA92.1</string>
</array>
</dict>
</array>
</dict>
</plist>

0 comments on commit 27bacaa

Please sign in to comment.