Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update macos podspec
  • Loading branch information
russellwheatley committed Nov 26, 2024
commit a6d4ffa7a376b8e084637cee87b0446c57a84c37
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ Pod::Spec.new do |s|
s.authors = 'The Chromium Authors'
s.source = { :path => '.' }

s.source_files = 'Classes/**/*.{h,m}'
s.public_header_files = 'Classes/*.h'
s.source_files = 'firebase_remote_config/Sources/firebase_remote_config/**/*.{h,m}'
s.public_header_files = 'firebase_remote_config/Sources/firebase_remote_config/include/*.h'

s.platform = :osx, '10.13'

Expand All @@ -58,7 +58,7 @@ Pod::Spec.new do |s|

s.static_framework = true
s.pod_target_xcconfig = {
'GCC_PREPROCESSOR_DEFINITIONS' => "LIBRARY_VERSION=\\@\\\"#{library_version}\\\" LIBRARY_NAME=\\@\\\"flutter-fire-rc\\\"",
'GCC_PREPROCESSOR_DEFINITIONS' => "LIBRARY_VERSION=\\\"#{library_version}\\\" LIBRARY_NAME=\\\"flutter-fire-rn\\\"",
'DEFINES_MODULE' => 'YES'
}
end