Skip to content

Commit 0618fbb

Browse files
Merge pull request #3 from NativeScript/zbranzov/fix-typos
fix: typos in docs and config
2 parents 8749fd1 + 91d5b06 commit 0618fbb

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ Recommended for plugins that **have not used** the [NativeScript plugin seed](ht
4040
- The "path" to the folder which hold your plugin's TypeScript/JavaScript and package.json
4141
- The "path" to the folder which hold your plugin's 'platforms' contents ('android' and 'ios' folders)
4242
- The "path" to the native iOS source code of the Xcode project from which the iOS framework of your plugin has been build
43-
- The name of the name of the iOS framework of your plugin
43+
- The name of the iOS framework of your plugin
4444
- The "path" to the native Android source code of the Android Studio project from which the Android library of your plugin has been build
45-
- The name of the name of the Android library of your plugin
45+
- The name of the Android library of your plugin
4646
- The "path" to the folder which hold the NativeScript Vanila application used as demo of your plugin
4747
- The "path" to the folder which hold the NativeScript + Angular application used as demo of your plugin (optional)
4848
- The Apple provisioning profile that is required for the above NativeScript application (optional)
@@ -54,13 +54,13 @@ Recommended for plugins that **have used** the [NativeScript plugin seed](https:
5454
The post install script will ask for the following configuration settings of your plugin's structure:
5555

5656
- The "path" to the folder which hold your plugin's TypeScript/JavaScript and package.json
57-
- The name of the name of the iOS framework of your plugin
58-
- The name of the name of the Android library of your plugin
57+
- The name of the iOS framework of your plugin
58+
- The name of the Android library of your plugin
5959
- The Apple provisioning profile that is required for the above NativeScript application (optional)
6060

6161
### <a name="config_file"></a>Configuration file
6262

63-
After either of the above configuration stages the configuration parameters you have entered will be written locally to an configuration json file called `n.debug.config.json`. You cna manually create this file in the root (where the package.json of your {N} plugin source code is) and pre-configure it so that when the npm postinstall script is ran it will skip app prompts of the nativescript-dev-debugging plugin configuration stage. Here are all the require configuration key/value pairs:
63+
After either of the above configuration stages the configuration parameters you have entered will be written locally to an configuration json file called `n.debug.config.json`. You can manually create this file in the root (where the package.json of your {N} plugin source code is) and pre-configure it so that when the npm postinstall script is ran it will skip app prompts of the nativescript-dev-debugging plugin configuration stage. Here are all the require configuration key/value pairs:
6464

6565
```
6666
{
@@ -121,5 +121,5 @@ Due to the nature of the `nativescript-dev-debugging` plugin and the way it is u
121121
In order to test the node package locally:
122122
- Open the app folder `cd app`
123123
- Run `npm i`
124-
- Run `npm run install` - will execute the package's postinstall scrip like it is being installed in the app folder for the first time
125-
- Run `npm run install <full path to a 'n.debug.config.json' file>` - will execute the package's postinstall scrip with the configuration of the `n.debug.config.json` file
124+
- Run `npm run install` - will execute the package's postinstall script like it is being installed in the app folder for the first time
125+
- Run `npm run install <full path to a 'n.debug.config.json' file>` - will execute the package's postinstall script with the configuration of the `n.debug.config.json` file

app/n.debug.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"pluginSrcFolder": "/Users/amiorkov/Desktop/Work/nativescript-dev-debugging/app",
2+
"pluginSrcFolder": "/Users/<placeholder for username>/nativescript-dev-debugging/app",
33
"pluginPlatformFolder": "<placeholder for ios platforms path>",
44
"pluginIosSrcFolder": "<placeholder for ios src path>",
55
"iosLibraryName": "<placeholder ios framework name>",

0 commit comments

Comments
 (0)