
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?

I'm not sure...most of us have Mac or Linux...also, we usually use the SDK in Appwrite Functions which would be in Linux 😅
Are you running into errors?
Recommended threads
- Trouble with Anonymous Login on iOS
Ideally I would like to be able to sign in anonymously and persist this user even if they close and reopen the app. Is this possible? Here is what I currently h...
- Realtime Disconnects and Error: INVALID_...
Hi! I just want to ask here if there's any workaround with the disconnect issues we're encountering when subscribing to realtime events in react native using ex...
- Appwrite documents and Swift codable
The object I use to create a document is different than the object I receive when I list documents. Do I create an object that’s used to create a document and a...
