Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Firestore Swift Cpp Experiment #13956

Open
wants to merge 8 commits into
base: main
Choose a base branch
from
Open

Conversation

cherylEnkidu
Copy link
Contributor

@cherylEnkidu cherylEnkidu commented Oct 23, 2024

What is inside this PR:

  1. Add new cpp files inside Firestore/core/swift/ which is not included in existing Package.swift building directory.

  2. Create a new cpp target library FirebaseFirestoreCpp

@google-oss-bot
Copy link

1 Warning
⚠️ Did you forget to add a changelog entry? (Add #no-changelog to the PR description to silence this warning.)

Generated by 🚫 Danger

Copy link
Contributor

github-actions bot commented Oct 23, 2024

Apple API Diff Report

Commit: 36d5d4d
Last updated: Fri Nov 1 13:27 PDT 2024
View workflow logs & download artifacts


[BUILD ERROR] FirebaseFirestore


FirebaseCore

Functions

[MODIFIED] FIRFirebaseVersion
[MODIFIED] FIRFirebaseVersion
Swift:
+  func FirebaseVersion () -> String
-  func FirebaseVersion () -> String
Objective-C:
+  NS_SWIFT_NAME ( FirebaseVersion ()) NSString * FIRFirebaseVersion ( void )
-  NSString * _Nonnull FIRFirebaseVersion ( void )

s.public_header_files = 'FirebaseFirestoreInternal/**/*.h'
s.public_header_files = [
'FirebaseFirestoreInternal/**/*.h',
'Firestore/Swift/Source/SwiftAPI/*.swift',
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Swift files should not be in the headers

@cherylEnkidu cherylEnkidu marked this pull request as ready for review October 29, 2024 18:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants