You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Split zip+checksum out of `build_xcframework.sh` into
`package_xcframework.sh` so codesigning can happen on the
unzipped `.xcframework` directory between build and package.
The CI build step now runs:
1. `fastlane set_up_signing_release` — installs certs
2. `make build-resources-xcframework` — builds xcframework
3. `fastlane xcframework_sign` — codesigns xcframework
4. `./package_xcframework.sh` — zips + checksums
---
Generated with the help of Claude Code, https://claude.ai/code
Co-Authored-By: Claude Code Opus 4.6 <noreply@anthropic.com>
0 commit comments