Skip to content

Commit

Permalink
set min supported iOS version to iOS 13 because of new async / await …
Browse files Browse the repository at this point in the history
…syntax
  • Loading branch information
haashem committed Sep 27, 2024
1 parent 909dbcc commit 8801561
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ios/spotify_sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Unofficial Spotify Flutter SDK.
s.source = { :path => '.' }
s.source_files = 'Classes/**/*'
s.dependency 'Flutter'
s.platform = :ios, '9.0'
s.ios.deployment_target = '9.0'
s.platform = :ios, '13.0'
s.ios.deployment_target = '13.0'
# Flutter.framework does not contain a i386 slice. Only x86_64 simulators are supported.
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES', 'VALID_ARCHS[sdk=iphonesimulator*]' => 'x86_64' }
s.swift_version = '5.0'
Expand Down

0 comments on commit 8801561

Please sign in to comment.