From 6555818374fbd1c60b691162b86139174b8439f8 Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Thu, 5 Feb 2026 12:11:40 +0000 Subject: [PATCH 1/2] fix(ios): Plugin dependency without Bitcode To fix issue in app store submissions References: - https://outsystemsrd.atlassian.net/browse/RMET-4924 - https://github.com/OutSystems/OSKeyStoreLib-iOS/pull/8 - https://github.com/OutSystems/cordova-plugin-secure-storage/pull/45 --- plugin.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin.xml b/plugin.xml index ce27647..6bf3531 100644 --- a/plugin.xml +++ b/plugin.xml @@ -15,7 +15,7 @@ - + From e9a130312e7afeb32fd41a0ef9305fd928b2045c Mon Sep 17 00:00:00 2001 From: OS-pedrogustavobilro Date: Thu, 5 Feb 2026 12:22:48 +0000 Subject: [PATCH 2/2] chore(release): Prepare to release version 2.2.6 --- CHANGELOG.md | 3 +++ package.json | 2 +- plugin.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 423b6e1..14e88e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). +## [2.2.6] - 2026-02-05 +- 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). + ## [2.2.5] - 2026-01-13 - Chore: [Android] Update dependency to cordova-plugin-secure-storage plugin to use version `2.6.8-OS27` (https://outsystemsrd.atlassian.net/browse/RMET-4900). diff --git a/package.json b/package.json index b6b7245..97e03d4 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "com.outsystems.plugins.SecureSQLiteBundle", - "version": "2.2.5", + "version": "2.2.6", "description": "Bundle of SQLite related storage plugins and initialization code for easy use with the OutSystems Platform", "cordova": { "id": "com.outsystems.plugins.SecureSQLiteBundle", diff --git a/plugin.xml b/plugin.xml index 6bf3531..699d456 100644 --- a/plugin.xml +++ b/plugin.xml @@ -2,7 +2,7 @@ + version="2.2.6"> Cordova OutSystems secure SQLite bundle MIT