We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22d7522 commit d535d96Copy full SHA for d535d96
1 file changed
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
16
s.source_files = 'wakelock_plus/Sources/wakelock_plus/**/*.{h,m}'
17
s.public_header_files = 'wakelock_plus/Sources/wakelock_plus/include/**/*.h'
18
s.dependency 'Flutter'
19
- s.platform = :ios, '12.0'
+ s.ios.deployment_target = '13.0'
20
+ s.tvos.deployment_target = '13.0'
21
22
# Flutter.framework does not contain a i386 slice.
23
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'i386' }
0 commit comments