feat: podspec增加webrtc的依赖
parent
5303b67264
commit
3000923466
|
@ -8,6 +8,7 @@
|
|||
#import "MOP_initialize.h"
|
||||
#import <FinApplet/FinApplet.h>
|
||||
#import <FinAppletExt/FinAppletExt.h>
|
||||
#import <FinAppletWebRTC/FinAppletWebRTC.h>
|
||||
|
||||
@implementation MOP_initialize
|
||||
|
||||
|
@ -54,6 +55,7 @@
|
|||
// [[FATExtClient sharedClient] fat_UsingMapType:@"FATExtMapStyleGD" MapKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
|
||||
|
||||
[[FATClient sharedClient] setEnableLog:YES];
|
||||
[FATWebRTCComponent registerComponent];
|
||||
success(@{});
|
||||
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@ A finclip miniprogram flutter sdk.
|
|||
s.dependency 'Flutter'
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
||||
s.dependency 'FinApplet' , '2.35.0-alpha20211116v012'
|
||||
s.dependency 'FinAppletExt' , '2.35.0-alpha20211116v12'
|
||||
s.dependency 'FinApplet' , '2.35.0-alpha20211203v06'
|
||||
s.dependency 'FinAppletExt' , '2.35.0-alpha20211203v06'
|
||||
s.dependency 'FinAppletWebRTC' , '2.35.0-alpha20211203v06'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue