Skip to content

Commit f2326f7

Browse files
committed
Remove swift file in public header
1 parent d89a70b commit f2326f7

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

FirebaseFirestore.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
2424
s.cocoapods_version = '>= 1.12.0'
2525
s.prefix_header_file = false
2626

27-
s.public_header_files = [
28-
'FirebaseFirestoreInternal/**/*.h',
29-
'Firestore/Swift/Source/SwiftAPI/*.swift',
30-
]
27+
s.public_header_files = 'FirebaseFirestoreInternal/**/*.h'
3128

3229
s.requires_arc = true
3330
s.source_files = [

FirebaseFirestoreCpp.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
5858
'PB_FIELD_32BIT=1 PB_NO_PACKED_STRUCTS=1 PB_ENABLE_MALLOC=1',
5959
'HEADER_SEARCH_PATHS' =>
6060
'"${PODS_TARGET_SRCROOT}" ' +
61-
'"${PODS_TARGET_SRCROOT}/Firestore/core/swift/include" '
61+
'"${PODS_TARGET_SRCROOT}/Firestore/core/swift" '
6262
}
6363

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

0 commit comments

Comments
 (0)