From d535d96ca0ce826ada45fb1cc4606ff32d5c902d Mon Sep 17 00:00:00 2001 From: edde746 <86283021+edde746@users.noreply.github.com> Date: Sun, 3 May 2026 01:19:14 +0200 Subject: [PATCH] Add tvOS pod support --- wakelock_plus/ios/wakelock_plus.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wakelock_plus/ios/wakelock_plus.podspec b/wakelock_plus/ios/wakelock_plus.podspec index 22b77bd..3983f06 100644 --- a/wakelock_plus/ios/wakelock_plus.podspec +++ b/wakelock_plus/ios/wakelock_plus.podspec @@ -16,7 +16,8 @@ Plugin that allows you to keep the device screen awake, i.e. prevent the screen s.source_files = 'wakelock_plus/Sources/wakelock_plus/**/*.{h,m}' s.public_header_files = 'wakelock_plus/Sources/wakelock_plus/include/**/*.h' s.dependency 'Flutter' - s.platform = :ios, '12.0' + s.ios.deployment_target = '13.0' + s.tvos.deployment_target = '13.0' # Flutter.framework does not contain a i386 slice. s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }