summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authormr-swifter <103502437+mr-swifter@users.noreply.github.com>2022-05-11 16:35:53 +0300
committerGitHub <noreply@github.com>2022-05-11 15:35:53 +0200
commit1ea2472f7a73f14da4dfa98b393ddb252332ae91 (patch)
tree31452030949e7b29c5f271fc692c1fdd95462fc8 /scripts
parent0fe13cb28ce5a3fb81f654b21cb37c9821194962 (diff)
downloadflatbuffers-1ea2472f7a73f14da4dfa98b393ddb252332ae91.tar.gz
flatbuffers-1ea2472f7a73f14da4dfa98b393ddb252332ae91.tar.bz2
flatbuffers-1ea2472f7a73f14da4dfa98b393ddb252332ae91.zip
[swift] add had<ArrayName> property for arrays to check presence in a message (#7280)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/generate_code.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/scripts/generate_code.py b/scripts/generate_code.py
index 248c2f40..1ea0c2c5 100755
--- a/scripts/generate_code.py
+++ b/scripts/generate_code.py
@@ -399,6 +399,7 @@ flatc(
prefix=swift_prefix,
)
flatc(SWIFT_OPTS, schema="optional_scalars.fbs", prefix=swift_prefix)
+flatc(SWIFT_OPTS, schema="vector_has_test.fbs", prefix=swift_prefix)
flatc(
SWIFT_OPTS + ["--gen-object-api"],
schema="more_defaults.fbs",