src/tasks/default/run-ios.js
Function run
has 40 lines of code (exceeds 25 allowed). Consider refactoring. Open
Open
run(cloudbridge, argv) {
var project = this.project.data(),
packagePath = path.join(this.projectDir, 'src', 'ios', 'build', 'Release-iphoneos', project.name + '.app');
return this.build(argv)