@@ -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