Commit b452f696 authored by 汪林玲's avatar 汪林玲

更新

parent 4cd28c4a
...@@ -17,8 +17,8 @@ A new Flutter plugin. ...@@ -17,8 +17,8 @@ A new Flutter plugin.
s.public_header_files = 'Classes/**/*.h' s.public_header_files = 'Classes/**/*.h'
s.dependency 'Flutter' s.dependency 'Flutter'
s.platform = :ios, '8.0' s.platform = :ios, '8.0'
s.dependency 'UMCommon' s.dependency 'UMCommon', '~> 7.3.5'
s.dependency 'UMDevice' s.dependency 'UMDevice', '~> 2.0.4'
s.static_framework = true s.static_framework = true
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported. # Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
......
...@@ -47,6 +47,8 @@ class UmengCommonSdk { ...@@ -47,6 +47,8 @@ class UmengCommonSdk {
'channel': channel, 'channel': channel,
'deviceType': deviceType, 'deviceType': deviceType,
'pushSecret': pushSecret, 'pushSecret': pushSecret,
'mode': mode,
'process': process,
}); });
return result; return result;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment