Skip to content

Commit b892c74

Browse files
committed
podspec changes to include live activity code changes
1 parent 9a95762 commit b892c74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

FirebaseMessaging.podspec

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ device, and it is completely free.
3838
base_dir = "FirebaseMessaging/"
3939
s.source_files = [
4040
base_dir + 'Sources/**/*',
41+
base_dir + 'Sources/LiveActivities/*.{swift,h,m}',
4142
base_dir + 'Sources/Protogen/nanopb/*.h',
4243
base_dir + 'Interop/*.h',
4344
'Interop/Analytics/Public/*.h',
@@ -46,13 +47,17 @@ device, and it is completely free.
4647
]
4748
s.public_header_files = base_dir + 'Sources/Public/FirebaseMessaging/*.h'
4849
s.library = 'sqlite3'
50+
# s.prepare_command = <<-CMD
51+
# echo "Bridging header has been created"
52+
# CMD
4953
s.pod_target_xcconfig = {
5054
'GCC_C_LANGUAGE_STANDARD' => 'c99',
5155
'GCC_PREPROCESSOR_DEFINITIONS' =>
5256
# for nanopb:
5357
'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1',
5458
# Unit tests do library imports using repo-root relative paths.
5559
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
60+
# 'SWIFT_OBJC_BRIDGING_HEADER' => '$(PODS_TARGET_SRCROOT)/FirebaseMessaging/Sources/LiveActivities/FirebaseMessaging-Bridging-Header.h',
5661
}
5762
s.ios.framework = 'SystemConfiguration'
5863
s.tvos.framework = 'SystemConfiguration'

0 commit comments

Comments
 (0)