You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,9 +40,9 @@ Recommended for plugins that **have not used** the [NativeScript plugin seed](ht
40
40
- The "path" to the folder which hold your plugin's TypeScript/JavaScript and package.json
41
41
- The "path" to the folder which hold your plugin's 'platforms' contents ('android' and 'ios' folders)
42
42
- 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
44
44
- 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
46
46
- The "path" to the folder which hold the NativeScript Vanila application used as demo of your plugin
47
47
- The "path" to the folder which hold the NativeScript + Angular application used as demo of your plugin (optional)
48
48
- The Apple provisioning profile that is required for the above NativeScript application (optional)
@@ -54,8 +54,8 @@ Recommended for plugins that **have used** the [NativeScript plugin seed](https:
54
54
The post install script will ask for the following configuration settings of your plugin's structure:
55
55
56
56
- 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
59
59
- The Apple provisioning profile that is required for the above NativeScript application (optional)
60
60
61
61
### <aname="config_file"></a>Configuration file
@@ -121,5 +121,5 @@ Due to the nature of the `nativescript-dev-debugging` plugin and the way it is u
121
121
In order to test the node package locally:
122
122
- Open the app folder `cd app`
123
123
- 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
0 commit comments