payfrit-app/ios/Runner
John Mizerek ef5609ba57 Fix iOS beacon permissions for location and Bluetooth
iOS Permissions:
- Add missing Info.plist keys for location and Bluetooth usage descriptions
- Configure Podfile to enable PERMISSION_LOCATION and PERMISSION_BLUETOOTH
- Fix beacon_permissions.dart to use correct iOS permission (Permission.bluetooth)
  instead of Android-only bluetoothScan/bluetoothConnect

The permission_handler plugin requires platform-specific handling:
- iOS: Uses Permission.bluetooth for Bluetooth access
- Android: Uses Permission.bluetoothScan and Permission.bluetoothConnect

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-08 15:05:11 -08:00
..
Assets.xcassets Improve snackbar styling and fix business switching 2026-01-07 11:47:42 -08:00
Base.lproj Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
RunnerTests Fix menu_browse route navigation error 2026-01-05 17:57:21 -08:00
AppDelegate.swift Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00
Info.plist Fix iOS beacon permissions for location and Bluetooth 2026-01-08 15:05:11 -08:00
Runner-Bridging-Header.h Initial commit (Payfrit Flutter app scaffold) 2025-12-28 12:28:45 -08:00