Flight search app built on FlightConnections.com API data. Features: airport search with autocomplete, browse by country/state/map, flight schedules by route and date, multi-airline support with per-airline schedule loading. Includes 4,561-airport GPS database for map browsing. Adaptive light/dark mode UI inspired by Flighty. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
45 lines
509 B
Plaintext
45 lines
509 B
Plaintext
# Xcode
|
|
build/
|
|
DerivedData/
|
|
*.xcuserdata
|
|
*.xcworkspace/xcuserdata/
|
|
xcuserdata/
|
|
*.xccheckout
|
|
*.moved-aside
|
|
*.pbxuser
|
|
!default.pbxuser
|
|
*.mode1v3
|
|
!default.mode1v3
|
|
*.mode2v3
|
|
!default.mode2v3
|
|
*.perspectivev3
|
|
!default.perspectivev3
|
|
|
|
# Xcode Scheme
|
|
*.xcscheme
|
|
|
|
# Swift Package Manager
|
|
.build/
|
|
Packages/
|
|
Package.pins
|
|
Package.resolved
|
|
*.workspace/xcshareddata/swiftpm/
|
|
|
|
# CocoaPods
|
|
Pods/
|
|
|
|
# macOS
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
._*
|
|
|
|
# HAR files (large network captures)
|
|
*.har
|
|
|
|
# APK files
|
|
apps/
|
|
|
|
# Claude
|
|
.claude/
|