Skip to content

Commit 8df61bb

Browse files
authored
Update README.md
1 parent 9e04a6c commit 8df61bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ By default, the Swift 3 support is added but the legacy version (2.3) can still
1818

1919
`<preference name="UseLegacySwiftLanguageVersion" value="true" />`
2020

21+
Or it is possible to specify the version as following:
22+
23+
`<preference name="UseSwiftLanguageVersion" value="4" />`
24+
2125
If needed, add a prefixed Bridging-Header file in your plugin in order to import frameworks (MyPlugin-Bridging-Header.h for instance).
2226
As an example you can have a look at this [plugin](https://github.com/akofman/cordova-plugin-permissionScope).
2327

0 commit comments

Comments
 (0)