Skip to content

Conversation

@wilhuff
Copy link
Contributor

@wilhuff wilhuff commented Jul 29, 2019

This fixes the Firestore CMake build (see breakage in https://travis-ci.org/firebase/firebase-ios-sdk/jobs/565061251).

s.public_header_files = 'Firebase/Core/Public/*.h', 'Firebase/Core/Private/*.h'
s.private_header_files = 'Firebase/Core/Private/*.h'
s.framework = 'Foundation'
s.osx.framework = 'AppKit'
Copy link
Member

Choose a reason for hiding this comment

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

Thanks!

It also needs

s.ios.framework = 'UIKit'
s.tvos.framework = 'UIKit'

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Done (in alphabetical order, matching the order of deployment_target above).

@wilhuff wilhuff merged commit ac34398 into master Jul 29, 2019
@wilhuff wilhuff deleted the wilhuff/appkit branch July 29, 2019 22:50
@firebase firebase locked and limited conversation to collaborators Oct 10, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants