Михаил Капелько 4 months ago
parent
commit
336aa98fd2
3 changed files with 8 additions and 3 deletions
  1. +4
    -1
      Modules/BusX/BusUI/src/BusUI.ManyTextField.swift
  2. +1
    -0
      Modules/BusX/BusX.podspec
  3. +3
    -2
      app/Podfile.lock

+ 4
- 1
Modules/BusX/BusUI/src/BusUI.ManyTextField.swift 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
}


+ 1
- 0
Modules/BusX/BusX.podspec 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

+ 3
- 2
app/Podfile.lock 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



Loading…
Cancel
Save