Muhammed Mahmood

Results 9 comments of Muhammed Mahmood

Maybe have the folder grayed out? Or have an option which says "Show hidden folders"?

I like this idea more. Gives the user more flexibility about which files they want to hide. Especially good for larger projects.

@austincondiff Looks like this has been completed. Can we close this?

I can't reproduce this either. Unless this was fixed in #655?

Can you upload a video of whats happening. I can't replicate it.

Is there a workaround for this until this work is done?

Your issue might be that you need to conform Action to BindableAction. And use Binding Reducer. ```swift enum Action: BindableAction { case binding(BindingAction) } var body: some Reducer { BindingReducer()...

Similar to #12583 Have a look at that issue. There's a fix. For now we can't use folders in Xcode project if using CocoaPods. Not sure when this will be...