fix: remove CocoaPods references breaking build #26

Merged
koda merged 2 commits from koda/remove-cocoapods-refs into main 2026-03-22 18:37:44 +00:00

2 commits

Author SHA1 Message Date
8bd3fb474a fix: remove all CocoaPods references from xcodeproj
The rebuild removed Podfile/Podfile.lock/Pods but left CocoaPods build
phases and xcconfig references in the project file, causing build failure.

Removed: [CP] Check Pods Manifest.lock, [CP] Embed Pods Frameworks,
Pods_PayfritBeacon.framework, all Pods xcconfig baseConfigurationReferences,
and the Pods/Frameworks groups.

The old pods (Kingfisher, SVGKit) are not imported anywhere in the
rebuilt codebase — no replacement needed.
2026-03-22 18:37:28 +00:00
075706f162 docs: add CLAUDE.md updated for new modular architecture
Reflects Schwifty's rebuild — modular provisioners, actor-based API,
secure storage, QR scanner, and updated project structure.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-22 18:31:56 +00:00