Skip to content

Commit

Permalink
feat(ios): 'ns widget ios' for single command widget generator (#5829)
Browse files Browse the repository at this point in the history
  • Loading branch information
NathanWalker authored Feb 22, 2025
1 parent 105f477 commit 89d09d3
Show file tree
Hide file tree
Showing 8 changed files with 1,117 additions and 45 deletions.
1 change: 1 addition & 0 deletions lib/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -470,4 +470,5 @@ injector.requireCommand(
],
"./commands/native-add"
);
injector.requireCommand(["widget", "widget|ios"], "./commands/widget");
require("./key-commands/bootstrap");
1 change: 1 addition & 0 deletions lib/commands/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ export class ConfigListCommand implements ICommand {
.map((key) => {
return (
color.green(`${indent()}${key}: `) +
// @ts-ignore
this.getValueString(value[key], depth + 1)
);
})
Expand Down
Loading

0 comments on commit 89d09d3

Please sign in to comment.