Skip to content

Commit 3cd15b9

Browse files
committed
Remove Swift Version from plugin.xml and document config.xml preference
Closes #342 Closes #335 Closes #382
1 parent 1852e1d commit 3cd15b9

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ _Version 4 was developed almost 100% by other people than me (@NiklasMerz)._ **P
3131

3232
* Android - Minimum SDK 23
3333
* iOS - **latest XCode** is required. Plugin sets Swift version 4.
34+
* _Please set `<preference name="SwiftVersion" value="5.0" />` in your config.xml_
3435
* Mac via Catalyst. If you run the iOS platform on a Mac the plugin will ask for the user password and work with like on other platforms.
3536
* The [cordova-osx](https://github.com/apache/cordova-osx) platform is not supported
3637

plugin.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
<header-file src="src/ios/Bridging-Header.h" type="BridgingHeader"/>
1818
<source-file src="src/ios/Fingerprint.swift"/>
1919
<config-file target="config.xml" parent="/*">
20-
<preference name="SwiftVersion" value="4"/>
2120
<feature name="Fingerprint">
2221
<param name="ios-package" value="Fingerprint"/>
2322
</feature>

0 commit comments

Comments
 (0)