tag:github.com,2008:https://github.com/imaginedays/Texture/releasesTags from Texture2021-09-29T21:12:03Ztag:github.com,2008:Repository/505663195/3.1.02021-09-29T21:12:03Z3.1.0: Remove AssetsLibrary dependency for tvOS (#2034)<p>Remove AssetsLibrary dependency for tvOS (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/2034">TextureGroup#2034</a>)</p>
<p>- The framework isn't available on tvOS. This causes CocoaPods linting to fail which prevented me from pushing the new release out.
<br />- 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).
<br />- Tested with `pod spec lint Texture.podspec`.
<br />- <span class="issue-keyword tooltipped tooltipped-se">Fixes</span> <a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1992">TextureGroup#1992</a> and part of <a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1549">TextureGroup#1549</a>. Also unblocks 3.1.0 release.
<br />- For the long term, we can remove the subspec entirely when iOS 9 is deprecated (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/issues/1828">TextureGroup#1828</a>).</p>nguyenhuytag:github.com,2008:Repository/505663195/3.0.02020-07-15T17:37:03Z3.0.0garrettmoontag:github.com,2008:Repository/505663195/3.0.0-rc.22020-06-25T22:23:16Z3.0.0-rc.2<p>I forgot this in the last PR and I'm pushing to master, I'm a bad per…</p>
<p>…son.</p>garrettmoontag:github.com,2008:Repository/505663195/3.0.0-rc.12020-06-19T22:20:07Z3.0.0-rc.1garrettmoontag:github.com,2008:Repository/505663195/sync-base-08-29-192019-08-28T19:24:03Zsync-base-08-29-19: Cleanup from recent changes (#1647)<p>Cleanup from recent changes (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1647">TextureGroup#1647</a>)</p>
<p>- Fix availability warnings for usage of userInterfaceLevel
<br />- Deprecate `asyncTraitCollectionDidChange` in favor of the new method
<br />- Remove old compiler warning flag added for Xcode 9 building
<br />- Access `textColorFollowsTintColor` with a locked scope</p>rahul-maliktag:github.com,2008:Repository/505663195/sync-base-05-09-192019-05-09T02:59:13Zsync-base-05-09-19: ASSignpost: Add support for the os_signpost API, fixes (#1501)<p>ASSignpost: Add support for the os_signpost API, fixes (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1501">TextureGroup#…</a></p>
<p><a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1501">…1501</a>)</p>
<p>* ASSignpost: Add support for the os_signpost API</p>
<p>- Removes support for colored intervals. These weren't really useful and they aren't part of the signpost api.
<br />- Fixes an issue with range controller interval logging.
<br />- Adds an interval for interface orientation changes.</p>
<p>* Rename</p>
<p>* Support Xcode 9</p>
<p>* Commentary</p>Adlai-Hollertag:github.com,2008:Repository/505663195/2.8.12019-05-06T15:42:09Z2.8.1nguyenhuytag:github.com,2008:Repository/505663195/sync-base-03-08-192019-03-08T17:41:25Zsync-base-03-08-19wiseoldducktag:github.com,2008:Repository/505663195/sync-base2019-03-08T17:41:25Zsync-basewiseoldducktag:github.com,2008:Repository/505663195/sync-base-03-07-192019-03-07T15:20:06Zsync-base-03-07-19<p>[Updated Snapshots] Don't add extraneous truncation token during kCTL…</p>
<p>…ineTruncationMiddle (<a class="issue-link js-issue-link" href="https://github.com/TextureGroup/Texture/pull/1375">TextureGroup#1375</a>)</p>
<p>* Don't add extraneous truncation token during kCTLineTruncationMiddle</p>
<p>* Expand these comments a little.</p>
<p>* Update snapshot tests with beautiful correct behavior</p>wiseoldduck