aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseFirestore.podspec
diff options
context:
space:
mode:
authorGravatar Marek Gilbert <mcg@google.com>2018-06-15 16:08:56 -0700
committerGravatar Marek Gilbert <mcg@google.com>2018-06-15 16:08:56 -0700
commit9e5c36b022b999b36f9a97d7eb44359f7fb2ac59 (patch)
tree361fadc488af95755bf5229debec6fe2ee382fe9 /FirebaseFirestore.podspec
parent5e7566920f83c5003fc6a284a9f42ded8879a6a1 (diff)
Remove PB_FIELD_16BIT
Diffstat (limited to 'FirebaseFirestore.podspec')
-rw-r--r--FirebaseFirestore.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/FirebaseFirestore.podspec b/FirebaseFirestore.podspec
index 892b136..9158be7 100644
--- a/FirebaseFirestore.podspec
+++ b/FirebaseFirestore.podspec
@@ -62,7 +62,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
# The nanopb pod sets these defs, so we must too. (We *do* require 16bit
# (or larger) fields, so we'd have to set at least PB_FIELD_16BIT
# anyways.)
- 'PB_FIELD_16BIT=1 PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1',
+ 'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1',
'HEADER_SEARCH_PATHS' =>
'"${PODS_TARGET_SRCROOT}" ' +
'"${PODS_TARGET_SRCROOT}/Firestore/third_party/abseil-cpp" ' +