Skip to content

Commit

Permalink
Updated podspec for internal FirebaseCore header (#13829)
Browse files Browse the repository at this point in the history
  • Loading branch information
paulb777 authored Oct 7, 2024
1 parent f27e34d commit 14b94aa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseCore/Sources/FIROptionsInternal.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* limitations under the License.
*/

#import "FirebaseCore/Sources/Public/FirebaseCore/FIROptions.h"
#import <FirebaseCore/FIROptions.h>

/**
* This header file exposes the initialization of FirebaseOptions to internal use.
Expand Down
1 change: 1 addition & 0 deletions FirebaseFirestoreInternal.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ Google Cloud Firestore is a NoSQL document database built for automatic scaling,
# that "quick open" by filename in Xcode will continue to work.
s.source_files = [
'FirebaseCore/Extension/*.h',
'FirebaseCore/Sources/FIROptionsInternal.h',
'Firestore/Source/Public/FirebaseFirestore/*.h',
'Firestore/Source/**/*.{m,mm}',
'Firestore/Protos/nanopb/**/*.cc',
Expand Down
1 change: 1 addition & 0 deletions scripts/check_imports.swift
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ private func checkFile(_ file: String, logger: ErrorLogger, inRepo repoURL: URL,
let isPrivate = file.range(of: "/Sources/Private/") != nil ||
// Delete when FirebaseInstallations fixes directory structure.
file.range(of: "Source/Library/Private/FirebaseInstallationsInternal.h") != nil ||
file.range(of: "FirebaseCore/Sources/FIROptionsInternal.h") != nil ||
file.range(of: "FirebaseCore/Extension") != nil

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

0 comments on commit 14b94aa

Please sign in to comment.