fix: 去掉iOS集成地图和webrtc的初始化

master
wangtao 2022-01-12 20:25:37 +08:00
parent 9ed0d64632
commit f3564f5167
2 changed files with 5 additions and 6 deletions

View File

@ -9,7 +9,6 @@
#import <FinApplet/FinApplet.h>
#import <FinAppletExt/FinAppletExt.h>
#import "MOPTools.h"
// #import <FinAppletWebRTC/FinAppletWebRTC.h>
@implementation MOP_initialize
@ -128,11 +127,11 @@
return;
}
// [[FATExtClient sharedClient] fat_prepareExtensionApis];
// [[FATExtClient sharedClient] fat_UsingMapType:@"FATExtMapStyleGD" MapKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
// [FATGDMapComponent setGDMapAppKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
[[FATClient sharedClient] setEnableLog:YES];
// [FATWebRTCComponent registerComponent];
success(@{});

View File

@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
s.dependency 'Flutter'
s.ios.deployment_target = '9.0'
s.dependency 'FinApplet' , '2.35.1'
s.dependency 'FinAppletExt' , '2.35.1'
s.dependency 'FinApplet' , '2.36.0-alpha20220112v04'
s.dependency 'FinAppletExt' , '2.36.0-alpha20220112v04'
end