feat(*):replace all framework
parent
da90067b4c
commit
3045a073b6
Binary file not shown.
Binary file not shown.
|
@ -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.
|
@ -1,5 +1,5 @@
|
||||||
fileFormatVersion: 2
|
fileFormatVersion: 2
|
||||||
guid: 01c51530a73b04493a43dcac8b5448b2
|
guid: 7dfaa857f27334fbb983120e60264d08
|
||||||
PluginImporter:
|
PluginImporter:
|
||||||
externalObjects: {}
|
externalObjects: {}
|
||||||
serializedVersion: 2
|
serializedVersion: 2
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWKWebViewJavascriptBridge.h
Normal file → Executable file
|
@ -100,10 +100,9 @@
|
||||||
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
|
- (nonnull instancetype)initWithURL:(nonnull NSURL *)url protocols:(nullable NSArray*)protocols callbackQueue:(nonnull dispatch_queue_t)callbackQueue connectTimeout:(NSTimeInterval)connectTimeout;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
connect to the host - blocking
|
connect to the host
|
||||||
@return YES if successfully connected
|
|
||||||
*/
|
*/
|
||||||
- (BOOL)connect;
|
- (void)connect;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
disconnect to the host. This sends the close Connection opcode to terminate cleanly.
|
disconnect to the host. This sends the close Connection opcode to terminate cleanly.
|
||||||
|
|
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable file
0
Plugins/iOS/TapCommonSDK.framework/Headers/TDSWebViewJavascriptBridgeBase.h
Normal file → Executable 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>
|
// 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/TapConfig.h>
|
||||||
#import <TapCommonSDK/TDSAccountProvider.h>
|
#import <TapCommonSDK/TDSAccountProvider.h>
|
||||||
|
|
Binary file not shown.
|
@ -2,7 +2,7 @@
|
||||||
"name": "com.taptap.tds.common",
|
"name": "com.taptap.tds.common",
|
||||||
"displayName": "TapTap Common",
|
"displayName": "TapTap Common",
|
||||||
"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"
|
||||||
}
|
}
|
Loading…
Reference in New Issue