Skip to content

Commit

Permalink
Only include swift files in sources.
Browse files Browse the repository at this point in the history
This fixes the 'Unexpected duplicate tasks' by including the files only in the
bundle.
  • Loading branch information
kaomte committed Oct 1, 2020
1 parent fe78653 commit 95970f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SwiftDataTables.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '9.0'
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '5.0' }

s.source_files = 'SwiftDataTables/**/*'
s.source_files = 'SwiftDataTables/**/*.swift'
s.resources = 'SwiftDataTables/SwiftDataTables.bundle'

end

0 comments on commit 95970f4

Please sign in to comment.