Skip to content

Commit 1f77212

Browse files
authored
Properly publish Abseil sources as a part of the podspec (firebase#704)
* Properly include abseil sources * Exclude abseil tests
1 parent 2ff7f48 commit 1f77212

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

FirebaseFirestore.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
3434
'Firestore/Protos/objc/**/*.[hm]',
3535
'Firestore/core/src/**/*.{h,cc,mm}',
3636
'Firestore/third_party/Immutable/*.[mh]',
37-
'Firestore/third_party/abseil-cpp/absl/*.{h,cc}'
37+
'Firestore/third_party/abseil-cpp/**/*.{h,cc}'
3838
]
3939
s.requires_arc = [
4040
'Firestore/Source/**/*',
@@ -44,6 +44,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
4444
s.exclude_files = [
4545
'Firestore/Port/*test.cc',
4646
'Firestore/third_party/Immutable/Tests/**',
47+
'Firestore/third_party/abseil-cpp/**/*_test.{h,cc}',
4748

4849
# Exclude alternate implementations for other platforms
4950
'Firestore/core/src/firebase/firestore/util/assert_stdio.cc',

0 commit comments

Comments
 (0)