Compare commits

...

2 Commits
wd ... master

Author SHA1 Message Date
zher52
edc27c925c Merge branch 'master' of https://github.com/shuto-cn/cordova-plugin-IFlyspeech-master 2020-11-03 17:34:54 +08:00
zher52
9a9a266ae4 处理ios无法编译的问题 2020-11-03 17:29:55 +08:00

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