From 530437ea7ad67db8c024203ac231f2d8320c3ddb Mon Sep 17 00:00:00 2001 From: Gil Date: Thu, 30 Nov 2017 12:26:16 -0800 Subject: Move sources into firebase::firestore and internal namespaces (#494) * Move sources into firebase::firestore and internal namespaces Combine support and core/util packages; this distinction wasn't really paying its freight. --- FirebaseFirestore.podspec | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'FirebaseFirestore.podspec') diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index bd3ee54..0ed7013 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -32,8 +32,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, 'Firestore/Source/**/*', 'Firestore/Port/**/*', 'Firestore/Protos/objc/**/*.[hm]', - 'Firestore/src/core/**/*.{h,cc}', - 'Firestore/src/support/**/*.{h,cc}', + 'Firestore/core/src/**/*.{h,cc}', 'Firestore/third_party/**/*.[mh]' ] s.requires_arc = [ -- cgit v1.2.3