1.处理ios插件问题
2.改为多参数
This commit is contained in:
+3
-2
@@ -4,7 +4,8 @@
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<name>cordova-plugin-xunfeiListenSpeaking</name>
|
||||
<preference name="APP_KEY" />
|
||||
<preference name="CHANNEL" default="developer-default" />
|
||||
<preference name="IOS_APP_KEY" />
|
||||
<preference name="CHANNEL" default="developer-default" />
|
||||
<engines>
|
||||
<engine name="cordova" version=">=3.0" />
|
||||
</engines>
|
||||
@@ -107,7 +108,7 @@
|
||||
<framework src="Contacts.framework" />
|
||||
<framework src="src/ios/iflyMSC.framework" custom="true" />
|
||||
<config-file target="*IFlySpeechConfig.plist" parent="AppKey">
|
||||
<string>$APP_KEY</string>
|
||||
<string>$IOS_APP_KEY</string>
|
||||
</config-file>
|
||||
</platform>
|
||||
</plugin>
|
||||
|
||||
Reference in New Issue
Block a user