Skip to content
Merged
Show file tree
Hide file tree
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
1 change: 1 addition & 0 deletions FirebaseCore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ Firebase Core includes FIRApp and FIROptions which provide central configuration
s.dependency 'FirebaseCoreInternal', '~> 12.7.0'

s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES',
'GCC_PREPROCESSOR_DEFINITIONS' => 'Firebase_VERSION=' + s.version.to_s,
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"',
'OTHER_CFLAGS' => '-fno-autolink'
Expand Down
4 changes: 4 additions & 0 deletions FirebaseCoreExtension.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -34,5 +34,9 @@ Pod::Spec.new do |s|
"#{s.module_name}_Privacy" => 'FirebaseCore/Extension/Resources/PrivacyInfo.xcprivacy'
}

s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES'
}

s.dependency 'FirebaseCore', '~> 12.7.0'
end
1 change: 1 addition & 0 deletions FirebaseInstallations.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ Pod::Spec.new do |s|

preprocessor_definitions = ''
s.pod_target_xcconfig = {
'DEFINES_MODULE' => 'YES',
'GCC_PREPROCESSOR_DEFINITIONS' => preprocessor_definitions,
'HEADER_SEARCH_PATHS' => '"${PODS_TARGET_SRCROOT}"'
}
Expand Down
Loading