fluentui-apple icon indicating copy to clipboard operation
fluentui-apple copied to clipboard

After running the first build after `pod install`, `Pods/MicrosoftFluentUI/scripts/removeUnusedResourcesFromAssets.swift` will be removed

Open imWildCat opened this issue 3 years ago • 1 comments

Environment Information

  • Platform:
    • [*] iOS
  • Package version(s): (fill this out, include which package manager you're using): MicrosoftFluentUI (0.4.8)
  • Xcode and OS versions: (fill this out if relevant): Xcode 13.2.1

Please provide a reproduction of the bug:

  1. Create an empty project and install FluentUI using CocoaPods. Example project: https://github.com/imWildCat-archived/FluentUIRemovalScript
  2. Build the project
  3. git diff. Example: https://github.com/imWildCat-archived/FluentUIRemovalScript/pull/1/files

Actual behavior:

Pods/MicrosoftFluentUI/scripts/removeUnusedResourcesFromAssets.swift is removed.

Expected behavior:

There should not be any change in the source code.

Priorities and help requested:

Are you willing to submit a PR to fix?

Yes, if we have a clear solution.

Requested priority: Normal.

Related PR: #773

imWildCat avatar Apr 20 '22 23:04 imWildCat

Actually I have a question here: Should we commit the removal of Pods/MicrosoftFluentUI/scripts/removeUnusedResourcesFromAssets.swift so that won't be any diff inside Pods/MicrosoftFluentUI?

imWildCat avatar Apr 20 '22 23:04 imWildCat