Skip to content

Commit

Permalink
update test platforms
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnEstropia committed Oct 31, 2024
1 parent 104def4 commit 5a0d27c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CoreStore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ Pod::Spec.new do |s|
ts.resource_bundles = { 'CoreStoreTests' => ["CoreStoreTests/**/*.momd"] }
ts.frameworks = "Foundation", "CoreData"
ts.requires_arc = true
ts.ios.deployment_target = "13.0"
ts.osx.deployment_target = "10.15"
ts.tvos.deployment_target = "13.0"
ts.ios.deployment_target = "16.0"
ts.osx.deployment_target = "13.0"
ts.tvos.deployment_target = "16.0"
end
end

0 comments on commit 5a0d27c

Please sign in to comment.