Skip to content

Commit b8055c5

Browse files
Merge pull request #34 from OutSystems/development
`2.6.8-OS21` Release: Merge `development` into `outsystems`
2 parents e588fc4 + 56b26d8 commit b8055c5

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
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+
48
2.6.8-OS20 - 2024-09-11
59
------------------
610
- Feat: [Android] Update Error Codes (https://outsystemsrd.atlassian.net/browse/RMET-3607).

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": [

plugin.xml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
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>
@@ -28,14 +28,11 @@
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"/>

0 commit comments

Comments
 (0)