From 2ea88a94aa8e37446eccf495220a025eecbf8b10 Mon Sep 17 00:00:00 2001 From: Ivan Smolin Date: Fri, 9 Jun 2023 12:42:55 +0300 Subject: [PATCH] build: fix excluded files pattern in TIFoundationUtils --- TIFoundationUtils/TIFoundationUtils.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TIFoundationUtils/TIFoundationUtils.podspec b/TIFoundationUtils/TIFoundationUtils.podspec index 5ad8eff1..1881b9d8 100644 --- a/TIFoundationUtils/TIFoundationUtils.podspec +++ b/TIFoundationUtils/TIFoundationUtils.podspec @@ -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