Skip to content

Commit 37f1b73

Browse files
authored
Remove non-existent Firestore/Protos/objc from podspec (#6175)
1 parent 70d4e8a commit 37f1b73

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

FirebaseFirestore.podspec

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
2929
'Firestore/Source/Public/*.h',
3030
'Firestore/Source/**/*.{m,mm}',
3131
'Firestore/Protos/nanopb/**/*.cc',
32-
'Firestore/Protos/objc/**/*.m',
3332
'Firestore/core/include/**/*.{cc,mm}',
3433
'Firestore/core/src/**/*.{cc,mm}',
3534
'Interop/Auth/Public/*.h',
@@ -41,7 +40,6 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
4140
'Firestore/Source/Remote/*.h',
4241
'Firestore/Source/Util/*.h',
4342
'Firestore/Protos/nanopb/**/*.h',
44-
'Firestore/Protos/objc/**/*.h',
4543
'Firestore/core/include/**/*.h',
4644
'Firestore/core/src/**/*.h',
4745
]
@@ -93,11 +91,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
9391
'"${PODS_TARGET_SRCROOT}" ' +
9492
'"${PODS_TARGET_SRCROOT}/Firestore/Source/Public" ' +
9593
'"${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"'
10195
}
10296

10397
s.compiler_flags = '$(inherited) -Wreorder -Werror=reorder -Wno-comma'

0 commit comments

Comments
 (0)