Tags: Feverup/Texture
Tags
Remove AssetsLibrary dependency for tvOS (TextureGroup#2034) - The framework isn't available on tvOS. This causes CocoaPods linting to fail which prevented me from pushing the new release out. - One way to fix this is to have a different `default_subspecs` for tvOS that doesn't have AssetsLibrary subspec, but per-platform `default_subspecs` doesn't seem to be supported by CocoaPods. So I updated the subspec itself to only depend on the framework for iOS. This means the subspec is empty/useless for tvOS (and other platforms FWIW). - Tested with `pod spec lint Texture.podspec`. - Fixes TextureGroup#1992 and part of TextureGroup#1549. Also unblocks 3.1.0 release. - For the long term, we can remove the subspec entirely when iOS 9 is deprecated (TextureGroup#1828).
I forgot this in the last PR and I'm pushing to master, I'm a bad per… …son.
Cleanup from recent changes (TextureGroup#1647) - Fix availability warnings for usage of userInterfaceLevel - Deprecate `asyncTraitCollectionDidChange` in favor of the new method - Remove old compiler warning flag added for Xcode 9 building - Access `textColorFollowsTintColor` with a locked scope
ASSignpost: Add support for the os_signpost API, fixes (TextureGroup#… …1501) * ASSignpost: Add support for the os_signpost API - Removes support for colored intervals. These weren't really useful and they aren't part of the signpost api. - Fixes an issue with range controller interval logging. - Adds an interval for interface orientation changes. * Rename * Support Xcode 9 * Commentary
Correct attributes lookup for supplementary elements. (TextureGroup#1318 )
Correct attributes lookup for supplementary elements. (TextureGroup#1318 )
[Updated Snapshots] Don't add extraneous truncation token during kCTL… …ineTruncationMiddle (TextureGroup#1375) * Don't add extraneous truncation token during kCTLineTruncationMiddle * Expand these comments a little. * Update snapshot tests with beautiful correct behavior
PreviousNext