Skip to content

Commit 38d0c76

Browse files
committed
Merge branch 'ErjanGavalji/apply-buhovs-ios-plugin-fix'
2 parents 9dcd3b4 + ec6d2f0 commit 38d0c76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PLUGINS.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ my-plugin/
102102

103103
* `platforms\android`: This directory contains any native Android libraries packaged as `*.jar` and `*.aar` packages. These native libraries can reside in the root of this directory or in a user-created sub-directory. During the plugin installation, the NativeScript CLI will configure the Android project in `platforms\android` to work with the plugin.
104104
* `platforms\android\res`: (Optional) This directory contains resources declared by the `AndroidManifest.xml` file. You can look at the folder structure [here](http://developer.android.com/guide/topics/resources/providing-resources.html#ResourceTypes).
105-
* `platforms\ios`: This directory contains native iOS dynamic libraries (`.framework`). During the plugin installation, the NativeScript CLI will copy these files to `lib\iOS` in your project and will configure the Android project in `platforms\ios` to work with the library.
105+
* `platforms\ios`: This directory contains native iOS frameworks (both static and shared). During the plugin installation, the NativeScript CLI will copy these files to `lib\iOS` in your project and will configure the iOS project in `platforms\ios` to work with the frameworks.
106106
* `platforms\android\include.gradle`: This file modifies the native Android configuration of your NativeScript project such as native dependencies, build types and configurations. For more information about the format of `include.gradle`, see [include.gradle file](#includegradle-specification).
107107

108108
### Package.json Specification
@@ -334,4 +334,4 @@ Make sure to run the command for all platforms configured for the project. Durin
334334
335335
Next, open your `platforms\ios\Info.plist` file and remove any leftover entries from the plugin `Info.plist` file.
336336

337-
Finally, make sure to update your code not to use the uninstalled plugin.
337+
Finally, make sure to update your code not to use the uninstalled plugin.

0 commit comments

Comments
 (0)