Skip to content

Commit

Permalink
Removes the .swift extension from AardvarkLoggingUI's source_files …
Browse files Browse the repository at this point in the history
…since it doesn't contain any Swift
  • Loading branch information
jszumski committed Sep 18, 2024
1 parent 0e0dae9 commit f0e5f2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AardvarkLoggingUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Pod::Spec.new do |s|
s.swift_version = '5.0'
s.ios.deployment_target = '14.0'

s.source_files = 'Sources/AardvarkLoggingUI/**/*.{h,m,swift}'
s.source_files = 'Sources/AardvarkLoggingUI/**/*.{h,m}'
s.private_header_files = 'Sources/AardvarkLoggingUI/**/*_Testing.h', 'Sources/AardvarkLoggingUI/PrivateCategories/*.h'

s.dependency 'CoreAardvark', '~> 4.0'
Expand Down

0 comments on commit f0e5f2f

Please sign in to comment.