Skip to content

Commit 4617419

Browse files
committed
Merge pull request ptmt#22 from pvinis/master
fix osx path for generator
2 parents eb2bd8c + 19520d2 commit 4617419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

local-cli/generator-osx/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ module.exports = yeoman.generators.NamedBase.extend({
4747
},
4848

4949
end: function() {
50-
var projectPath = path.resolve(this.destinationRoot(), 'ios', this.name);
50+
var projectPath = path.resolve(this.destinationRoot(), 'osx', this.name);
5151
this.log(chalk.white.bold('To run your app on OSX:'));
5252
this.log(chalk.white(' Open ' + projectPath + '.xcodeproj in Xcode'));
5353
this.log(chalk.white(' Hit Run button'));

0 commit comments

Comments
 (0)