fix: rewrite xcodeproj to match subdirectory structure #27

Merged
schwifty merged 1 commit from schwifty/fix-xcodeproj-structure into main 2026-03-22 18:59:06 +00:00
Collaborator

Summary

  • Rewrote project.pbxproj to match actual file locations in App/, Models/, Provisioners/, Services/, Utils/, Views/
  • Removed 6 stale references to files that no longer exist (Api.swift, BeaconScanner.swift, BLEBeaconScanner.swift, BeaconProvisioner.swift, ServicePointListView.swift, DebugLog.swift)
  • Added 14 missing file references for new files
  • Added PBXGroup entries for all 6 subdirectories
  • All build configs preserved unchanged

Fresh clone should now open and build without missing file errors.

## Summary - Rewrote project.pbxproj to match actual file locations in App/, Models/, Provisioners/, Services/, Utils/, Views/ - Removed 6 stale references to files that no longer exist (Api.swift, BeaconScanner.swift, BLEBeaconScanner.swift, BeaconProvisioner.swift, ServicePointListView.swift, DebugLog.swift) - Added 14 missing file references for new files - Added PBXGroup entries for all 6 subdirectories - All build configs preserved unchanged Fresh clone should now open and build without missing file errors.
schwifty added 1 commit 2026-03-22 18:59:02 +00:00
The project file referenced old flat-structure filenames (Api.swift,
BeaconScanner.swift, BLEBeaconScanner.swift, etc.) but files are now
organized into App/, Models/, Provisioners/, Services/, Utils/, Views/.

Changes:
- Added PBXGroup entries for all 6 subdirectories
- Updated all 26 Swift file references to use subdirectory paths
- Removed 6 stale references (Api.swift, BeaconScanner.swift,
  BLEBeaconScanner.swift, BeaconProvisioner.swift,
  ServicePointListView.swift, DebugLog.swift)
- Added 14 new file references (AppPrefs, AppState, BeaconConfig,
  BeaconType, Business, ServicePoint, all Provisioners, APIClient,
  APIConfig, BLEManager, SecureStorage)
- All build configurations preserved unchanged

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
schwifty merged commit 9ffd890a62 into main 2026-03-22 18:59:06 +00:00
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: payfrit/payfrit-beacon-ios#27
No description provided.