feat(*): update framework
parent
f3f3f2f0f4
commit
f163558099
Binary file not shown.
Binary file not shown.
|
@ -24,5 +24,6 @@
|
|||
- (NSString *)tds_base64Dencode;
|
||||
|
||||
/// 是否是空字符串
|
||||
- (BOOL)tds_isEmpty;
|
||||
+ (BOOL)tds_isEmpty:(NSString *)string;
|
||||
@end
|
||||
|
|
|
@ -1,16 +1,15 @@
|
|||
//
|
||||
// TDSCommonMacros.h
|
||||
// TDSCommonEnvironment.h
|
||||
// TDSCommon
|
||||
//
|
||||
// Created by Bottle K on 2021/1/7.
|
||||
//
|
||||
|
||||
# define isRND false
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDSCommonMacros : NSObject
|
||||
@interface TDSCommonEnvironment : NSObject
|
||||
|
||||
+ (bool)isCurrentRND;
|
||||
@end
|
|
@ -1,5 +1,5 @@
|
|||
fileFormatVersion: 2
|
||||
guid: a2a0578a01f9343d590ae7d8c2007ed8
|
||||
guid: 59ad97b1f2e2f4bda9157eca6acec44c
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
|
@ -1,36 +0,0 @@
|
|||
//
|
||||
// TDSDomainChecker.h
|
||||
// TapCommonSDK
|
||||
//
|
||||
// Created by Bottle K on 2021/4/19.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TDSDomainChecker : NSObject
|
||||
|
||||
/// 配置日志参数
|
||||
/// @param clientId clientId
|
||||
/// @param clientSecret clientSecret
|
||||
/// @param sdkVersionName SDK Version Name
|
||||
+ (void)setupTrackerWithId:(NSString *)clientId secret:(NSString *)clientSecret sdkVersionName:(NSString *)sdkVersionName;
|
||||
|
||||
/// 配置域名
|
||||
+ (void)setupDomains;
|
||||
|
||||
/// 获取一个当前可用域名
|
||||
+ (NSString *)getActiveDomain;
|
||||
|
||||
/// 标记一个域名不可用
|
||||
/// @param domain 域名
|
||||
+ (void)deactiveDomain:(NSString *)domain;
|
||||
|
||||
/// 开始检测域名
|
||||
+ (void)startCheckDomains;
|
||||
|
||||
+ (void)stopCheckDomains;
|
||||
@end
|
||||
|
||||
NS_ASSUME_NONNULL_END
|
|
@ -1,7 +0,0 @@
|
|||
fileFormatVersion: 2
|
||||
guid: b59eb939c977345128671f162d07f3d4
|
||||
DefaultImporter:
|
||||
externalObjects: {}
|
||||
userData:
|
||||
assetBundleName:
|
||||
assetBundleVariant:
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable file
|
@ -22,11 +22,12 @@ FOUNDATION_EXPORT const unsigned char TapCommonSDKVersionString[];
|
|||
#import <TapCommonSDK/TDSAccountProvider.h>
|
||||
|
||||
#import <TapCommonSDK/TDSDomainManager.h>
|
||||
#import <TapCommonSDK/TDSDomainChecker.h>
|
||||
|
||||
#import <TapCommonSDK/TDSGameUtil.h>
|
||||
|
||||
#import <TapCommonSDK/TDSAutoLayout.h>
|
||||
#import <TapCommonSDK/TDSGameUtil.h>
|
||||
#import <TapCommonSDK/TDSCommonEnvironment.h>
|
||||
|
||||
#import <TapCommonSDK/EngineBridgeError.h>
|
||||
#import <TapCommonSDK/TDSBridge.h>
|
||||
#import <TapCommonSDK/TDSBridgeCallback.h>
|
||||
|
@ -81,7 +82,6 @@ FOUNDATION_EXPORT const unsigned char TapCommonSDKVersionString[];
|
|||
#import <TapCommonSDK/TDSWKCookieWebview.h>
|
||||
#import <TapCommonSDK/WKCookieWebview+CookiesHandle.h>
|
||||
#import <TapCommonSDK/TDSCommonService.h>
|
||||
#import <TapCommonSDK/TDSCommonMacros.h>
|
||||
#import <TapCommonSDK/TDSNetInterceptor.h>
|
||||
#import <TapCommonSDK/TDSCommonConfirmDialog.h>
|
||||
#import <TapCommonSDK/TDSCommonUIHelper.h>
|
||||
|
|
|
@ -10,6 +10,7 @@
|
|||
NS_ASSUME_NONNULL_BEGIN
|
||||
|
||||
@interface TapDBConfig : NSObject
|
||||
@property (nonatomic, assign) BOOL enable;
|
||||
@property (nonatomic, copy) NSString *channel;
|
||||
@property (nonatomic, copy) NSString *gameVersion;
|
||||
@end
|
||||
|
|
Binary file not shown.
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue