Skip to content

Commit

Permalink
Fixing compilation issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
eldhosembabu committed Oct 2, 2024
1 parent 5b61940 commit e8e4849
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions FirebaseMessaging.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,9 @@ device, and it is completely free.

base_dir = "FirebaseMessaging/"
s.source_files = [
<<<<<<< HEAD
base_dir + 'Sources/**/*',
base_dir + 'Sources/LiveActivities/*.{swift,h,m}',
=======
base_dir + 'Sources/**/*.{c,m,h}',
>>>>>>> main
base_dir + 'Sources/Protogen/nanopb/*.h',
base_dir + 'Interop/*.h',
'Interop/Analytics/Public/*.h',
Expand Down
2 changes: 1 addition & 1 deletion FirebaseMessaging/Apps/AdvancedSample/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ target 'AppClips' do
end

target 'SampleWatchWatchKitExtension' do
platform :watchos, '6.0'
platform :watchos, '7.0'
shared_pods
end

Expand Down

0 comments on commit e8e4849

Please sign in to comment.