Files
Flights/Flights.xcodeproj
Trey T d444a5caac Share Extension: back out target, keep URL scheme
The signed export needs a provisioning profile for the extension's
bundle id (com.flights.app.share) which the dev portal hasn't
provisioned for this team. Reverted the pbxproj surgery that added
the FlightsShareExtension target.

Kept:
- Flights/Info.plist with CFBundleURLTypes registering flights://
- `.onOpenURL` handler in RootView that consumes
  `flights://import?carrier=...&num=...&dep=...&arr=...&date=...`
- FlightsShareExtension/ source files (ShareViewController.swift +
  Info.plist) in the repo for later — when the extension bundle id
  is provisioned, the target can be re-added in Xcode UI in a few
  minutes (no need to redo the Swift work)

Until the extension is built, users can still get Mail integration
by installing a one-time Apple Shortcut that takes selected text
and opens `flights://import?...`. The host app handles the rest.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-27 09:55:09 -05:00
..