build: fix excluded files pattern in TIFoundationUtils

This commit is contained in:
Ivan Smolin 2023-06-09 12:42:55 +03:00
parent 1be28959bc
commit 2ea88a94aa
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Pod::Spec.new do |s|
s.exclude_files = s.name + '.app'
else
s.source_files = s.name + '/' + sources
s.exclude_files = s.name + '/*.app'
s.exclude_files = s.name + '/*.app', '**/NefPlaygroundSupport.swift'
end
s.dependency 'TISwiftUtils', s.version.to_s