feat(*):replace all framework

zhangwenyan 2021-04-09 17:25:03 +08:00
parent da90067b4c
commit 3045a073b6
12 changed files with 5 additions and 38 deletions

View File

@ -1,32 +0,0 @@
fileFormatVersion: 2
guid: 2944ce6fc8cb3410b91c55267d05e83b
PluginImporter:
externalObjects: {}
serializedVersion: 2
iconMap: {}
executionOrder: {}
defineConstraints: []
isPreloaded: 0
isOverridable: 0
isExplicitlyReferenced: 0
validateReferences: 1
platformData:
- first:
Android: Android
second:
enabled: 1
settings: {}
- first:
Any:
second:
enabled: 0
settings: {}
- first:
Editor: Editor
second:
enabled: 0
settings:
DefaultValueInitialized: true
userData:
assetBundleName:
assetBundleVariant:

Binary file not shown.

View File

@ -1,5 +1,5 @@
fileFormatVersion: 2
guid: 01c51530a73b04493a43dcac8b5448b2
guid: 7dfaa857f27334fbb983120e60264d08
PluginImporter:
externalObjects: {}
serializedVersion: 2

View File

@ -100,10 +100,9 @@
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
/**
connect to the host - blocking
@return YES if successfully connected
connect to the host
*/
- (BOOL)connect;
- (void)connect;
/**
disconnect to the host. This sends the close Connection opcode to terminate cleanly.

View File

@ -15,7 +15,7 @@ FOUNDATION_EXPORT const unsigned char TapCommonSDKVersionString[];
// In this header, you should import all the public headers of your framework using statements like #import <TapCommonSDK/PublicHeader.h>
#define TapCommonSDK_VERSION @"2.0.0"
#define TapCommonSDK_VERSION @"2.1.0"
#import <TapCommonSDK/TapConfig.h>
#import <TapCommonSDK/TDSAccountProvider.h>

View File

View File

@ -2,7 +2,7 @@
"name": "com.taptap.tds.common",
"displayName": "TapTap Common",
"description": "TapTap Develop Service",
"version": "2.0.0",
"version": "2.1.0",
"unity": "2018.3",
"license": "MIT"
}