- Flatten project structure: remove Models/, Services/, ViewModels/, Views/ subdirs - Replace APIService actor with simpler Api class, IS_DEV flag controls dev vs prod URL - Rewrite BeaconScanner to use CoreLocation (CLBeaconRegion ranging) instead of CoreBluetooth — iOS blocks iBeacon data from CBCentralManager - Add SVG logo on login page with proper scaling (was showing green square) - Make login page scrollable, add "enter 6-digit code" OTP instruction - Fix text input visibility (white on white) with .foregroundColor(.primary) - Add diagonal orange DEV ribbon banner (lower-left corner), gated on Api.IS_DEV - Update app icon: logo 10% larger, wifi icon closer - Add en.lproj/InfoPlist.strings for display name localization - Fix scan flash: keep isScanning=true until enrichment completes - Add Podfile with SVGKit, Kingfisher, CocoaLumberjack dependencies Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
26 lines
575 B
Text
26 lines
575 B
Text
PODS:
|
|
- CocoaLumberjack (3.9.0):
|
|
- CocoaLumberjack/Core (= 3.9.0)
|
|
- CocoaLumberjack/Core (3.9.0)
|
|
- Kingfisher (7.12.0)
|
|
- SVGKit (3.0.0):
|
|
- CocoaLumberjack (~> 3.0)
|
|
|
|
DEPENDENCIES:
|
|
- Kingfisher (~> 7.0)
|
|
- SVGKit (~> 3.0)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- CocoaLumberjack
|
|
- Kingfisher
|
|
- SVGKit
|
|
|
|
SPEC CHECKSUMS:
|
|
CocoaLumberjack: 5644158777912b7de7469fa881f8a3f259c2512a
|
|
Kingfisher: 53a10ea35051a436b5fb626ca2dd8f3144d755e9
|
|
SVGKit: 1ad7513f8c74d9652f94ed64ddecda1a23864dea
|
|
|
|
PODFILE CHECKSUM: 548c7a88f61dd6e8448dba1f369d199e3053e0b6
|
|
|
|
COCOAPODS: 1.16.2
|