Matty Cross

Results 178 comments of Matty Cross

Hey @nmcc24, sure, I don't see a problem with it. Feel free to create a PR.

I didn't know that you intended to compile the generator for iOS, not sure if that can work, but if you can get it working it's up to you whether...

That's an interesting use-case, I haven't tried integrating the library into a Tuist project. The mocks should get generated, just not at the output path you specify (SPM generates some...

I see, seems to be a case of missing functionality. Could you please try out some combinations and let me know what needs to change to get the mocks to...

Hey @ziilive, unfortunately I'm not really well-versed in the Obj-C mocking part, so I can't help here, perhaps someone from the community might know.

I found a bug/feature request in SPM repository, so unfortunately it's a SPM limitation, but nevertheless these two packages should be usable side by side. https://github.com/swiftlang/swift-package-manager/issues/8482

Making the Magnes library available through SPM would work as well while preserving backwards compatibility, I think. Could you please look into working around this limitation? I understand that it's...

Hi @jungwonJung, absolutely, go for it. 🙂 I think I tried my hand but had some problems with generated mocks compilation. The type `Attribute` is the type to contain the...