File tree Expand file tree Collapse file tree 3 files changed +6
-15
lines changed
Expand file tree Collapse file tree 3 files changed +6
-15
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 2.6.8-OS26 - 2026-01-05
5+ ------------------
6+ - Chore: [iOS] Remove unnecessary dependency to OSCommonPluginLib on iOS (https://outsystemsrd.atlassian.net/browse/RMET-4899)
7+
482.6.8-OS25 - 2025-11-14
59------------------
610- Fix: [android] Fixes missing strings.xml on target project (https://outsystemsrd.atlassian.net/browse/RMET-4780)
Original file line number Diff line number Diff line change 3737
3838 <source-file src =" src/ios/SecureStorage.swift" />
3939 <framework src =" src/ios/frameworks/OSKeyStoreLib.xcframework" embed =" true" custom =" true" />
40-
41- <podspec >
42- <config >
43- <source url =" https://cdn.cocoapods.org/" />
44- </config >
45- <pods use-frameworks =" true" >
46- <pod name =" OSCommonPluginLib" spec =" 1.0.0" />
47- </pods >
48- </podspec >
4940 </platform >
5041
5142 <platform name =" android" >
Original file line number Diff line number Diff line change 1- import OSCommonPluginLib
21import OSKeyStoreLib
32
43@objc ( SecureStorage)
@@ -119,11 +118,8 @@ class SecureStorage: CDVPlugin {
119118 self . plugin? . delete ( service: service)
120119 }
121120 }
122- }
123-
124- // MARK: - OSCore's PlatformProtocol Methods
125- extension SecureStorage : PlatformProtocol {
126- func sendResult( result: String ? , error: NSError ? , callBackID: String ) {
121+
122+ private func sendResult( result: String ? , error: NSError ? , callBackID: String ) {
127123 var pluginResult = CDVPluginResult ( status: CDVCommandStatus_ERROR)
128124
129125 if let error = error {
You can’t perform that action at this time.
0 commit comments