p4t5h3
p4t5h3
Just as a quick report on what catched my eye a moment ago. It appears like GPX files are registered based solely on their file extension. Also including files like...
The `Package.swift` still refers to Moya with `.upToNextMajor(from: "12.0.0")`. The 2.9 release added Moya 14 support but apparently for the Pod only.
Having this protocol: ```swift protocol MyProtocol { // sourcery: AutoMockable var item: (any AnotherProtocol)? { get set } } ``` I get this property in my generated mock code: ```swift...