aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
diff options
context:
space:
mode:
authorGravatar Gil <mcg@google.com>2018-01-16 10:16:58 -0800
committerGravatar zxu <zxu@google.com>2018-01-16 13:16:58 -0500
commit2700198d93647da858714d3d80fe2b66fe4aac54 (patch)
tree6d8bd7c3d30315b4a79614521fa4767c337de2c9 /FirebaseFirestore.podspec
parentcaa69444141a858a98cfc35b77e3a6da7a7b51f6 (diff)
Add assert_test to the Xcode build (#671)
* Exclude stdio-backed assert from the Xcode build * Add assert_test to the Xcode build
Diffstat (limited to 'FirebaseFirestore.podspec')
-rw-r--r--FirebaseFirestore.podspec1
1 files changed, 1 insertions, 0 deletions
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index 5a3a1d6..112f708 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -46,6 +46,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
'Firestore/third_party/Immutable/Tests/**',
# Exclude alternate implementations for other platforms
+ 'Firestore/core/src/firebase/firestore/util/assert_stdio.cc',
'Firestore/core/src/firebase/firestore/util/log_stdio.cc'
]
s.public_header_files = 'Firestore/Source/Public/*.h'