Skip to content

Commit ad2243d

Browse files
authored
[Infra] Expand file extenstion in 'source' glob (#11147)
1 parent 62bb542 commit ad2243d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseAnalyticsSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ Firebase Analytics is a free, out-of-the-box analytics solution that inspires ac
5454
:tvos => tvos_deployment_target
5555
}
5656
objc_api_tests.source_files = [
57-
'FirebaseAnalyticsSwift/Tests/ObjCAPI/*.m',
57+
'FirebaseAnalyticsSwift/Tests/ObjCAPI/*.[hm]',
5858
]
5959
end
6060
end

0 commit comments

Comments
 (0)