update version
parent
e84c2addea
commit
f142b38214
|
@ -40,7 +40,7 @@
|
|||
NSError* error = nil;
|
||||
FATUIConfig *uiconfig = [[FATUIConfig alloc]init];
|
||||
uiconfig.autoAdaptDarkMode = YES;
|
||||
uiconfig.moreMenuStyle = FATMoreViewStyleNormal;
|
||||
// uiconfig.moreMenuStyle = FATMoreViewStyleNormal;
|
||||
[[FATClient sharedClient] initWithConfig:config uiConfig:uiconfig error:&error];
|
||||
if (error) {
|
||||
failure(@"初始化失败");
|
||||
|
|
|
@ -17,7 +17,7 @@ A finclip miniprogram flutter sdk.
|
|||
s.dependency 'Flutter'
|
||||
s.ios.deployment_target = '9.0'
|
||||
|
||||
s.dependency 'FinApplet' , '2.22.1-alpha20210305v01'
|
||||
s.dependency 'FinAppletExt' , '2.22.1-alpha20210305v01'
|
||||
s.dependency 'FinApplet' , '2.23.3'
|
||||
s.dependency 'FinAppletExt' , '2.23.3'
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue