Skip to content

Commit c4e59ea

Browse files
fix(ios): update to version 2.6.8-OS29 of cordova-plugin-secure-storage to fix MABS 11.2 builds
fix(ios): update to version 2.6.8-OS29 of cordova-plugin-secure-storage to fix MABS 11.2 builds
2 parents 7e6940d + 931c962 commit c4e59ea

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,9 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
55
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [2.2.7] - 2026-02-13
7+
## [2.2.7] - 2026-03-09
88
- Fix: Update dependency to cordova-sqlcipher-adapter plugin to use version `0.1.7-OS11` (https://outsystemsrd.atlassian.net/browse/RMET-4293).
9+
- Fix [iOS]: Update dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS29` (https://outsystemsrd.atlassian.net/browse/RMET-5030).
910

1011
## [2.2.6] - 2026-02-05
1112
- Fix: [iOS] Remove bitcode by updating dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS28` (https://outsystemsrd.atlassian.net/browse/RMET-4924).

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
</js-module>
1616

1717
<dependency id="cordova-sqlcipher-adapter" url="https://github.com/OutSystems/cordova-sqlcipher-adapter.git#0.1.7-OS11" />
18-
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS28" />
18+
<dependency id="cordova-plugin-secure-storage" url="https://github.com/OutSystems/cordova-plugin-secure-storage.git#2.6.8-OS29" />
1919

2020
<dependency id="outsystems-plugin-disable-backup" url="https://github.com/OutSystems/outsystems-plugin-disable-backup.git#1.0.2" />
2121

0 commit comments

Comments
 (0)