aboutsummaryrefslogtreecommitdiffhomepage
path: root/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-19 09:20:06 -0700
committerGravatar Paul Beusterien <paulbeusterien@google.com>2018-04-25 08:34:10 -0700
commite413e22142ce3223001a69472ef996bb1302f617 (patch)
tree6dd14a59c191a72de8b0744b18fcf9d2d30a1f87 /README.md
parentfbd5acb785bd3fc10d966c621fe4c1fc2f96c29a (diff)
Remove workaround for Analytics modular header issue (#1142)
Diffstat (limited to 'README.md')
-rw-r--r--README.md11
1 files changed, 0 insertions, 11 deletions
diff --git a/README.md b/README.md
index 7ada9ec..fe48c0e 100644
--- a/README.md
+++ b/README.md
@@ -62,17 +62,6 @@ pod 'FirebaseStorage', :git => 'https://github.com/firebase/firebase-ios-sdk.git
[release notes](https://firebase.google.com/support/release-notes/ios).
1. Run `pod update`.
-#### Static library usage
-
-If your Podfile does not include *use_frameworks!*, you need to workaround
-a build issue with the FirebaseAnalytics umbrella header. Delete the first four lines
-of `Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`
-or copy [patch/FirebaseAnalytics.h](patch/FirebaseAnalytics.h) to
-`Pods/FirebaseAnalytics/Frameworks/FirebaseAnalytics.framework/Headers/FirebaseAnalytics.h`.
-See the `post_install` phase of [Example/Podfile](Example/Podfile) for an example
-of applying the workaround automatically - make sure you correct the path of
-`patch/FirebaseAnalytics.h`.
-
#### Examples
To access FirebaseMessaging via a checked out version of the firebase-ios-sdk repo do: