File tree 3 files changed +49
-1
lines changed
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
50
50
[ install] ( project/configuration/install.html ) | Installs all platforms and dependencies described in the ` package.json ` file in the current directory.
51
51
[ plugin] ( lib-management/plugin.html ) | Lets you manage the plugins for your project.
52
52
[ 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.
54
54
## Publishing Commands
55
55
Command | Description
56
56
---|---
You can’t perform that action at this time.
0 commit comments