fix deadlock

This commit is contained in:
John Smith
2022-12-26 17:49:23 -05:00
parent fa510deac9
commit 68b4dd636e
5 changed files with 9 additions and 9 deletions

View File

@@ -16,8 +16,8 @@ Veilid Network Plugin
s.source_files = 'Classes/**/*'
s.dependency 'FlutterMacOS'
s.platform = :osx, '10.11'
s.osx.deployment_target = '10.11'
s.platform = :osx, '10.12.2'
s.osx.deployment_target = '10.12.2'
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
s.swift_version = '5.0'