|
|
7 лет назад | |
|---|---|---|
| .. | ||
| Example | 668a7fa849 Podfile version updates | 7 лет назад |
| Protos | cda87fa3af Convert grpc and protobuf CMake builds to add_subdirectory (#1537) | 7 лет назад |
| Source | c856059955 Migrate FSTLevelDBMigrations to C++ LevelDbMigrations (#1714) | 7 лет назад |
| Swift | e963b606f3 Migrate contents of SwiftBuildTest to Firestore_SwiftTests_iOS (#1524) | 7 лет назад |
| core | c856059955 Migrate FSTLevelDBMigrations to C++ LevelDbMigrations (#1714) | 7 лет назад |
| fuzzing | f7b5869df4 Adding Fuzzing Test Target LevelDb (#1685) | 7 лет назад |
| third_party | 78849d3f09 Fix abseil running in a Release build (#1672) | 7 лет назад |
| CHANGELOG.md | 4b49fbdd33 Update CHANGELOG for Firestore v0.13.2 (#1728) | 7 лет назад |
| CMakeLists.txt | 762b0b5500 Reimplement util::MakeString(NSString*) (#1673) | 7 лет назад |
| README.md | 782408ff58 Fix a wrong file name in README.md (#493) | 8 лет назад |
| test.sh | 5930ad2fee Factor out a universal build script (#884) | 8 лет назад |
$ cd Firestore/Example
$ pod update
$ open Firestore.xcworkspace
Select the FirestoreTests scheme
⌘-u to build and run the unit tests
Typically you should not need to worrying about regenerating the Objective-C files from the .proto files. If you do, see instructions at Protos/README.md.