Skip to content

Commit

Permalink
fix(ios): Update swift support to v4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hiteshjain29 committed Jul 27, 2020
1 parent 9be9ded commit 09b6109
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,9 @@
</config-file>
<dependency id="cordova-plugin-cocoapod-support"/>
<dependency id="cordova-plugin-add-swift-support" version="2.0.2">
<preference name="UseSwiftLanguageVersion" value="3.3" />
<preference name="UseSwiftLanguageVersion" value="4.0" />
</dependency>
<pods-config ios-min-version="9.0" use-frameworks="true"/>
<source-file src="src/ios/UsabillaCordova.swift" />
<pod name="Usabilla" spec="~>6.0"/>
<framework src="Usabilla" type="podspec" spec="~>6.7" />
</platform>
</plugin>

0 comments on commit 09b6109

Please sign in to comment.