Zack Xuereb

Results 19 comments of Zack Xuereb

Have any of you tried this crate https://github.com/dodorare/android-tools-rs , I think in combination with `app_dirs2` and then `rusqlite` for persistent storage or binding SharedPrefrence java interface, can be a sufficient...

https://github.com/dodorare/android-tools-rs/tree/main runs `keytool` from command line so this has to be changed.

This can be done if we add a java module named keystore and it would have to be bridged manually in android studio as a new module, in rust we'd...

@Rigidity Here you go this is the library I have developed and been using. Be cautious re using this in production cause have not tested this and its security implications...

@Rigidity have any idea if this library support biometrics for iOS ?

@vicsn @evanmarshall Do you think `join` and `split` functions should be included in the ARC20 standard ? As I can see they are currently not.

I have the same exact problem, nothing seems to make -target work. Did you have to put the package in a specific directory of the xcodeproject?

The problem here lies within the swift package manager, good thread [here](https://forums.swift.org/t/use-swiftpm-to-build-ios-target/25436/13)

``` error: failed to run custom build command for `tauri v2.0.0-alpha.14` Caused by: process didn't exit successfully: `/Users/zack/SVC/Learn/AVL/avail_mobile/tauri_app/backend/target/debug/build/tauri-62bd3bdaacb764e9/build-script-build` (exit status: 101) --- stdout cargo:rustc-cfg=dev cargo:rustc-cfg=mobile cargo:rustc-cfg=ipc_custom_protocol cargo:rustc-link-search=native=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/iphonesimulator cargo:rustc-link-search=native=/usr/lib/swift cargo:rustc-link-lib=clang_rt.iossim cargo:rustc-link-search=/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/clang/15.0.0/lib/darwin...

Yes I think they are related, I'll look into how tauri invokes this maybe the target is wrong as you are saying. I don't know if swift-rs is evaluating this...