Merged
Changes from 1 commit
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Failed to load files.
PrevPrevious commit
Next Next commit
update macos podspec
  • Loading branch information
@russellwheatley
russellwheatley committedNov 26, 2024
commit a6d4ffa7a376b8e084637cee87b0446c57a84c37
Original file line numberDiff line numberDiff 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