Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading