Skip to content

Commit 01c7d95

Browse files
authored
Resolved warning no rule to process file 'PrivacyInfo.xcprivacy' of type 'text.xml' with CocoaPods (#12513)
1 parent d715ee8 commit 01c7d95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FirebaseMessaging.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ device, and it is completely free.
3737

3838
base_dir = "FirebaseMessaging/"
3939
s.source_files = [
40-
base_dir + 'Sources/**/*',
40+
base_dir + 'Sources/**/*.{c,m,h}',
4141
base_dir + 'Sources/Protogen/nanopb/*.h',
4242
base_dir + 'Interop/*.h',
4343
'Interop/Analytics/Public/*.h',

0 commit comments

Comments
 (0)