Skip to content

Commit 14b94aa

Browse files
authored
Updated podspec for internal FirebaseCore header (#13829)
1 parent f27e34d commit 14b94aa

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

FirebaseCore/Sources/FIROptionsInternal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
* limitations under the License.
1515
*/
1616

17-
#import "FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h"
17+
#import <FirebaseCore/FIROptions.h>
1818

1919
/**
2020
* This header file exposes the initialization of FirebaseOptions to internal use.

FirebaseFirestoreInternal.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
4545
# that "quick open" by filename in Xcode will continue to work.
4646
s.source_files = [
4747
'FirebaseCore/Extension/*.h',
48+
'FirebaseCore/Sources/FIROptionsInternal.h',
4849
'Firestore/Source/Public/FirebaseFirestore/*.h',
4950
'Firestore/Source/**/*.{m,mm}',
5051
'Firestore/Protos/nanopb/**/*.cc',

scripts/check_imports.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ private func checkFile(_ file: String, logger: ErrorLogger, inRepo repoURL: URL,
102102
let isPrivate = file.range(of: "/Sources/Private/") != nil ||
103103
// Delete when FirebaseInstallations fixes directory structure.
104104
file.range(of: "Source/Library/Private/FirebaseInstallationsInternal.h") != nil ||
105+
file.range(of: "FirebaseCore/Sources/FIROptionsInternal.h") != nil ||
105106
file.range(of: "FirebaseCore/Extension") != nil
106107

107108
// Treat all files with names finishing on "Test" or "Tests" as files with tests.

0 commit comments

Comments
 (0)