Skip to content

Commit

Permalink
Remove unknown default by removing tests from podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
dfed committed Oct 30, 2024
1 parent 318a5a8 commit 6602c13
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
4 changes: 0 additions & 4 deletions Paralayout.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,4 @@ Pod::Spec.new do |s|
s.swift_version = '6.0'
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
2 changes: 0 additions & 2 deletions ParalayoutTests/ViewDistributionBuilderTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -215,8 +215,6 @@ extension ViewDistributionItem: Swift.Equatable { // TODO: `@retroactive Equatab
(.fixed, _),
(.flexible, _):
false
@unknown default:
false
}
}
}

0 comments on commit 6602c13

Please sign in to comment.