Skip to content

Commit

Permalink
Update minimum OS versions for Xcode 14.3 (realm#4934)
Browse files Browse the repository at this point in the history
* iOS - 11.0
* MacOS - 10.13
* tvOS - 11.0
* WatchOS - 7.0
  • Loading branch information
LowAmmo authored Apr 25, 2023
1 parent 172b8b8 commit ea6b3b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions SwiftLint.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Pod::Spec.new do |s|
s.source = { http: "#{s.homepage}/releases/download/#{s.version}/portable_swiftlint.zip" }
s.preserve_paths = '*'
s.exclude_files = '**/file.zip'
s.ios.deployment_target = '9.0'
s.macos.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.ios.deployment_target = '11.0'
s.macos.deployment_target = '10.13'
s.tvos.deployment_target = '11.0'
s.watchos.deployment_target = '7.0'
end

0 comments on commit ea6b3b4

Please sign in to comment.