|
|
7 年之前 | |
|---|---|---|
| .. | ||
| Example | a135ee1717 Add a new Xcode target and scheme for fuzz tests (#1364) | 7 年之前 |
| Protos | ce61f4e0e6 Rename nanopb generated headers from foo.pb.h to foo.nanopb.h (#1371) | 7 年之前 |
| Source | bb546e1988 Fix Firestore compilation under Xcode < 9.2 (#1367) | 7 年之前 |
| Swift | 13e3667384 Add build infrastructure for Codable support in Firestore (#815) | 8 年之前 |
| core | 9307f48930 Skip unknown fields while decoding BatchGetDocumentsResponse proto objects (#1377) | 7 年之前 |
| third_party | 8037a4bf79 Replace Objective-C assertions with C++ assertions (#1327) | 7 年之前 |
| CHANGELOG.md | 8b703e3b04 Fix changelog (#1363) | 7 年之前 |
| CMakeLists.txt | 6dfc142888 Adjust serializer test to verify via libprotobuf. (#1039) | 8 年之前 |
| 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.