Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
[generator/menu] - add ios as platform choice
Browse files Browse the repository at this point in the history
  • Loading branch information
Memphiz committed May 5, 2017
1 parent 6f69b00 commit 865fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ module.exports = yeoman.extend({
type: 'checkbox',
name: 'platforms',
message: 'Which platforms does this run with?',
choices: ['all', 'android', 'linux', 'osx', 'windx'],
choices: ['all', 'android', 'linux', 'ios', 'osx', 'windx'],
validate: helper.validatePlatforms
}, {
type: 'list',
Expand Down

0 comments on commit 865fb09

Please sign in to comment.