aboutsummaryrefslogtreecommitdiffhomepage
path: root/Firebase/Core/third_party/FIRAppEnvironmentUtil.m
Commit message (Collapse)AuthorAge
* Split GoogleUtilities from FirebaseCore (#1370)Gravatar Paul Beusterien2018-07-06
|
* Fix version number reporting for minor versions. (#1124)Gravatar Ryan Wilson2018-04-17
| | | | | | | * Fix version number reporting for minor versions. * run clang-format * Updated the comment in systemVersion.
* Match previous systemVersion functionality (#1120)Gravatar Ryan Wilson2018-04-16
| | | | | | | | * Match previous systemVersion functionality * style.sh * Add new test file to test targets
* Move to NSProcessInfo for systemVersion. (#614)Gravatar Ryan Wilson2018-04-09
| | | | When supporting iOS 8 and above, we can now safely use NSProcessInfo on iOS as well as the Mac. This removes a dependency on UIKit for Core.
* 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).
* Modified FirebaseAppStoreURLCheckEnabled Key. (#554)Gravatar Ryan Wilson2017-12-11
|
* Add an Info.plist flag to disable App Store Sandbox check. (#547)Gravatar Ryan Wilson2017-12-08
| | | | | | | | | | * Add an Info.plist flag to disable TestFlight check. This can save a small amount of memory during startup time. * Change the flag name to the intended usage. * Explicitly check for NSNumber.
* Fixing AppStore detection (#410)Gravatar davidair2017-10-26
| | | Fixing a bug where isFromAppStore would return YES for TestFlight apps
* Move FIRAppEnvironmentUtil.m to third_party directory (#89)Gravatar Paul Beusterien2017-06-20