aboutsummaryrefslogtreecommitdiffhomepage
path: root/FirebaseCore.podspec
Commit message (Collapse)AuthorAge
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Update versions for Release 5.4.0Gravatar Paul Beusterien2018-06-27
|
* Version updates for Firebase 5.3.0 (#1406)Gravatar Paul Beusterien2018-06-13
|
* Merge branch 'release-5.2.0' into masterGravatar davidair2018-06-06
|\
* | Consistent specification of preprocessor options in podspecs to work with ↵Gravatar Paul Beusterien2018-06-05
| | | | | | | | | | | | the CocoaPods packager (#1378)
| * Version updates for 5.2.0 (#1355)Gravatar davidair2018-05-30
|/
* Bump version numbers for 5.1.0 (#1320)Gravatar Ryan Wilson2018-05-23
| | | | | | | | * Bump version numbers for 5.1.0 * Update push pods script for releasing SDKs. * Fix Core library version string.
* Version updates for 5.0.1 (#1272)Gravatar Paul Beusterien2018-05-14
|
* community not experimentalGravatar Paul Beusterien2018-04-25
|
* podspec updates for Firebase 5Gravatar Paul Beusterien2018-04-25
|
* Merge pull request #1102 from firebase/release-4.13.0Gravatar Ryan Wilson2018-04-13
|\ | | | | Release 4.13.0
| * Rename version 4.12.1 to 4.13 (#1092)Gravatar Paul Beusterien2018-04-13
| |
* | change podspec to add third party header filesGravatar Yong Mao2018-04-11
| |
| * Update component versions for 4.12.1Gravatar Paul Beusterien2018-04-11
|/
* Update component versions for 4.12.0 (#1024)Gravatar Ryan Wilson2018-04-04
|
* Version bumps for 4.11.0 (#919)Gravatar Paul Beusterien2018-03-14
|
* Merge Release 4.10.1 into Master (#896)Gravatar zxu2018-03-09
| | | | | | | | | | | | | | | | | | | | | | | * Version bumps for Firebase 4.10.1 (#891) * Minimal fix for b/74357976 (#890) Fixes b/74357976 which caused unauthenticated users to be unable to reach the Firestore backend and updates the changelog. * Copy all C++ strings to NSString where they're not obviously safe (#893) This fixes a known instances of memory corruption where in FSTLevelDBMutationQueue, the NSString view was retained for later, and the incorrect user was used, causing b/74381054. gRPC does not necessarily copy its string argumnets and if our hostname were configured to a non-default one it's possible that we could corrupt the host cache too. All remaining usages of util::WrapNSStringNoCopy are obviously safe: passed into logging or other known transient usages. * fix lint
* Version bumps for Firebase 4.10.0 (#859)Gravatar Paul Beusterien2018-02-27
|
* Require official 1.4.0 for min CocoaPods version (#806)Gravatar Paul Beusterien2018-02-16
|
* Version bumps for 4.9.0 (#774)Gravatar Paul Beusterien2018-02-08
|
* 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