Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update xcframework zip file name #2361

Merged
merged 2 commits into from
Feb 14, 2025
Merged

Update xcframework zip file name #2361

merged 2 commits into from
Feb 14, 2025

Conversation

onevcat
Copy link
Owner

@onevcat onevcat commented Feb 12, 2025

For #2359

Contain .xcframework to make clear and allow Carthage to find the binary.

Now the pre-built xcframeworks files includes the xcframework in the file name in the release page.

  • Before: Kingfisher-${version}.zip
  • Now: Kingfisher-${version}.xcframework.zip

The xcframework bundle is also now direct in the zip file as its root content, instead of being nested in a folder.

  • Before: Kingfisher-${version}.zip -> Kingfisher-${version}/Kingfisher.xcframework
  • Now: Kingfisher-${version}.zip -> Kingfisher.xcframework

This change is for better discoverability for some package managers. However, it might break some scripts that rely on the old structure. Please update your scripts accordingly if you were relying on the old filename and zip structure.

Contain `.xcframework` to make clear and allow Carthage to find the binary
@onevcat onevcat merged commit 598c232 into master Feb 14, 2025
48 checks passed
@onevcat onevcat deleted the fix/assets-file-name branch February 14, 2025 13:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants