Sherlock
a748e6f6c7
Changed minimum macOS deployment target to 10.10
...
Summary:
Worth noting that while we support 10.8 and newer, Swift support is only 10.9 and newer. There were only a few more errors for 10.9 deployment target, but I'm not familiar with how it all works.
Using an `available` to disable row actions for users on 10.10 (only available for 10.11 and newer).
Closes https://github.com/Instagram/IGListKit/pull/374
Differential Revision: D4372977
Pulled By: jessesquires
fbshipit-source-id: 19f4b50c8eb4aa92f80241d69c44a367e854f5e8
2016-12-29 11:13:57 -08:00
Guilherme Rambo
47fbb72fa6
macOS example app
...
Summary:
Related issue: #333
I've made a very simple macOS example app. It's just a list of names which can be searched, shuffled or deleted.
I think this is a good starting point for anyone who wants to use this on macOS projects :)

Closes https://github.com/Instagram/IGListKit/pull/337
Reviewed By: rnystrom
Differential Revision: D4345236
Pulled By: jessesquires
fbshipit-source-id: ce75372263d3f451e34f2c816c14ab6bc82116a7
2016-12-19 10:59:03 -08:00
Jesse Squires
9600c23d15
run pod install everywhere, gen docs.
...
Summary:
- Project fixes for macOS support, #270
- Podspec fixes for macOS, #270
- Project test target fixes
- Pod install all examples
- Re-gen docs
Differential Revision: D4327169
fbshipit-source-id: bbe7896f8f50aaf3b8da03d0c21a0fb6f775c7cd
2016-12-14 14:44:10 -08:00
Jesse Squires
69c3cc73e7
macOS support follow-up work, #270
...
Summary:
Progress on #270 .
- Setup basic, empty example project
- Setup test target and add tests that work for macOS
- Update changelog
- Update travis-ci
Closes https://github.com/Instagram/IGListKit/pull/328
Differential Revision: D4325876
Pulled By: jessesquires
fbshipit-source-id: 342963ce5103d3980c697655e1f1a9b6f3f1c520
2016-12-13 23:14:07 -08:00