aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firestore/Example/Podfile
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-07-15 10:44:01 -0700
committerGravatar GitHub <noreply@github.com>2018-07-15 10:44:01 -0700
commite963b606f3e90033086e08c1b989153467015ecd (patch)
treea80542973becda9b6edad6b53e0f716590099920 /Firestore/Example/Podfile
parent84641b0b58ac3d925ea931b60faf4ba5ad7157c5 (diff)
Migrate contents of SwiftBuildTest to Firestore_SwiftTests_iOS (#1524)
* Move main.swift to BasicCompileTests.swift * Remove SwiftBuildTest from the Podfile, Xcode project, build.sh Add Firestore_SwiftTests_iOS, but only if building with Xcode 9 or better.
Diffstat (limited to 'Firestore/Example/Podfile')
-rw-r--r--Firestore/Example/Podfile4
1 files changed, 0 insertions, 4 deletions
diff --git a/Firestore/Example/Podfile b/Firestore/Example/Podfile
index cde5780..371a349 100644
--- a/Firestore/Example/Podfile
+++ b/Firestore/Example/Podfile
@@ -37,10 +37,6 @@ target 'Firestore_Example_iOS' do
pod 'FirebaseFirestoreSwift', :path => '../../'
end
- target 'SwiftBuildTest' do
- platform :ios, '8.0'
- end
-
target 'Firestore_FuzzTests_iOS' do
inherit! :search_paths