Marco Eidinger

Results 15 comments of Marco Eidinger

@johnxnguyen any plans to merge this PR? Being able to build a working xcframework would be really helpful!

I am not using Periphery due to this limitation. I'd like to see this feature request comes to life but I understand that this might not happen if not enough...

@V8tr many thanks to as those instructions also work for me !! @ileitch I raised a PR to add such explanation to the README.

Hi @kikeenrique , if you omit `-sdk` option then it's working for given example. Hence, using `swiftplantuml classdiagram Container.swift ContainerHeaders.swift --output consoleOnly` will result in ``` @startuml ' STYLE START...

Hi Didzmitry, using `accessibilityElement(children: .combine)` will skip `Image` which can be verified with this standalone example ``` HStack { Image(systemName: "headphones") Text("Hello, World") } .accessibilityElement(children: .combine) ``` https://user-images.githubusercontent.com/4176826/174906358-27dc3a78-9872-407d-808c-800d5c9d92f7.mov Using your...

Thank you, @capnslipp, for using SwiftPlantUMLApp and letting me know about this issue. I was not aware of this limitation. I am not the owner of planttext.com, so I am...

You can modify the output of this command-line tool to add compositions as PlantUML [supports this notation](https://plantuml.com/class-diagram#9dd2a6eca0c2a0e7). ``` @startuml Foo *-- Bar @enduml ``` would result in ![SoWkIImgAStDuNBBprVGqjLLS4eiud98pKi1YW40](https://user-images.githubusercontent.com/4176826/205185236-8d696400-b741-4c29-8364-ca20a9b97be9.png) But SwiftPlantUML...

Hi @AlexPerathoner, it's not on my short-term list as I am worried about performance & cluttering the diagram. If you wanna take a shot and prepare a PR then I...

Hi and thanks for your interest in SwiftPlantUML! First I will aim for composition/aggregation relationships. See https://github.com/MarcoEidinger/SwiftPlantUML/issues/37#issuecomment-1334609870 for how you could add such information manually. Once done then ERD specific...