Marco Eidinger

Results 5 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...