Skip to content

Commit

Permalink
fix: removed FirebaseFirestoreSwift
Browse files Browse the repository at this point in the history
  • Loading branch information
russellwheatley committed Oct 26, 2022
1 parent 9d11dda commit 0e2b517
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions FirebaseFirestore.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,12 @@ Pod::Spec.new do |s|
# Base Pod gets everything except leveldb, which if included here may collide with inclusions elsewhere
s.subspec 'Base' do |base|
frameworksBase = Dir.glob("FirebaseFirestore/*.xcframework").select do |name|
! name.include?('leveldb') || ! name.include?('FirebaseSharedSwift')
! name.include?('leveldb') && ! name.include?('FirebaseFirestoreSwift')
end

base.vendored_frameworks = frameworksBase
base.preserve_paths = frameworksBase
base.resource = 'FirebaseFirestore/Resources/*.bundle'
base.dependency 'FirebaseSharedSwift', '~> 10.0'
end

# AutoLeveldb Pod attempts to determine if it should include leveldb automatically. Flaky in some instances.
Expand Down

0 comments on commit 0e2b517

Please sign in to comment.