aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Beusterien <paulbeusterien@google.com>2018-05-04 10:13:02 -0700
committerGravatar GitHub <noreply@github.com>2018-05-04 10:13:02 -0700
commit56a529531b5ecd81a68c098ec8fbc5b8a6ec3fcf (patch)
tree39e2f8a48a2dfe071a160c57b7c4a5cc06bbfb9c
parentd7e1ba36acd55305927c677cd90acc150045395c (diff)
Disable pre-release repos (#1228)
-rw-r--r--Example/Podfile6
-rw-r--r--Firestore/Example/Podfile6
2 files changed, 6 insertions, 6 deletions
diff --git a/Example/Podfile b/Example/Podfile
index 774635c..61913f4 100644
--- a/Example/Podfile
+++ b/Example/Podfile
@@ -1,6 +1,6 @@
-#delete source lines before master merge
-source 'sso://cpdc-internal/spec'
-source 'https://github.com/CocoaPods/Specs.git'
+# Uncomment the next two lines for pre-release testing
+#source 'sso://cpdc-internal/spec'
+#source 'https://github.com/CocoaPods/Specs.git'
use_frameworks!
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index a745de7..1de1906 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -1,6 +1,6 @@
-#delete source lines before master merge
-source 'sso://cpdc-internal/spec'
-source 'https://github.com/CocoaPods/Specs.git'
+# Uncomment the next two lines for pre-release testing
+#source 'sso://cpdc-internal/spec'
+#source 'https://github.com/CocoaPods/Specs.git'
# The next line is the forcing function for the Firebase pod. The Firebase
# version's subspecs should depend on the component versions in their