@@ -29,7 +29,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
29
29
'Firestore/Source/Public/*.h' ,
30
30
'Firestore/Source/**/*.{m,mm}' ,
31
31
'Firestore/Protos/nanopb/**/*.cc' ,
32
- 'Firestore/Protos/objc/**/*.m' ,
33
32
'Firestore/core/include/**/*.{cc,mm}' ,
34
33
'Firestore/core/src/**/*.{cc,mm}' ,
35
34
'Interop/Auth/Public/*.h' ,
@@ -41,7 +40,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
41
40
'Firestore/Source/Remote/*.h' ,
42
41
'Firestore/Source/Util/*.h' ,
43
42
'Firestore/Protos/nanopb/**/*.h' ,
44
- 'Firestore/Protos/objc/**/*.h' ,
45
43
'Firestore/core/include/**/*.h' ,
46
44
'Firestore/core/src/**/*.h' ,
47
45
]
@@ -93,11 +91,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
93
91
'"${PODS_TARGET_SRCROOT}" ' +
94
92
'"${PODS_TARGET_SRCROOT}/Firestore/Source/Public" ' +
95
93
'"${PODS_ROOT}/nanopb" ' +
96
- '"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb" ' +
97
- '"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/api" ' +
98
- '"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/firestore/v1" ' +
99
- '"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/rpc" ' +
100
- '"${PODS_TARGET_SRCROOT}/Firestore/Protos/objc/google/type"' ,
94
+ '"${PODS_TARGET_SRCROOT}/Firestore/Protos/nanopb"'
101
95
}
102
96
103
97
s . compiler_flags = '$(inherited) -Wreorder -Werror=reorder -Wno-comma'
0 commit comments