mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-27 11:32:18 +00:00
Adds windows swift support (#8622)
Adding support for windows requires the code generations to add a compiler statement to completely ignore GRPC code generation on windows Cleanup the project to use the main Package.swift to run tests instead of having it separate and includes the imports for GRPC within it. Adds windows swift ci
This commit is contained in:
13
tests/swift/fuzzer/CodeGenerationTests/test_no_include.fbs
Normal file
13
tests/swift/fuzzer/CodeGenerationTests/test_no_include.fbs
Normal file
@@ -0,0 +1,13 @@
|
||||
struct BytesCount {
|
||||
x: int64;
|
||||
}
|
||||
|
||||
table InternalMessage {
|
||||
str: string;
|
||||
}
|
||||
|
||||
table Message {
|
||||
id: int64;
|
||||
position: BytesCount (required);
|
||||
pointer: InternalMessage (required);
|
||||
}
|
||||
Reference in New Issue
Block a user