From cacdf869386b19ae8675af190d934af6b2732b73 Mon Sep 17 00:00:00 2001 From: Trey t Date: Tue, 23 Dec 2025 18:03:04 -0600 Subject: [PATCH] Add ExportOptions.plist for TestFlight automation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Configures automatic App Store Connect upload with: - app-store-connect distribution method - Automatic signing - Symbol upload enabled - Auto-managed version/build numbers 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- iosApp/ExportOptions.plist | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 iosApp/ExportOptions.plist diff --git a/iosApp/ExportOptions.plist b/iosApp/ExportOptions.plist new file mode 100644 index 0000000..1e55c72 --- /dev/null +++ b/iosApp/ExportOptions.plist @@ -0,0 +1,16 @@ + + + + + method + app-store-connect + destination + upload + signingStyle + automatic + uploadSymbols + + manageAppVersionAndBuildNumber + + +