We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb2bd8c + 19520d2 commit 4617419Copy full SHA for 4617419
local-cli/generator-osx/index.js
@@ -47,7 +47,7 @@ module.exports = yeoman.generators.NamedBase.extend({
47
},
48
49
end: function() {
50
- var projectPath = path.resolve(this.destinationRoot(), 'ios', this.name);
+ var projectPath = path.resolve(this.destinationRoot(), 'osx', this.name);
51
this.log(chalk.white.bold('To run your app on OSX:'));
52
this.log(chalk.white(' Open ' + projectPath + '.xcodeproj in Xcode'));
53
this.log(chalk.white(' Hit Run button'));
0 commit comments