From 4ae295e759e4d15e733a6f2fa0ab7c7ef525c453 Mon Sep 17 00:00:00 2001 From: Tim Oliver Date: Wed, 11 Oct 2023 21:26:45 -0700 Subject: [PATCH] Add symlink for new `IGListArrayUtilsInternal.m` (#1591) Summary: ## Changes in this pull request I moved the functions from ` IGListArrayUtilsInternal.h` to `IGListArrayUtilsInternal.m` to ensure the code was properly captured for code coverage, but I forgot to re-run the SPM script to generate a new symlink for it. This should fix the failing sample app build tests. ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/main/.github/CONTRIBUTING.md) Pull Request resolved: https://github.com/Instagram/IGListKit/pull/1591 Test Plan: Confirmed this lets the sample apps run again. Reviewed By: fabiomassimo Differential Revision: D50013194 Pulled By: TimOliver fbshipit-source-id: ff4bebae781ebb460915458848cb340a89401a83 --- spm/Sources/IGListKit/IGListArrayUtilsInternal.m | 1 + 1 file changed, 1 insertion(+) create mode 120000 spm/Sources/IGListKit/IGListArrayUtilsInternal.m diff --git a/spm/Sources/IGListKit/IGListArrayUtilsInternal.m b/spm/Sources/IGListKit/IGListArrayUtilsInternal.m new file mode 120000 index 000000000..4d85d3548 --- /dev/null +++ b/spm/Sources/IGListKit/IGListArrayUtilsInternal.m @@ -0,0 +1 @@ +../../../Source/IGListKit/Internal/IGListArrayUtilsInternal.m \ No newline at end of file