feat(*):replace all framework

zhangwenyan 2021-04-09 17:25:03 +08:00
parent c34f1ebafb
commit 7a3c830ed8
9 changed files with 4 additions and 55 deletions

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2 fileFormatVersion: 2
guid: 89a78afcee8734f64bc3fdfd98abb16d guid: 2aa36f69450b8471da563f1037b14ecd
PluginImporter: PluginImporter:
externalObjects: {} externalObjects: {}
serializedVersion: 2 serializedVersion: 2

View File

@ -10,8 +10,8 @@
NS_ASSUME_NONNULL_BEGIN NS_ASSUME_NONNULL_BEGIN
#define TapSDK @"TapSDK" #define TapSDK @"TapSDK"
#define TapSDK_VERSION_NUMBER @"2" #define TapSDK_VERSION_NUMBER @"20100001"
#define TapSDK_VERSION @"2.0.0" #define TapSDK_VERSION @"2.1.0"
FOUNDATION_EXTERN int const ERROR_CODE_UNDEFINED; FOUNDATION_EXTERN int const ERROR_CODE_UNDEFINED;
FOUNDATION_EXTERN int const ERROR_CODE_UNINITIALIZED; FOUNDATION_EXTERN int const ERROR_CODE_UNINITIALIZED;

View File

@ -1,8 +0,0 @@
fileFormatVersion: 2
guid: 6c4943398ec6e404f8f89f563b23991c
folderAsset: yes
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -1,36 +0,0 @@
//
// TDSAPI.h
// TapBootstrapSDK
//
// Created by Bottle K on 2021/2/19.
//
#import <Foundation/Foundation.h>
#import <TapCommonSDK/TDSNetExecutor.h>
NS_ASSUME_NONNULL_BEGIN
static NSString *const TDS_TAPTAP_LOGIN = @"/api/v1/authorization/taptap";
static NSString *const TDS_GUEST_LOGIN = @"/api/v1/authorization/device";
static NSString *const TDS_APPLE_LOGIN = @"/api/v1/authorization/apple";
static NSString *const TDS_TAPTAP_BIND = @"/api/v1/authorization/taptap/bind";
static NSString *const TDS_USER_INFO = @"/api/v1/user/info";
static NSString *const TDS_USER_DETAIL = @"/api/v1/user/detail";
static NSString *const TDS_TOKEN_REFRESH = @"/api/v1/token";
static NSString *const TDS_FRIEND_USER_INFO_MULTI = @"/api/v1/user/multi";
@interface TDSAPI : NSObject
+ (instancetype)sharedInstance;
- (TDSNetExecutor *)doWithRequest:(TDSNetRequestModel *)request;
- (NSString *)getXUAString;
+ (NSString *)getWSBaseUrl;
@end
NS_ASSUME_NONNULL_END

View File

@ -1,7 +0,0 @@
fileFormatVersion: 2
guid: 20dae85fef21f4aa196c8d58a0f9b5a5
DefaultImporter:
externalObjects: {}
userData:
assetBundleName:
assetBundleVariant:

View File

@ -2,7 +2,7 @@
"name": "com.taptap.tds.bootstrap", "name": "com.taptap.tds.bootstrap",
"displayName": "TapTap Bootstrap", "displayName": "TapTap Bootstrap",
"description": "TapTap Develop Service", "description": "TapTap Develop Service",
"version": "2.0.0", "version": "2.1.0",
"unity": "2018.3", "unity": "2018.3",
"license": "MIT", "license": "MIT",
"dependencies": { "dependencies": {