feat: udpate 2.1.6 binary , env switch to rnd

xiaoyi 2021-06-30 14:54:23 +08:00
parent efaae54ed1
commit 9d1a787f37
9 changed files with 10 additions and 10 deletions

Binary file not shown.

Binary file not shown.

View File

@ -10,7 +10,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface IscTapLoginService : NSObject
+ (void)addSDKLoginResultDelegate:(NSString *)sdkName delegate:(id <TapLoginResultDelegate>)delegate;
+ (void)addSDKLoginResultDelegate:(NSString *)sdkName delegate:(id <TapTapLoginResultDelegate>)delegate;
+ (void)removeSDKLoginResultDelegate:(NSString *)sdkName;

View File

@ -11,11 +11,11 @@
#import <TapLoginSDK/TTSDKProfile.h>
#import <TapLoginSDK/TTSDKLoginResult.h>
#import <TapLoginSDK/AccountGlobalError.h>
#import <TapLoginSDK/TapLoginResultDelegate.h>
#import <TapLoginSDK/TapTapLoginResultDelegate.h>
#define TapLoginSDK @"TapLogin"
#define TapLoginSDK_VERSION_NUMBER @"20105001"
#define TapLoginSDK_VERSION @"2.1.5"
#define TapLoginSDK_VERSION_NUMBER @"20104002"
#define TapLoginSDK_VERSION @"2.1.4"
NS_ASSUME_NONNULL_BEGIN
@ -36,13 +36,13 @@ NS_ASSUME_NONNULL_BEGIN
/// 设置登录回调
/// @param delegate 回调
+ (void)registerLoginResultDelegate:(id <TapLoginResultDelegate>)delegate;
+ (void)registerLoginResultDelegate:(id <TapTapLoginResultDelegate>)delegate;
/// 移除登录回调
+ (void)unregisterLoginResultDelegate;
/// 获取当前设置的登录回调
+ (id <TapLoginResultDelegate>)getLoginResultDelegate;
+ (id <TapTapLoginResultDelegate>)getLoginResultDelegate;
/// 开始登录流程
/// @param permissions 权限列表

View File

@ -22,4 +22,4 @@ FOUNDATION_EXPORT const unsigned char TapLoginSDKVersionString[];
#import <TapLoginSDK/AccountGlobalError.h>
#import <TapLoginSDK/TTSDKLoginResult.h>
#import <TapLoginSDK/IscTaploginService.h>
#import <TapLoginSDK/TapLoginResultDelegate.h>
#import <TapLoginSDK/TapTapLoginResultDelegate.h>

View File

@ -1,5 +1,5 @@
//
// TapLoginResultDelegate.h
// TapTapLoginResultDelegate.h
// Pods-TDSLoginSource_Example
//
// Created by Bottle K on 2020/12/15.
@ -10,7 +10,7 @@
#import <TapLoginSDK/TTSDKAccessToken.h>
NS_ASSUME_NONNULL_BEGIN
@protocol TapLoginResultDelegate <NSObject>
@protocol TapTapLoginResultDelegate <NSObject>
/// 登录成功回调
/// @param token token对象

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 9aef9c401c2bc4e40ac296c65df13a85
guid: 8ac9b07ea5fcf4403ac744b038b5fd4d
DefaultImporter:
externalObjects: {}
userData: