Browse Source

feat(iOS): podspec add metal file

StyxS 4 years ago
parent
commit
fdcdd40748
1 changed files with 1 additions and 1 deletions
  1. 1 1
      QGVAPlayer.podspec

+ 1 - 1
QGVAPlayer.podspec

@@ -96,7 +96,7 @@ Pod::Spec.new do |spec|
   #  Not including the public_header_files will make all headers public.
   #  Not including the public_header_files will make all headers public.
   #
   #
 
 
-  spec.source_files = 'iOS/QGVAPlayer/QGVAPlayer/**/*.{h,m}'
+  spec.source_files = 'iOS/QGVAPlayer/QGVAPlayer/**/*.{h,m,metal}'
 
 
   # spec.subspec 'Shaders' do |ss|
   # spec.subspec 'Shaders' do |ss|
   #   ss.source_files = 'iOS/QGVAPlayer/QGVAPlayer/Shaders/**/*.{h,m}'
   #   ss.source_files = 'iOS/QGVAPlayer/QGVAPlayer/Shaders/**/*.{h,m}'