|
|
7 лет назад | |
|---|---|---|
| .. | ||
| AppDelegateSwizzler | 9048c03e23 Fix iOS 7 warnings in the swizzler. (#1578) | 7 лет назад |
| Common | 96438c722b Open source the Swizzler (#1564) | 7 лет назад |
| Environment | 855a7665ae Restore iOS7 to GoogleUtilities (#1528) | 7 лет назад |
| Example | 9a2aa9fbcc Fix FIRLogger initialization after GULLogger (#1592) | 7 лет назад |
| ISASwizzler | 96438c722b Open source the Swizzler (#1564) | 7 лет назад |
| Logger | 9a2aa9fbcc Fix FIRLogger initialization after GULLogger (#1592) | 7 лет назад |
| MethodSwizzler | 96438c722b Open source the Swizzler (#1564) | 7 лет назад |
| NSData+zlib | c6b4b03fff Move GoogleUtilities out of Firebase directory (#1516) | 7 лет назад |
| Network | 855a7665ae Restore iOS7 to GoogleUtilities (#1528) | 7 лет назад |
| Reachability | c6b4b03fff Move GoogleUtilities out of Firebase directory (#1516) | 7 лет назад |
| SwizzlerTestHelpers | 96438c722b Open source the Swizzler (#1564) | 7 лет назад |
| README.md | d9e7d21f6f Add GoogleUtilities README (#1541) | 7 лет назад |
The GoogleUtilities pod is a set of utilities organized into CocoaPods subspecs. See the podspec for a summary of what utilities are currently included. They're used by Firebase and other Google products.
Direct usage by non-Google products and CocoaPods is NOT currently recommended or supported.
Follow the subsequent instructions to develop, debug, and unit test GoogleUtilities:
$ git clone git@github.com:firebase/firebase-ios-sdk.git
$ cd firebase-ios-sdk/GoogleUtilities/Example
$ pod update
$ open GoogleUtilities.xcworkspace
Choose the one of the Tests* schemes and press Command-u.