* ci: gate TestFlight behind opt-in toggle + Xcode 27 build fixes TestFlight is now opt-in (default OFF). A workflow_dispatch boolean `enable_testflight` (or the `ENABLE_TESTFLIGHT` repo variable) drives a `prepare.outputs.testflight_enabled` flag that gates the macOS app-store-pkg build leg and both testflight_ios/testflight_macos upload legs. Missing Apple signing secrets no longer fail the normal DMG/IPA release path (package-macos-app-store-pkg.sh hard-exits without them). Xcode 27 build compatibility: - Align Apple deployment targets so no pod sits below the app minimum (Xcode 27 rejects this): macOS pods + RunnerTests -> 15.6, iOS pods -> 15.5 to match the Runner targets. - Add a `lipo` shim (scripts/xcode-tools/lipo) wired onto PATH in the iOS/macOS build phases; Xcode 27 only accepts one `-verify_arch` architecture per call while Flutter passes them all at once. - macOS project hygiene: correct PrivacyInfo.xcprivacy path, set app display name + LSApplicationCategoryType. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> * test: make temp-dir cleanup resilient to concurrent-write races The assistant execution target tests deleted their temp HOME/workspace dirs with a raw recursive delete in addTearDown. A background flush (e.g. controller dispose still persisting state) can keep writing into the dir while the delete walks it, so the delete races and fails with "Directory not empty" (errno 39), failing the test on CI. Route all unguarded teardown deletes through the existing _resilientDelete helper (re-check existence + retry), and harden that helper so its final fallback never re-throws — a temp-dir cleanup failure must never fail a test. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> --------- Co-authored-by: Haitao Pan <manbuzhe2009@qq.com> Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
67 lines
2.6 KiB
Plaintext
67 lines
2.6 KiB
Plaintext
PODS:
|
|
- device_info_plus (0.0.1):
|
|
- FlutterMacOS
|
|
- file_selector_macos (0.0.1):
|
|
- FlutterMacOS
|
|
- flutter_webrtc (0.12.6):
|
|
- FlutterMacOS
|
|
- WebRTC-SDK (= 125.6422.06)
|
|
- FlutterMacOS (1.0.0)
|
|
- irondash_engine_context (0.0.1):
|
|
- FlutterMacOS
|
|
- package_info_plus (0.0.1):
|
|
- FlutterMacOS
|
|
- shared_preferences_foundation (0.0.1):
|
|
- Flutter
|
|
- FlutterMacOS
|
|
- super_native_extensions (0.0.1):
|
|
- FlutterMacOS
|
|
- WebRTC-SDK (125.6422.06)
|
|
|
|
DEPENDENCIES:
|
|
- device_info_plus (from `Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos`)
|
|
- file_selector_macos (from `Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos`)
|
|
- flutter_webrtc (from `Flutter/ephemeral/.symlinks/plugins/flutter_webrtc/macos`)
|
|
- FlutterMacOS (from `Flutter/ephemeral`)
|
|
- irondash_engine_context (from `Flutter/ephemeral/.symlinks/plugins/irondash_engine_context/macos`)
|
|
- package_info_plus (from `Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos`)
|
|
- shared_preferences_foundation (from `Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin`)
|
|
- super_native_extensions (from `Flutter/ephemeral/.symlinks/plugins/super_native_extensions/macos`)
|
|
|
|
SPEC REPOS:
|
|
trunk:
|
|
- WebRTC-SDK
|
|
|
|
EXTERNAL SOURCES:
|
|
device_info_plus:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/device_info_plus/macos
|
|
file_selector_macos:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/file_selector_macos/macos
|
|
flutter_webrtc:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/flutter_webrtc/macos
|
|
FlutterMacOS:
|
|
:path: Flutter/ephemeral
|
|
irondash_engine_context:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/irondash_engine_context/macos
|
|
package_info_plus:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/package_info_plus/macos
|
|
shared_preferences_foundation:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/shared_preferences_foundation/darwin
|
|
super_native_extensions:
|
|
:path: Flutter/ephemeral/.symlinks/plugins/super_native_extensions/macos
|
|
|
|
SPEC CHECKSUMS:
|
|
device_info_plus: 4fb280989f669696856f8b129e4a5e3cd6c48f76
|
|
file_selector_macos: 9e9e068e90ebee155097d00e89ae91edb2374db7
|
|
flutter_webrtc: 377dbcebdde6fed0fc40de87bcaaa2bffcec9a88
|
|
FlutterMacOS: d0db08ddef1a9af05a5ec4b724367152bb0500b1
|
|
irondash_engine_context: 893c7d96d20ce361d7e996f39d360c4c2f9869ba
|
|
package_info_plus: f0052d280d17aa382b932f399edf32507174e870
|
|
shared_preferences_foundation: 7036424c3d8ec98dfe75ff1667cb0cd531ec82bb
|
|
super_native_extensions: c2795d6d9aedf4a79fae25cb6160b71b50549189
|
|
WebRTC-SDK: 79942c006ea64f6fb48d7da8a4786dfc820bc1db
|
|
|
|
PODFILE CHECKSUM: 7804cba3ecbc9953edc70dee53b2ce2b4aeaa013
|
|
|
|
COCOAPODS: 1.16.2
|