Michael Lehenbauer b88f95c44f Reformat using 'clang-format version 7.0.0 (tags/google/stable/2018-04-24)' (#1681) 7 سال پیش
..
AppDelegateSwizzler b88f95c44f Reformat using 'clang-format version 7.0.0 (tags/google/stable/2018-04-24)' (#1681) 7 سال پیش
Common 96438c722b Open source the Swizzler (#1564) 7 سال پیش
Environment 855a7665ae Restore iOS7 to GoogleUtilities (#1528) 7 سال پیش
Example b88f95c44f Reformat using 'clang-format version 7.0.0 (tags/google/stable/2018-04-24)' (#1681) 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.