Skip to content

fix: don't remove groups by name as multiple can coexist #15

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 29, 2022

Conversation

rigor789
Copy link
Member

@rigor789 rigor789 commented Apr 29, 2022

Removing groups by name will remove valid groups in case there are multiple groups with the same name, ie. the same folder name as part of multiple different folders.

platforms/ios/src/
  Foo/
    Foo1_Files/
      Resources/ <bunch of images>
      Storyboard/
        Foo1.storyboard
    Foo2_Files/
      Resources/ <bunch of images>
      Storyboard/
        Foo2.storyboard

Foo1_Files/Resources and Foo1_Files/Storyboard would be removed causing these resources to be missing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant