Skip to content

Commit 8801561

Browse files
committed
set min supported iOS version to iOS 13 because of new async / await syntax
1 parent 909dbcc commit 8801561

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ios/spotify_sdk.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ Unofficial Spotify Flutter SDK.
1515
s.source = { :path => '.' }
1616
s.source_files = 'Classes/**/*'
1717
s.dependency 'Flutter'
18-
s.platform = :ios, '9.0'
19-
s.ios.deployment_target = '9.0'
18+
s.platform = :ios, '13.0'
19+
s.ios.deployment_target = '13.0'
2020
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
2121
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
2222
s.swift_version = '5.0'

0 commit comments

Comments
 (0)