Inside iOS frameworks is a binary that has no extension. My binary exceeds github's size limit of 100MB.
- I've set up LFS as indicated here
- I've tried to tell LFS to track my binary by name:
git lfs track 'MyFramework'
- I've tried to tell LFS to track my binary by path:
git lfs track 'path/to/MyFramework'
- No deal either way! Github server still responds by telling me that the file is too large.
Any ideas?