From 541b8cbb6c12469869392b2b3876aae5b0fe5f7f Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 26 Dec 2025 18:01:48 +0100 Subject: [PATCH] fix(ios): silence device build warnings --- Swabble/Package.resolved | 11 +---------- Swabble/Sources/SwabbleKit/WakeWordGate.swift | 8 +------- apps/ios/Sources/Info.plist | 14 ++++++++++++++ 3 files changed, 16 insertions(+), 17 deletions(-) diff --git a/Swabble/Package.resolved b/Swabble/Package.resolved index a7d2a7064..c1f7b53ca 100644 --- a/Swabble/Package.resolved +++ b/Swabble/Package.resolved @@ -1,15 +1,6 @@ { - "originHash" : "3018b2c8c183d55b57ad0c4526b2380ac3b957d13a3a86e1b2845e81323c443a", + "originHash" : "2012d083159d375d07febbc184c592c569d7ab48247045e35a762e3269d4cadc", "pins" : [ - { - "identity" : "commander", - "kind" : "remoteSourceControl", - "location" : "https://github.com/steipete/Commander.git", - "state" : { - "revision" : "8b8cb4f34315ce9e5307b3a2bcd77ff73f586a02", - "version" : "0.2.0" - } - }, { "identity" : "swift-syntax", "kind" : "remoteSourceControl", diff --git a/Swabble/Sources/SwabbleKit/WakeWordGate.swift b/Swabble/Sources/SwabbleKit/WakeWordGate.swift index 4296fe36c..6957f7a63 100644 --- a/Swabble/Sources/SwabbleKit/WakeWordGate.swift +++ b/Swabble/Sources/SwabbleKit/WakeWordGate.swift @@ -74,13 +74,7 @@ public enum WakeWordGate { let count = trigger.tokens.count guard count > 0, tokens.count > count else { continue } for i in 0...(tokens.count - count - 1) { - var matched = true - for t in 0.. UILaunchScreen + UISupportedInterfaceOrientations + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight + + UISupportedInterfaceOrientations~ipad + + UIInterfaceOrientationPortrait + UIInterfaceOrientationPortraitUpsideDown + UIInterfaceOrientationLandscapeLeft + UIInterfaceOrientationLandscapeRight +