Updates swift docs for package management (#5883)
authormustiikhalil <mustii@mmk.one>
Mon, 4 May 2020 17:18:38 +0000 (20:18 +0300)
committerGitHub <noreply@github.com>
Mon, 4 May 2020 17:18:38 +0000 (10:18 -0700)
Small fix for the clear function

swift/README.md
swift/Sources/FlatBuffers/FlatBufferBuilder.swift

index cc7efde..909638e 100644 (file)
@@ -1,6 +1,8 @@
 FlatBuffers swift can be found in both SPM
 
-`.package(url: "https://github.com/mustiikhalil/flatbuffers.git", .branch("swift"))`
+`.package(url: "https://github.com/mustiikhalil/flatbuffers.git", from: "X.Y.Z"),`
+
+tags are provided in the repository, so you can select according to the version you want.
 
 and Cocoapods
 
index 62b5260..86dfb76 100644 (file)
@@ -75,8 +75,10 @@ public struct FlatBufferBuilder {
     mutating public func clear() {
         _minAlignment = 0
         isNested = false
-        _bb.clear()
         stringOffsetMap = [:]
+        _vtable = []
+        _vtables = []
+        _bb.clear()
     }
     
     /// Removes all the offsets from the VTable