This commit is contained in:
Михаил Капелько
2024-01-08 15:07:40 +03:00
parent da24b42515
commit 336aa98fd2
3 changed files with 8 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
import Combine
import MPAKX
import SwiftUI
extension BusUI {
@@ -36,7 +37,9 @@ extension BusUI {
.compactMap(onlyUIText)
.compactMap { v in
if let id {
return "\(id):\(v)"
var d = [String: String]()
d[id] = v
return MPAK.Many([id], d)
}
return v
}

View File

@@ -10,5 +10,6 @@ s.source = { :git => 'https://fake.com/FAKE.git', :tag => s.versi
s.source_files = '**/**/*.swift'
s.swift_version = '5.2'
s.ios.deployment_target = '14.0'
s.dependency 'MPAKX'
end

View File

@@ -1,6 +1,7 @@
PODS:
- AELog (0.6.3)
- BusX (2023.12.30)
- BusX (2023.12.30):
- MPAKX
- MeetupIdX (2023.12.31):
- AELog
- BusX
@@ -27,7 +28,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
AELog: f732b70f7a9d1b4c6a3676304192b3908f362133
BusX: d11e857e9cb762f649ee9f88fd5a4f8fbf5bf96b
BusX: eff20bdef75eb529d679d6a710f9531135c263fb
MeetupIdX: 2fa9fb27717aa8878ff495c1abe960c96e524308
MPAKX: dc592434f55edf34709f6e4f37c9ec90dcd95185