Skip to content

Commit caa7c35

Browse files
committed
fix(ios): iswift headers
1 parent b3efe21 commit caa7c35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/firebase_app_installations/firebase_app_installations/ios/firebase_app_installations.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Pod::Spec.new do |s|
2424
s.license = { :file => '../LICENSE' }
2525
s.authors = 'The Chromium Authors'
2626
s.source = { :path => '.' }
27-
s.source_files = 'firebase_app_installations/Sources/**/*.swift'
27+
s.source_files = 'firebase_app_installations/Sources/**/*.{swift,h,m}'
2828

2929
s.ios.deployment_target = '15.0'
3030

0 commit comments

Comments
 (0)