• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

KarpelesLab / libwallet / 24821407927
25%

Build:
DEFAULT BRANCH: master
Ran 23 Apr 2026 07:02AM UTC
Jobs 1
Files 103
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

23 Apr 2026 06:54AM UTC coverage: 19.832%. Remained the same
24821407927

push

github

MagicalTux
podspec: package as .xcframework, Apple's recommended format

Switch the iOS podspec from per-SDK vendored_libraries to a single
vendored_frameworks containing libwallet.xcframework. The prepare_
command now wraps the per-SDK .a files with xcodebuild -create-
xcframework after the existing lipo step.

Benefits over the previous vendored_libraries layout:

- CocoaPods picks the right slice for the active SDK at build time;
  no more wrong-SDK "ignoring file ... built for iOS [Simulator]"
  warning the linker emitted on every build.
- OTHER_LDFLAGS no longer needs sdk-conditional variants — both
  iphoneos and iphonesimulator builds resolve the active slice to
  the same path under PODS_XCFRAMEWORKS_BUILD_DIR.
- No more reaching into Flutter's .symlinks/plugins/libwallet/
  for absolute -force_load paths; CocoaPods exposes a stable build-
  configuration path.
- Apple's recommended binary-distribution format → easier story for
  non-Flutter consumers and for future App Store / Privacy Manifest
  changes.

-force_load is still required because all FFI entry points are
resolved via dlsym; nothing in C statically references them, so
without -force_load the linker dead-strips the entire archive.

Slices are staged under a temp dir so both end up named
`libwallet.a` inside the xcframework — that's what makes the
single OTHER_LDFLAGS path work across SDKs.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

2529 of 12752 relevant lines covered (19.83%)

63.38 hits per line

Jobs
ID Job ID Ran Files Coverage
1 24821407927.1 23 Apr 2026 07:02AM UTC 103
19.83
GitHub Action Run
Source Files on build 24821407927
  • Tree
  • List 103
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24821407927
  • a2f08087 on github
  • Prev Build on master (#24820247102)
  • Next Build on master (#24821796462)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc