Skip to content

Commit

Permalink
Integrate only ReactiveSwift for static libraries tests
Browse files Browse the repository at this point in the history
  • Loading branch information
polac24 committed Aug 31, 2022
1 parent 483fe55 commit aaaaed0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion e2eTests/tests/staticPods.Podfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
plugin 'cocoapods-xcremotecache'

target 'XCRemoteCacheSample' do
pod 'Firebase/Analytics'
# Firebase/Analytics depends on `GoogleUtilities`
# that doesn't support static libs
# pod 'Firebase/Analytics'

pod 'ReactiveSwift'
end

0 comments on commit aaaaed0

Please sign in to comment.