Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Import CoreExtension as a module #13967

Closed
wants to merge 17 commits into from
Prev Previous commit
Fix Firebase pod
paulb777 committed Oct 29, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
commit 2d7e91b3ad2ab08fdda2f29e40bce3461dc8fb26
2 changes: 1 addition & 1 deletion Firebase.podspec
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ Simplify your app development, grow your user base, and monetize more effectivel
end

s.subspec 'CoreOnly' do |ss|
ss.dependency 'FirebaseCore', '11.5.0'
ss.dependency 'FirebaseCore', '12.0.0'
ss.source_files = 'CoreOnly/Sources/Firebase.h'
ss.preserve_paths = 'CoreOnly/Sources/module.modulemap'
if ENV['FIREBASE_POD_REPO_FOR_DEV_POD'] then