From ed26e832f60535229177cd0a0bdebd703e8c6dfb Mon Sep 17 00:00:00 2001 From: Marek Gilbert Date: Fri, 24 Nov 2017 20:00:55 -0800 Subject: Explicitly handle Firestore/third_party/Immutable This allows Firestore/third_party to include a mix of Objective-C and C++ code. --- FirebaseFirestore.podspec | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'FirebaseFirestore.podspec') diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec index 35e5f5d..ed7346c 100644 --- a/FirebaseFirestore.podspec +++ b/FirebaseFirestore.podspec @@ -33,15 +33,15 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling, 'Firestore/Port/**/*', 'Firestore/Protos/objc/**/*.[hm]', 'Firestore/core/src/**/*.{h,cc}', - 'Firestore/third_party/**/*.[mh]' + 'Firestore/third_party/Immutable/*.[mh]' ] s.requires_arc = [ 'Firestore/Source/**/*', - 'Firestore/third_party/**/*.[mh]' + 'Firestore/third_party/Immutable/*.[mh]' ] s.exclude_files = [ 'Firestore/Port/*test.cc', - 'Firestore/third_party/**/Tests/**' + 'Firestore/third_party/Immutable/Tests/**' ] s.public_header_files = 'Firestore/Source/Public/*.h' -- cgit v1.2.3