mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Merge pull request #745 from meshtastic/fix_ios18_build
add now missing value label
This commit is contained in:
commit
f74f3999d8
2 changed files with 3 additions and 3 deletions
|
|
@ -56,8 +56,8 @@ class LocalMBTileOverlay: MKTileOverlay {
|
|||
self.mb = try Connection(self.path, readonly: true)
|
||||
let metadata = Table("metadata")
|
||||
|
||||
let name = Expression<String>("name")
|
||||
let value = Expression<String>("value")
|
||||
let name = Expression<String>(value: "name")
|
||||
let value = Expression<String>(value: "value")
|
||||
|
||||
// make sure it's raster
|
||||
let formatQuery = try mb.pluck(metadata.select(value).filter(name == "format"))
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
Subproject commit 4da558d0f73c46ef91b74431facee73c09affbfc
|
||||
Subproject commit 5f78a06c0fe5d0bd99c2fe206165212bdce89da0
|
||||
Loading…
Add table
Add a link
Reference in a new issue