Skip to content

Tags: pryhazhanau/Texture

Tags

3.1.0

Toggle 3.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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).

3.0.0

Toggle 3.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
🎉 3.0.0 (TextureGroup#1883) 

3.0.0-rc.2

Toggle 3.0.0-rc.2's commit message
I forgot this in the last PR and I'm pushing to master, I'm a bad per… …son.

3.0.0-rc.1

Toggle 3.0.0-rc.1's commit message
Prepare for 3.0.0-rc.1 release 

sync-base-08-29-19

Toggle sync-base-08-29-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

sync-base-05-09-19

Toggle sync-base-05-09-19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
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

2.8.1

Toggle 2.8.1's commit message
Cut version 2.8.1 

sync-base-03-08-19

Toggle sync-base-03-08-19's commit message
Correct attributes lookup for supplementary elements. (TextureGroup#1318 )

sync-base

Toggle sync-base's commit message
Correct attributes lookup for supplementary elements. (TextureGroup#1318 )

sync-base-03-07-19

Toggle sync-base-03-07-19's commit message
[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