Merge pull request #1801 from nesquikm/fix/xcode_17

fix: xcode 15 related bug
This commit is contained in:
Lorenzo Pichilli 2023-09-30 19:51:35 +02:00 committed by GitHub
commit 881e8da860
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,10 +29,11 @@ A new Flutter plugin.
s.swift_version = '5.0'
s.platforms = { :ios => '11.0' }
s.dependency 'OrderedSet', '~>5.0'
s.default_subspec = 'Core'
s.subspec 'Core' do |core|
core.platform = :ios, '9.0'
end