diff --git a/e2eTests/tests/staticPods.Podfile b/e2eTests/tests/staticPods.Podfile new file mode 100644 index 00000000..bd9f6f35 --- /dev/null +++ b/e2eTests/tests/staticPods.Podfile @@ -0,0 +1,9 @@ +plugin 'cocoapods-xcremotecache' + +target 'XCRemoteCacheSample' do + # Firebase/Analytics depends on `GoogleUtilities` + # that doesn't support static libs + # pod 'Firebase/Analytics' + + pod 'ReactiveSwift' +end