Skip to content

Commit

Permalink
OSAllocatedUnfairLock is only available in iOS 16.0 or newer
Browse files Browse the repository at this point in the history
  • Loading branch information
banjun committed Sep 24, 2024
1 parent 1d6e08a commit c1fb536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftHotReload.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Pod::Spec.new do |spec|
spec.source_files = "Sources/**/*.swift"
spec.swift_version = "6.0"

spec.ios.deployment_target = "14.0"
spec.ios.deployment_target = "16.0"
spec.osx.deployment_target = "13.0"
# spec.watchos.deployment_target = "2.0"
# spec.tvos.deployment_target = "9.0"
Expand Down

0 comments on commit c1fb536

Please sign in to comment.