Tejas Deshpande 367f10701a Fix GoogleUtilities so that it compiles in app extensions. (#1641) 7 лет назад
..
AppDelegateSwizzler 367f10701a Fix GoogleUtilities so that it compiles in app extensions. (#1641) 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 54471e8081 Fix GULLoggerEnableSTDERR by using STDERR_FILENO (#1595) 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 лет назад

README.md

Google Utilities

Overview

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.

Development

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

Running Unit Tests

Choose the one of the Tests* schemes and press Command-u.