2 days ago
CryptoSwift

1.10.0

  • Add a ChaCha20 initializer with explicit 4-byte counter support and QUIC test vectors
  • Fix XChaCha20-Poly1305 nonce length metadata to require 24-byte nonces
  • Make the privacy manifest Apple-only via a dedicated resources target and add visionOS/macCatalyst support
  • Prefer FoundationEssentials when available, with Foundation fallback for compatibility
  • Fix Scrypt and SecureBytes memory handling to avoid unsafe baseAddress crashes and release allocated memory correctly
4 days ago
KSCrash

2.6.0-beta.1

[!NOTE] Please review this page in the wiki for a deeper dive into all the changes.

[!NOTE] We're naming this v2.6.0 to be clear that we expect it to be 100% compatible, non-source breaking with v2.5.1. Please report any issues you may find.

What's Changed

Full Changelog: https://github.com/kstenerud/KSCrash/compare/2.5.0...2.6.0-beta.1

12 days ago
CYLTabBarController

CYLTabBarController 现已支持 iOS26 上实现以下效果, 请更新至版本1.99.4以上版本:



Preview of latest version

Preview of the latest version 1.99.4 on iOS 26+

CYLTabBarController 现已支持 iOS26 上实现以下效果, 请更新至版本1.99.3以上版本:

  • ✅同时展示 Lottie动画与液态玻璃效果;
  • ✅支持将加号➕按钮,展示在液态玻璃效果上,并居中展示。保留 CYLTabBarController 旧版本的所有加号按钮逻辑。仅增加玻璃遮罩效果;
  • ✅未使用私有API实现液态玻璃,可通过代码静态扫描,Apple 审核过审安全;
  • ✅采用纯原生的液态玻璃效果,支持 iOS 系统设置对液态玻璃属性的全部修改操作;
  • ✅企业生产环境级别开源解决方案;
  • ✅对于已经集成 CYLTabBarController 的开发者友好,升级适配开发难度, 代码修改低于10行,升级总时长低于1小时;
  • ✅不依赖UI兼容模式, iOS27 过审友好;
  • ✅不依赖UI兼容模式, 实现扁平风格UI, iOS27 过审友好;

即刻访问 这里 ,了解更多:

Image Image Image Image Image

19 days ago
Alamofire

5.11.2

Updated

  • Use of #file to #fileID to prevent build system info leakage.
  • CI and dependencies.

Fixed

  • A rare race between the creation of StreamOf values and the start of their iteration, which could miss values.
  • Handling of duplicate URLSessionTaskMetrics callbacks, likely caused by using the new loading system (usesClassicLoadingMode = false).
2026-02-26 15:37:19
SDWebImage

5.21.7 - 5.21 Patch

See all tickets marked for the 5.21.7 release

Fixes

  • Fix AppKit SDImageCoderHelper does not use APNG instead of GIF for animated image creation #3870 #3871 @ijunfly
2026-02-23 09:34:50
realm-swift

v20.0.4

  • Update build scripts for Xcode 26.
  • Drop support for Xcode < 26.
  • Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
  • Fix compilation with Xcode 26.4.

Compatibility

  • Carthage release for Swift is built with Xcode 26.3.
  • CocoaPods: 1.10 or later.
  • Xcode: 26.1-26.4
2026-02-23 09:34:50
realm-cocoa

v20.0.4

  • Update build scripts for Xcode 26.
  • Drop support for Xcode < 26.
  • Prebuilt binaries are no longer code signed as Realm is no longer officially distributed by MongoDB.
  • Fix compilation with Xcode 26.4.

Compatibility

  • Carthage release for Swift is built with Xcode 26.3.
  • CocoaPods: 1.10 or later.
  • Xcode: 26.1-26.4
2026-02-13 22:21:02
SKPhotoBrowser

7.1.1

[!WARNING] Please use 7.1.1(this version) instead of 7.1.0. There are some tagging issues happened when release 7.1.0.

What's Changed

  • Fix a problem where latest tag commit is overlapped with previous tag commit by mistake.
2026-02-13 14:31:02
SKPhotoBrowser

7.1.0

What's Changed

Full Changelog: https://github.com/suzuki-0000/SKPhotoBrowser/compare/7.0.0...7.1.0

2026-02-06 22:38:33
SDWebImage

5.21.6 - 5.21 Patch

See all tickets marked for the 5.21.6 release

Fixes

  • Fix the issue that thumbnail decoding will store the fulll image data into thumbnail key, which effect next time query from disk #3866

Changes

  • Image cache query API for disk type, no longer write back image to memory cache automatically. Call storeImageToMemory if you need.
  • Added support to encode APNG instead of GIF, when no animated image format provided #3867