fluentui-apple
fluentui-apple copied to clipboard
After running the first build after `pod install`, `Pods/MicrosoftFluentUI/scripts/removeUnusedResourcesFromAssets.swift` will be removed
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:
- Create an empty project and install FluentUI using CocoaPods. Example project: https://github.com/imWildCat-archived/FluentUIRemovalScript
- Build the project
-
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
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?