-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support iOS #283
Comments
This sounds like something that should be fixed in the rust standard library. This package calls |
Huh. You're right. Well that's a little embarrassing on my part. I'll admit I didn't actually try using Interestingly, I ran the cargo tests via
Should the next person wondering, If you're interested, I can fix those tests for iOS but I don't consider it all that necessary so I'm closing this issue. Thanks for the quick response! |
Bleh. Honestly, those tests should likely just be excluded on iOS. |
The file paths for iOS writable locations is a bit rough and hard to figure out. Like, the
pwd
of an iOS (simulator) app when running is/
. The Data Container in for an App Sandbox is kinda hard to find.A few weeks ago a friend asked me how to do this and I came up with:
The
objc2_foundation
dependency in the Cargo.toml is:This might also be useful for other apple device targets.
This would be helpful for:
When I get the time, I'm happy to submit a PR for this feature (and help maintain it) though let me know if such a feature is out of the scope of this project.
The text was updated successfully, but these errors were encountered: