fix: 去掉iOS集成地图和webrtc的初始化
parent
9ed0d64632
commit
f3564f5167
|
@ -9,7 +9,6 @@
|
||||||
#import <FinApplet/FinApplet.h>
|
#import <FinApplet/FinApplet.h>
|
||||||
#import <FinAppletExt/FinAppletExt.h>
|
#import <FinAppletExt/FinAppletExt.h>
|
||||||
#import "MOPTools.h"
|
#import "MOPTools.h"
|
||||||
// #import <FinAppletWebRTC/FinAppletWebRTC.h>
|
|
||||||
|
|
||||||
@implementation MOP_initialize
|
@implementation MOP_initialize
|
||||||
|
|
||||||
|
@ -128,11 +127,11 @@
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
// [[FATExtClient sharedClient] fat_prepareExtensionApis];
|
// [[FATExtClient sharedClient] fat_prepareExtensionApis];
|
||||||
// [[FATExtClient sharedClient] fat_UsingMapType:@"FATExtMapStyleGD" MapKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
|
|
||||||
|
|
||||||
// [FATGDMapComponent setGDMapAppKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
|
|
||||||
|
|
||||||
[[FATClient sharedClient] setEnableLog:YES];
|
[[FATClient sharedClient] setEnableLog:YES];
|
||||||
// [FATWebRTCComponent registerComponent];
|
|
||||||
success(@{});
|
success(@{});
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
|
||||||
s.dependency 'Flutter'
|
s.dependency 'Flutter'
|
||||||
s.ios.deployment_target = '9.0'
|
s.ios.deployment_target = '9.0'
|
||||||
|
|
||||||
s.dependency 'FinApplet' , '2.35.1'
|
s.dependency 'FinApplet' , '2.36.0-alpha20220112v04'
|
||||||
s.dependency 'FinAppletExt' , '2.35.1'
|
s.dependency 'FinAppletExt' , '2.36.0-alpha20220112v04'
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue