Nuke 13 対応(1.0.0 向け)#7
Open
SeiyaTozaki wants to merge 3 commits into
Open
Conversation
Example アプリ、podspec、Travis CI、_Pods シンボリックリンクを削除し、 README と .gitignore を SPM 専用に更新する。 Co-authored-by: Cursor <cursoragent@cursor.com>
- Nuke 13 / iOS 15 / Swift 6 に Package.swift を更新 - 部分データに対するデコーダ登録を isCompleted ガードで抑制 - ColorSpaceCache を Swift 6 向けにシングルトン化 - AVIF フィクスチャ付き XCTest を追加 Co-authored-by: Cursor <cursoragent@cursor.com>
ImageDecoderRegistry への直接登録例を削除し、起動時の enable() 呼び出しと 手動デコード例を記載する。 Co-authored-by: Cursor <cursoragent@cursor.com>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
AvifImageDecoder.enable()にcontext.isCompletedガードを追加ColorSpaceCacheを Swift 6 向けにシングルトン化(@unchecked Sendable)AvifImageDecoder.enable()の Usage に更新Note: Nuke 12 向けは
0.0.xブランチを継続利用。本 PR マージ後に tag1.0.0を付与予定。Requirements
Test plan
xcodebuild test -scheme NukeAvifPlugin -destination 'platform=iOS Simulator,name=iPhone 17,OS=26.2'— 8 tests passed1.0.0作成from: "1.0.0"参照に更新して統合確認Made with Cursor