aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCore.podspec
Commit message (Collapse)AuthorAge
* Update Core info for M21.1Gravatar Benoit St-Pierre2018-01-11
| | | | Update missing version bump for M21.1 for FirebaseCore.
* Add Community Supported tvOS (#590)Gravatar Paul Beusterien2018-01-03
| | | | | | | Add Community Supported tvOS for Core, Auth, Database and Storage. Add tvOS unit tests Add tvOS sample app Update README.md Add tvOS to travis testing
* Remove FIRAppEnvironmentUtil's sharedApplication (#603)Gravatar Ryan Wilson2018-01-02
| | | | | | | | | | | | | | | | | | | * Deprecate FIRAppEnvironmentUtil sharedApplication * Remove sharedApplication private API. This also allows us to remove an AppKit dependency. * Disable autolink when building FirebaseCore (#606) This prevents the dependencies of FirebaseCore's dependencies from bleeding into its interface. The proximate benefit of avoiding this is that FirebaseCore no longer ends up depending on ColorSync.framework which became a top-level system framework in 10.13. This makes it possible to build against the resulting FirebaseCore.framework on macOS 10.12 using Xcode 9 (with the macOS 10.13 SDK).
* Expose library version, move it out of options (#588)Gravatar Greg Soltis2018-01-01
| | | | | | | | | | | | | | | | | | | | | | * slight cleanup * Use -D defines for versions * Undo FIROptionsTest change * Drop failed macro attempt * Add correct version to podspec * Add newline * Shuffle files around * Bring back log change * Fix change * Fix space
* Update component versions for Firebase 4.8.0 (#561)Gravatar Kyle Ju2017-12-12
|
* Update component versions for Firebase 4.7.0 (#497)Gravatar Paul Beusterien2017-11-28
|
* Buildable and interoperable source pods (#444)Gravatar Paul Beusterien2017-11-21