Andy Finnell
e9bd484149
Update to Xcode 15 ( #2107 )
...
* Update to Xcode 15
## Summary
We want to make Texture build with recent tools like Xcode 15. Part of this is bumping the minimum supported OS to iOS 14.
I only removed the dead code (i.e. code gated on versions older than iOS 14). There are still some warnings about outdated APIs in use, but they are non-trivial changes to fix.
## Test plan
Run all the examples. Run all the unit tests and make them pass.
* Use Xcode 15.3 so we have 17.4 simulators
* Fixing an asset catalog compiler error when building against iPhone SE
* Fix a couple of file extensions for assets
A couple of PNGs were marked as JPGs
2024-05-21 13:04:39 -04:00
Garrett Moon
2de8eec67e
Upgrade Xcode and Cocoapods ( #1552 )
...
* Upgrade Xcode
* Update examples for new cocoapods / swift
* Fix carthage mode in build.sh
2019-06-12 18:41:54 -07:00
Adlai Holler
61dade6bda
Raise deployment target to iOS 9 ( #743 )
...
https://github.com/TextureGroup/Texture/pull/743
Manually merged since I forgot to retarget that diff onto master before merge
2018-01-15 15:13:05 -08:00
Garrett Moon
caace4f98b
More example fixes
2017-04-14 09:37:38 -07:00
Austin Louden
ae11fc755e
Update deprecations in ASCollectionView example, enable warnings ( #2594 )
...
* Update example deprecations and flags
* update podfile
2016-11-10 22:42:37 -08:00
Michael Schneider
563e52bb6a
Fix Podfile is missing target for samples
2016-04-21 11:07:08 -07:00
Scott Goodson
ca57059322
New ASDelegateProxy class to unify logic for Table & Collection forwarding. Fix dealloc-during-animation crash.
2015-12-23 20:01:52 -08:00
Levi McCallum
e6b33dd062
Fix cell selection and highlighting in ASCollectionView
2015-11-11 01:05:51 -08:00
Scott Goodson
fdcace6061
Add multiple view push to the ASTableViewStressTest app to evaluate memory issues
...
No issues found. Have not been able to create a leak either with the test itself
or scrolling / popping back view controlliers.
2015-11-01 10:54:11 -08:00
Levi McCallum
e410595f42
Add functioning header/footer supplementary view support to example
2015-10-15 11:40:50 -07:00
Levi McCallum
4e32c075d4
Add launch storyboard to collection view example to fix screen size
2015-10-15 11:38:47 -07:00
Adlai Holler
b1dfaa1eff
Update project indentation settings
2015-09-16 14:17:52 -07:00
Nadine Salter
9eff356a61
[travis] Shared schemes for all example projects.
2015-03-20 15:36:31 -07:00
Nadine Salter
ee3aec42a2
Tidy ASCollectionView sample project.
2014-11-18 14:14:28 -08:00