LyuboOriginal post
Rank 1: Thread
I just noticed the following code: https://github.com/appwrite/sdk-for-swift/blob/d1c25a9242355c3bcebf17c5187aad46389692d1/Sources/Appwrite/PackageInfo/Windows/PackageInfo%2BWindows.swift
And I noticed that the getVersionJson() is duplicate of the linux one and calling "/proc/self/exe" which seems to be a linux command. Is this tested?
Summary
The user is asking about Appwrite and Swift for Windows support. They mention that most people use Mac or Linux and that they usually use the SDK in Appwrite Functions, which are in Linux. They question if there are any errors and point out a code in the SDK for Swift that seems to have a duplicate function and uses a Linux command. The user asks if this has been tested.
No solution is provided in the thread.