Skip to content

Commit

Permalink
下掉idfa获取代码
Browse files Browse the repository at this point in the history
  • Loading branch information
xingda committed Oct 20, 2022
1 parent 8c47357 commit e781f91
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,4 +248,9 @@ the server cannot be made."这样的问题。
1. 适配iOS16
2. 解决当前已知bug,明确了部分注释的含义
3. 去掉了+ (void)checkUniversalLink:(void (^_Nullable)(WBULCheckStep step, NSError * _Nullable error))checkBlock 接口
4. 跳转微博12.9.3以及之后版本,返回时会在response内收到对应的操作信息。
4. 跳转微博12.9.3以及之后版本,返回时会在response内收到对应的操作信息。

# 3.3.5 下掉获取idfa代码
更新内容:

在代码层,下掉了idfa获取代码
4 changes: 2 additions & 2 deletions Weibo_SDK.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,12 @@ Pod::Spec.new do |s|
New weibosdk pod.
DESC
s.author = { "xingda" => "[email protected]" }
s.version = "3.3.4"
s.version = "3.3.5"
s.source = { :git => "https://github.com/sinaweibosdk/weibo_ios_sdk.git", :tag => "3.3.4" }
s.platform = :ios, '9.0'
s.requires_arc = false
s.license = 'MIT'
s.source_files = 'libWeiboSDK/*.{h,m}'
s.source_files = 'libWeiboSDK/*.{h,m,a}'
s.resource = 'libWeiboSDK/WeiboSDK.bundle'
s.vendored_libraries = 'libWeiboSDK/libWeiboSDK.a'
s.frameworks = 'Photos', 'ImageIO', 'SystemConfiguration', 'CoreText', 'QuartzCore', 'Security', 'UIKit', 'Foundation', 'CoreGraphics','CoreTelephony','WebKit'
Expand Down
1 change: 1 addition & 0 deletions libWeiboSDK/WeiboSDK.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
// Created by Wade Cheng on 4/3/13.
// Copyright (c) 2013 SINA iOS Team. All rights reserved.
//

#import <Foundation/Foundation.h>
#import <UIKit/UIKit.h>

Expand Down
Binary file modified libWeiboSDK/libWeiboSDK.a
Binary file not shown.

0 comments on commit e781f91

Please sign in to comment.