Skip to content

Commit 2b938bd

Browse files
committed
update content
1 parent 56336a4 commit 2b938bd

File tree

4 files changed

+23
-25
lines changed

4 files changed

+23
-25
lines changed

docs/api/cli.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1463,6 +1463,20 @@ Example:
14631463
npx rnv sdk configure
14641464
```
14651465

1466+
### tizen certificate
1467+
1468+
Change tizen certificate
1469+
1470+
Provided by: @rnv/engine-rn-web
1471+
1472+
Depends On:
1473+
[`app configure`](#app-configure)
1474+
1475+
Example:
1476+
```bash
1477+
npx rnv tizen certificate
1478+
```
1479+
14661480
### target launch
14671481

14681482
Launch specific target

docs/api/schemas/rnv.app.md

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -5547,8 +5547,6 @@ Default: `"hermes"`
55475547

55485548
##### `templateXcode` (object)
55495549

5550-
Allows to configure xcode project
5551-
55525550
Properties of the `templateXcode` object:
55535551

55545552
###### `Podfile` (object)
@@ -6194,8 +6192,6 @@ Default: `"hermes"`
61946192

61956193
#### `templateXcode` (object)
61966194

6197-
Allows to configure xcode project
6198-
61996195
Properties of the `templateXcode` object:
62006196

62016197
##### `Podfile` (object)
@@ -6849,8 +6845,6 @@ Default: `"hermes"`
68496845

68506846
##### `templateXcode` (object)
68516847

6852-
Allows to configure xcode project
6853-
68546848
Properties of the `templateXcode` object:
68556849

68566850
###### `Podfile` (object)
@@ -7496,8 +7490,6 @@ Default: `"hermes"`
74967490

74977491
#### `templateXcode` (object)
74987492

7499-
Allows to configure xcode project
7500-
75017493
Properties of the `templateXcode` object:
75027494

75037495
##### `Podfile` (object)
@@ -11375,8 +11367,6 @@ Default: `"hermes"`
1137511367

1137611368
##### `templateXcode` (object)
1137711369

11378-
Allows to configure xcode project
11379-
1138011370
Properties of the `templateXcode` object:
1138111371

1138211372
###### `Podfile` (object)
@@ -12062,8 +12052,6 @@ Default: `"hermes"`
1206212052

1206312053
#### `templateXcode` (object)
1206412054

12065-
Allows to configure xcode project
12066-
1206712055
Properties of the `templateXcode` object:
1206812056

1206912057
##### `Podfile` (object)

docs/api/schemas/rnv.project.md

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -5721,8 +5721,6 @@ Default: `"hermes"`
57215721

57225722
##### `templateXcode` (object)
57235723

5724-
Allows to configure xcode project
5725-
57265724
Properties of the `templateXcode` object:
57275725

57285726
###### `Podfile` (object)
@@ -6368,8 +6366,6 @@ Default: `"hermes"`
63686366

63696367
#### `templateXcode` (object)
63706368

6371-
Allows to configure xcode project
6372-
63736369
Properties of the `templateXcode` object:
63746370

63756371
##### `Podfile` (object)
@@ -7023,8 +7019,6 @@ Default: `"hermes"`
70237019

70247020
##### `templateXcode` (object)
70257021

7026-
Allows to configure xcode project
7027-
70287022
Properties of the `templateXcode` object:
70297023

70307024
###### `Podfile` (object)
@@ -7670,8 +7664,6 @@ Default: `"hermes"`
76707664

76717665
#### `templateXcode` (object)
76727666

7673-
Allows to configure xcode project
7674-
76757667
Properties of the `templateXcode` object:
76767668

76777669
##### `Podfile` (object)
@@ -11549,8 +11541,6 @@ Default: `"hermes"`
1154911541

1155011542
##### `templateXcode` (object)
1155111543

11552-
Allows to configure xcode project
11553-
1155411544
Properties of the `templateXcode` object:
1155511545

1155611546
###### `Podfile` (object)
@@ -12236,8 +12226,6 @@ Default: `"hermes"`
1223612226

1223712227
#### `templateXcode` (object)
1223812228

12239-
Allows to configure xcode project
12240-
1224112229
Properties of the `templateXcode` object:
1224212230

1224312231
##### `Podfile` (object)
@@ -14384,4 +14372,8 @@ Properties of the `package_json` object:
1438414372

1438514373
#### `version` (string)
1438614374

14387-
#### `browserslist`
14375+
#### `browserslist`
14376+
14377+
#### `scripts` (object)
14378+
14379+
Defines scripts you want to include in template

docs/api/schemas/rnv.template.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,10 @@ Properties of the `package_json` object:
7373

7474
#### `browserslist`
7575

76+
#### `scripts` (object)
77+
78+
Defines scripts you want to include in template
79+
7680
## `bootstrapConfig` (object)
7781

7882
Properties of the `bootstrapConfig` object:

0 commit comments

Comments
 (0)