From 692ccfdb2cc18ab1fda0a0a442aa4cfb04b950e3 Mon Sep 17 00:00:00 2001 From: Fredrik Burmester Date: Sun, 31 May 2026 09:42:09 +0200 Subject: [PATCH] fix(tvos): add arm64 UIRequiredDeviceCapabilities to Top Shelf extension App Store Connect rejected TestFlight submissions because the Top Shelf extension binary has a 64-bit slice but did not declare arm64 under UIRequiredDeviceCapabilities in its Info.plist. --- targets/StreamyfinTopShelf/Info.plist | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/targets/StreamyfinTopShelf/Info.plist b/targets/StreamyfinTopShelf/Info.plist index 184b8d3d4..592d0c719 100644 --- a/targets/StreamyfinTopShelf/Info.plist +++ b/targets/StreamyfinTopShelf/Info.plist @@ -29,6 +29,10 @@ $(MARKETING_VERSION) CFBundleVersion $(CURRENT_PROJECT_VERSION) + UIRequiredDeviceCapabilities + + arm64 + NSExtension NSExtensionPointIdentifier