aboutsummaryrefslogtreecommitdiffhomepage
path: root/BuildFrameworks/README.md
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2017-11-21 17:02:22 -0800
committerGravatar GitHub <noreply@github.com>2017-11-21 17:02:22 -0800
commit3e592526ec889887874efd0e46ba3cf72f2f6f98 (patch)
treede8cc73df387cd982ca9bbf517f8ff1a9c41cce3 /BuildFrameworks/README.md
parent32d6d6170fdca6f12a3fa51619081ad855815803 (diff)
Buildable and interoperable source pods (#444)
Diffstat (limited to 'BuildFrameworks/README.md')
-rw-r--r--BuildFrameworks/README.md38
1 files changed, 0 insertions, 38 deletions
diff --git a/BuildFrameworks/README.md b/BuildFrameworks/README.md
deleted file mode 100644
index 51476b4..0000000
--- a/BuildFrameworks/README.md
+++ /dev/null
@@ -1,38 +0,0 @@
-# Build Firebase static frameworks
-
-[build.swift](build.swift) is a script that will build a static framework for
-one or more of FirebaseAuth, FirebaseCore, FirebaseDatabase, FirebaseMessaging,
-and FirebaseStorage.
-
-Frameworks built with this script can be used alongside the official [Firebase
-CocoaPods](https://cocoapods.org/pods/Firebase) and
-[zip](https://firebase.google.com/docs/ios/setup#frameworks) distributions.
-
-
-## Usage
-
-The CocoaPods version must be at least 1.3.1.
-
-```
-$ pod --version
-```
-
-```
-$ ./build.swift -f FirebaseAuth -f FirebaseMessaging ....
-```
-or
-```
-$ ./build.swift -all
-```
-
-The script will output the location of the new frameworks when it finishes
-the build.
-
-
-## Issues
-
-* Xcode's module cache may not properly update after a framework is replaced.
-The workaround is `rm -rf ~/Library/Developer/Xcode/DerivedData/ModuleCache/`
-
-* To replace the 4.0.0 version of FirebaseDatabase, the leveldb-library pod
-will need to be linked in. Add `pod 'leveldb-library'` to your Podfile.