From e963b606f3e90033086e08c1b989153467015ecd Mon Sep 17 00:00:00 2001 From: Gil Date: Sun, 15 Jul 2018 10:44:01 -0700 Subject: 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. --- Firestore/Example/Podfile | 4 ---- 1 file changed, 4 deletions(-) (limited to 'Firestore/Example/Podfile') 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 -- cgit v1.2.3