File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.6.8-OS21 - 2025-02-07
5+ ------------------
6+ - Chore: [iOS] Replace `cordova-plugin-add-swift-support` plugin with the `SwiftVersion` preference (https://outsystemsrd.atlassian.net/browse/RMET-4037).
7+
482.6.8-OS20 - 2024-09-11
59------------------
610- Feat: [Android] Update Error Codes (https://outsystemsrd.atlassian.net/browse/RMET-3607).
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-secure-storage" ,
3- "version" : " 2.6.8-OS20 " ,
3+ "version" : " 2.6.8-OS21 " ,
44 "description" : " Secure storage plugin for iOS & Android" ,
55 "author" : " Yiorgis Gozadinos <ggozad@crypho.com>" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 xmlns : android =" http://schemas.android.com/apk/res/android"
44 id =" cordova-plugin-secure-storage"
5- version =" 2.6.8-OS20 " >
5+ version =" 2.6.8-OS21 " >
66
77 <name >SecureStorage</name >
88 <author >Crypho AS</author >
2828 </engines >
2929
3030 <platform name =" ios" >
31- <dependency id =" cordova-plugin-add-swift-support" url =" https://github.com/OutSystems/cordova-plugin-add-swift-support.git#2.0.3-OS1" />
32-
3331 <config-file target =" config.xml" parent =" /*" >
3432 <feature name =" SecureStorage" >
3533 <param name =" ios-package" value =" SecureStorage" />
36- <preference name =" deployment-target" value =" 13" />
37- <preference name =" UseSwiftLanguageVersion" value =" 5" />
3834 </feature >
35+ <preference name =" SwiftVersion" value =" 5" />
3936 </config-file >
4037
4138 <source-file src =" src/ios/SecureStorage.swift" />
You can’t perform that action at this time.
0 commit comments