Antonius Naumann

Results 14 issues of Antonius Naumann

Hi! I am using a fragment inside an activity with a collapsing toolbar. Inside this fragment, I placed my TreeView. All works as intended but I have no idea how...

Since [cargo-lipo is considered deprecated by its developer](https://github.com/TimNN/cargo-lipo#maintenance-status), the [tutorial for setting up swift-bridge in an xcode project](https://chinedufn.github.io/swift-bridge/building/xcode-and-cargo/index.html) should use a properly maintained alternative instead. [cargo-xcode](https://crates.io/crates/cargo-xcode) seems to be a...

Currently, accessing fields from optionals that are none silently crash the program. I would have expected the compiler to give an error when dereferencing an optional. Commit: f2107d499a722085ab64ff09cff8dc5e754880c0 (current main...

Invoking in a workspace should execute the command for all members of this workspace that contain a Cargo Swift config. This issue needs #5 and #6 to be resolved

enhancement
package

The end-to-end tests should cover all cross products of possible command line arguments to detect regressions or defects early.

ci/cd
testing

Create more complex example xcode projects in swift-examples/ to make automated testing more robust & to provide a better reference for beginners.

documentation
help wanted
good first issue
ci/cd
testing

As `cargo swift` depends on uniffi-bindgen, it might be possible that users try to - [ ] Depend on multiple versions of UniFFI via dependency renaming in `Cargo.toml` - [...

package
dependency

Instead of prompting for build platforms or package name every time, check for a .toml config that allows storing those values.

enhancement
package

Add a --save flag to the package command, to store selected options on first run. This issue is closely related to #5

enhancement
package

Currently, inferring information about compiled artifacts e.g. library path for a target platform requires repeatedly passing additional information such as "debug or release mode", the library name and the target...

package
refactor