fix: mop的podspec添加高德地图依赖
parent
3371497333
commit
d9f2521921
|
@ -9,6 +9,7 @@
|
|||
#import <FinApplet/FinApplet.h>
|
||||
#import <FinAppletExt/FinAppletExt.h>
|
||||
#import <FinAppletWebRTC/FinAppletWebRTC.h>
|
||||
#import <FinAppletGDMap/FinAppletGDMap.h>
|
||||
|
||||
@implementation MOP_initialize
|
||||
|
||||
|
@ -53,7 +54,8 @@
|
|||
}
|
||||
// [[FATExtClient sharedClient] fat_prepareExtensionApis];
|
||||
// [[FATExtClient sharedClient] fat_UsingMapType:@"FATExtMapStyleGD" MapKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
|
||||
|
||||
|
||||
[FATGDMapComponent setGDMapAppKey:@"6f0f28c4138cbaa51aa5890e26996ea2"];
|
||||
[[FATClient sharedClient] setEnableLog:YES];
|
||||
[FATWebRTCComponent registerComponent];
|
||||
success(@{});
|
||||
|
|
|
@ -17,7 +17,10 @@ A finclip miniprogram flutter sdk.
|
|||
s.dependency 'Flutter'
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
||||
s.dependency 'FinApplet' , '2.34.9'
|
||||
s.dependency 'FinAppletExt' , '2.34.9'
|
||||
s.dependency 'FinApplet' , '2.35.0-alpha20211217v01'
|
||||
s.dependency 'FinAppletExt' , '2.35.0-alpha20211217v01'
|
||||
s.dependency 'FinAppletGDMap' , '2.35.0-alpha20211217v01'
|
||||
s.dependency 'FinAppletWebRTC' , '2.35.0-alpha20211217v01'
|
||||
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue