Skip to content

Commit

Permalink
build: exclude include folder from pod sources
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjl-mux committed Oct 30, 2023
1 parent 954f1fa commit a887b29
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Mux-Stats-AVPlayer.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,5 @@ Pod::Spec.new do |s|
s.tvos.frameworks = 'AVKit', 'AVFoundation', 'SystemConfiguration', 'CoreMedia'

s.source_files = 'Sources/MUXSDKStatsObjc/**/*'
s.exclude_files= = 'Sources/MUXSDKStatsObjc/include/**/*'
end

0 comments on commit a887b29

Please sign in to comment.