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
- How to verify an user using AppWrite Fun...
I have seen similar questions but none whose solutions serve me. I have a function to verify a user with their secret and their id: https://blahblah.appwrite.gl...
- No user data after Google OAuth
I'm attempting to integrate Google sign in to an ios app - it seems to work, and redirects back to app. It does create a new user, (or a new user session after...
- How do I properly setup OAuth2 flow for ...
This is a duplicate of now closed thread **[ CLOSE ] How do I connect Google oauth2 to my ios app?** with a more precisely formulated question Hello everyone!...