mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-05 22:48:21 +00:00
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
This commit is contained in:
parent
7256bfb51b
commit
2644442595
1 changed files with 1 additions and 0 deletions
1
spm/Sources/IGListKit/IGListArrayUtilsInternal.m
Symbolic link
1
spm/Sources/IGListKit/IGListArrayUtilsInternal.m
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
../../../Source/IGListKit/Internal/IGListArrayUtilsInternal.m
|
||||
Loading…
Reference in a new issue