Skip to content

Commit

Permalink
Revert "Remove tests from podspec – pods on Xcode 16 fails to run tes…
Browse files Browse the repository at this point in the history
…ts due to sandboxing"

This reverts commit e9c13e9.
  • Loading branch information
dfed committed Oct 30, 2024
1 parent e9c13e9 commit 994be2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Paralayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,8 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/square/Paralayout.git', :tag => s.version }
s.source_files = 'Paralayout/*.{swift}'
s.ios.deployment_target = '13.0'

s.test_spec 'Tests' do |test_spec|
test_spec.source_files = 'ParalayoutTests/*{.swift}'
end
end

0 comments on commit 994be2b

Please sign in to comment.