aboutsummaryrefslogtreecommitdiffhomepage
path: root/Example/Podfile
diff options
context:
space:
mode:
Diffstat (limited to 'Example/Podfile')
-rw-r--r--Example/Podfile8
1 files changed, 8 insertions, 0 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 875e492..164ca72 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -156,3 +156,11 @@ target 'Storage_Example_macOS' do
pod 'OCMock'
end
end
+
+# This post_install workaround should be removed when FirebaseAnalytics
+# removes its module includes to FirebaseCore.
+
+post_install do | installer |
+ print "Fix up FirebaseAnalytics module ... \n"
+ system 'cp ../patch/FirebaseAnalytics.h Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/'
+end