From 9c08142051f522c6214337470b870919c30a6192 Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Sat, 2 Dec 2017 07:02:54 -0800 Subject: Add post_install workaround to enable internal component access to Analytics (#525) --- Example/Podfile | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'Example/Podfile') 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 -- cgit v1.2.3