File tree Expand file tree Collapse file tree 3 files changed +49
-1
lines changed Expand file tree Collapse file tree 3 files changed +49
-1
lines changed Original file line number Diff line number Diff line change 1+ <% if (isJekyll) { %>---
2+ title: ns widget ios
3+ position: 11
4+ ---<% } %>
5+
6+ # ns widget ios
7+
8+ ### Description
9+
10+ Interactively adds a new iOS widget based on a predefined template.
11+
12+ ### Commands
13+
14+ Usage | Synopsis
15+ ------|-------
16+ General | ` $ ns widget ios `
17+
18+ <% if(isHtml) { %>
19+
20+ ### Command Limitations
21+
22+ * You can run ` $ ns widget ios ` only on macOS systems.
23+
24+ <% } %>
Original file line number Diff line number Diff line change 1+ <% if (isJekyll) { %>---
2+ title: ns widget ios
3+ position: 11
4+ ---<% } %>
5+
6+ # ns widget ios
7+
8+ ### Description
9+
10+ Interactively adds a new iOS widget based on a predefined template.
11+
12+ ### Commands
13+
14+ Usage | Synopsis
15+ ------|-------
16+ General | ` $ ns widget ios `
17+
18+ <% if(isHtml) { %>
19+
20+ ### Command Limitations
21+
22+ * You can run ` $ ns widget ios ` only on macOS systems.
23+
24+ <% } %>
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ Command | Description
5050[ install] ( project/configuration/install.html ) | Installs all platforms and dependencies described in the ` package.json ` file in the current directory.
5151[ plugin] ( lib-management/plugin.html ) | Lets you manage the plugins for your project.
5252[ open] ( project/configuration/open.md ) | Opens the native project in Xcode/Android Studio.
53-
53+ [ widget ios ] ( project/configuration/widget.md ) | Adds a new iOS widget to the project.
5454## Publishing Commands
5555Command | Description
5656---|---
You can’t perform that action at this time.
0 commit comments