update src/ios/CDVSpeech.m.

处理ios打包的问题
This commit is contained in:
zher52 2020-11-03 17:59:21 +08:00 committed by Gitee
parent 5dccf5eff1
commit 368be1351b

View File

@ -34,6 +34,7 @@
NSLog(@"error: IFlySpeechConfig.plist not found");
assert(0);
}
NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];
self.appId = [plistData valueForKey:@"AppKey"];
}
@ -42,10 +43,6 @@
}
- (void) loadAppID{
NSMutableDictionary *plistData = [[NSMutableDictionary alloc] initWithContentsOfFile:plistPath];
}
#pragma mark -
- (void)startListening:(CDVInvokedUrlCommand*)command